mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 15:37:30 +08:00
5 lines
71 B
MySQL
5 lines
71 B
MySQL
![]() |
CREATE TABLE first_table
|
||
|
(
|
||
|
id INTEGER TEXT NOT NULL PRIMARY KEY
|
||
|
);
|