3 lines
68 B
Plaintext

CREATE TABLE t1 (pk INTEGER PRIMARY KEY) ENGINE NDB;
DROP TABLE t1;