This website requires JavaScript.
Explore
Help
Sign In
nefrace
/
godette-rust
Watch
1
Star
0
Fork
You've already forked godette-rust
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
godette-rust
/
migrations
/
2022-11-04-171408_create_chats
/
up.sql
5 lines
90 B
SQL
Raw
Permalink
Blame
History
-- Your SQL goes here
CREATE
TABLE
chats
(
id
BIGINT
PRIMARY
KEY
,
name
TEXT
NOT
NULL
)
Reference in New Issue
View Git Blame
Copy Permalink