switch to axum
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE users (
|
||||
id SERIAL PRIMARY KEY,
|
||||
username varchar(255) NOT NULL,
|
||||
password bytea
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user