3 lines
97 B
SQL
3 lines
97 B
SQL
drop table if exists fields;
|
|
drop table if exists lenses;
|
|
drop type if exists lens_display_type;
|