3 lines
68 B
Plaintext
3 lines
68 B
Plaintext
|
|
CREATE TABLE t1 (pk INTEGER PRIMARY KEY) ENGINE NDB;
|
||
|
|
DROP TABLE t1;
|