This website requires JavaScript.
Explore
Help
Sign In
GOMODULES
/
goose
mirror of
https://github.com/pressly/goose.git
Watch
1
Star
0
Fork
You've already forked goose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
120e6a38d5
goose
/
internal
/
sqlparser
/
testdata
/
envsub
/
test01
/
01.up.golden.sql
6 lines
123 B
SQL
Raw
Blame
History
CREATE
TABLE
us_east_post
(
id
int
NOT
NULL
,
title
text
,
body
text
,
PRIMARY
KEY
(
id
)
)
;
-- 1st stmt
Reference in New Issue
View Git Blame
Copy Permalink