9 lines
223 B
MySQL
9 lines
223 B
MySQL
|
|
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;
|