mirror of
https://github.com/discourse/discourse.git
synced 2024-12-20 09:33:43 +08:00
5 lines
72 B
MySQL
5 lines
72 B
MySQL
|
CREATE TABLE second_table
|
||
|
(
|
||
|
id INTEGER TEXT NOT NULL PRIMARY KEY
|
||
|
);
|