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
Actions
Packages
Projects
7
Releases
Wiki
Activity
e7e49f9255
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-20 01:58:46 +00:00
CREATE
TABLE
users
(
id
VARCHAR
NOT
NULL
PRIMARY
KEY
,
some signup work on new api
2023-11-19 15:49:08 +00:00
email
VARCHAR
NOT
NULL
UNIQUE
new work
2023-11-19 03:51:45 +00:00
)
;