4 lines
106 B
MySQL
4 lines
106 B
MySQL
|
|
drop table if exists lens_selections;
|
||
|
|
drop table if exists lenses;
|
||
|
|
drop type if exists lens_display_type;
|