This website requires JavaScript.
Explore
Help
Sign in
core
/
trifid
Watch
1
Star
0
Fork
You've already forked trifid
0
Code
Issues
1
Pull requests
Projects
7
Releases
Packages
1
Wiki
Activity
Actions
4180bdd162
trifid
/
trifid-api
/
migrations
/
2023-11-19-033954_create_users
/
up.sql
5 lines
97 B
MySQL
Raw
Normal View
History
Unescape
Escape
verify magic link
2023-11-19 20:58:46 -05:00
CREATE
TABLE
users
(
id
VARCHAR
NOT
NULL
PRIMARY
KEY
,
some signup work on new api
2023-11-19 10:49:08 -05:00
email
VARCHAR
NOT
NULL
UNIQUE
new work
2023-11-18 22:51:45 -05:00
)
;
Reference in a new issue
Copy permalink