start refactor
This commit is contained in:
6
rust/migrations/20230819125455_add_user.sql
Normal file
6
rust/migrations/20230819125455_add_user.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE "users" (
|
||||
id VARCHAR(36) NOT NULL,
|
||||
fullname TEXT NOT NULL,
|
||||
username TEXT NOT NULL UNIQUE,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
Reference in New Issue
Block a user