This website requires JavaScript.
Explore
Help
Sign In
cel
/
luz
Watch
1
Star
0
Fork
You've already forked luz
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a1d96233e8
luz
/
luz
/
migrations
/
20240113011930_luz.sql
6 lines
95 B
SQL
Raw
Blame
History
CREATE
TABLE
roster
(
id
INTEGER
PRIMARY
KEY
,
jid
TEXT
NOT
NULL
,
nickname
TEXT
,
)
;
Reference in New Issue
View Git Blame
Copy Permalink