This website requires JavaScript.
Explore
Help
Sign In
status-im
/
migrate
mirror of
https://github.com/status-im/migrate.git
Watch
2
Star
0
Fork
You've already forked migrate
0
Code
Issues
Projects
Releases
Wiki
Activity
bcd996f3df
migrate
/
database
/
cockroachdb
/
examples
/
migrations
/
1385949617_create_books_tab...
6 lines
82 B
SQL
Raw
Blame
History
CREATE
TABLE
books
(
user_id
INT
,
name
STRING
(
40
)
,
author
STRING
(
40
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink