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
beb09d85fa
migrate
/
database
/
spanner
/
examples
/
migrations
/
1481574547_create_users_tab...
5 lines
102 B
SQL
Raw
Blame
History
CREATE
TABLE
Users
(
UserId
INT64
,
Name
STRING
(
40
)
,
Email
STRING
(
83
)
)
PRIMARY
KEY
(
UserId
)
Reference in New Issue
View Git Blame
Copy Permalink