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
c9d37f41ac
trifid
/
trifid-api
/
migrations
/
2023-11-19-033954_create_users
/
up.sql
5 lines
97 B
SQL
Raw
Blame
History
CREATE
TABLE
users
(
id
VARCHAR
NOT
NULL
PRIMARY
KEY
,
email
VARCHAR
NOT
NULL
UNIQUE
)
;
Reference in New Issue
View Git Blame
Copy Permalink