goose/internal/sqlparser/testdata/envsub/test01/01.up.golden.sql

6 lines
123 B
SQL

CREATE TABLE us_east_post (
id int NOT NULL,
title text,
body text,
PRIMARY KEY(id)
); -- 1st stmt