mirror of
https://github.com/status-im/migrate.git
synced 2025-02-24 00:38:07 +00:00
3 lines
60 B
MySQL
3 lines
60 B
MySQL
|
CREATE TABLE IF NOT EXISTS test (
|
||
|
firstname VARCHAR(16)
|
||
|
);
|