mirror of
https://github.com/pressly/goose.git
synced 2025-05-31 11:42:04 +00:00
8 lines
116 B
SQL
8 lines
116 B
SQL
CREATE TABLE post (
|
|
id int NOT NULL,
|
|
title text,
|
|
foo text,
|
|
footitle3 text,
|
|
defaulttitle4 text,
|
|
title5 text,
|
|
); |