9 lines
223 B
SQL
9 lines
223 B
SQL
use test;
|
|
|
|
drop table if exists db_basic;
|
|
drop table if exists db_freeform;
|
|
drop table if exists db_semistruct;
|
|
drop table if exists db_new_schema1;
|
|
drop table if exists db_new_schema2;
|
|
drop table if exists db_new_schema3;
|