This website requires JavaScript.
Explore
Help
Sign In
nidito
/
puerta
Watch
1
Star
0
Fork
You've already forked puerta
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2c276d8fcd
puerta
/
cmd
/
db
/
migrations
/
0000-00-00-base.sql
5 lines
75 B
SQL
Raw
Blame
History
CREATE
TABLE
migrations
(
name
TEXT
NOT
NULL
,
applied
TEXT
NOT
NULL
)
;
Reference in New Issue
View Git Blame
Copy Permalink