mirror of
https://github.com/discourse/discourse.git
synced 2025-01-10 16:53:47 +08:00
5 lines
72 B
MySQL
5 lines
72 B
MySQL
|
CREATE TABLE second_table
|
||
|
(
|
||
|
id INTEGER TEXT NOT NULL PRIMARY KEY
|
||
|
);
|