use sqlx migrations
This commit is contained in:
5
migrations/20250626164737_dailies.sql
Normal file
5
migrations/20250626164737_dailies.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS dailies (
|
||||
userid BIGINT NOT NULL PRIMARY KEY,
|
||||
last TIMESTAMPTZ,
|
||||
streak INT
|
||||
)
|
||||
Reference in New Issue
Block a user