mirror of
https://github.com/pressly/goose.git
synced 2025-05-31 11:42:04 +00:00
3 lines
62 B
SQL
3 lines
62 B
SQL
CREATE TABLE article (
|
|
id text,
|
|
content text); |