mirror of
https://github.com/pressly/goose.git
synced 2025-05-30 11:15:56 +00:00
4 lines
63 B
SQL
4 lines
63 B
SQL
CREATE TABLE article (
|
|
id text,
|
|
content text);
|