This website requires JavaScript.
Explore
Help
Sign In
thomasave
/
WorkTimer
Watch
1
Star
0
Fork
You've already forked WorkTimer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dfdc361d01
WorkTimer
/
migrations
/
2024-11-02-143917_users
/
up.sql
5 lines
100 B
SQL
Raw
Blame
History
CREATE
TABLE
users
(
id
INTEGER
NOT
NULL
PRIMARY
KEY
AUTOINCREMENT
,
username
VARCHAR
NOT
NULL
)
Reference in New Issue
View Git Blame
Copy Permalink