4 lines
74 B
MySQL
4 lines
74 B
MySQL
|
|
use test;
|
||
|
|
drop table if exists freeform;
|
||
|
|
drop table if exists semistruct;
|