This website requires JavaScript.
Explore
Help
Sign In
dylan
/
picobook
Watch
1
Star
0
Fork
0
You've already forked picobook
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
picobook
/
src
/
database
/
migrations
/
1-first-migration.sql
5 lines
59 B
MySQL
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-10-29 19:28:07 +00:00
CREATE
TABLE
users
(
id
text
,
migrations
2023-10-31 20:31:17 -07:00
name
text
,
password
text
Initial commit
2023-10-29 19:28:07 +00:00
)
Reference in New Issue
Copy Permalink