mirror of
https://github.com/pressly/goose.git
synced 2025-05-31 11:42:04 +00:00
6 lines
123 B
SQL
6 lines
123 B
SQL
CREATE TABLE us_east_post (
|
|
id int NOT NULL,
|
|
title text,
|
|
body text,
|
|
PRIMARY KEY(id)
|
|
); -- 1st stmt |