mirror of
https://github.com/discourse/discourse.git
synced 2024-12-20 06:36:19 +08:00
5 lines
71 B
MySQL
5 lines
71 B
MySQL
|
CREATE TABLE first_table
|
||
|
(
|
||
|
id INTEGER TEXT NOT NULL PRIMARY KEY
|
||
|
);
|