4 lines
68 B
MySQL
4 lines
68 B
MySQL
|
|
use test;
|
||
|
|
drop table if exists autopk;
|
||
|
|
drop table if exists autouk;
|