first commit
This commit is contained in:
commit
0cb536b42b
38 changed files with 9044 additions and 0 deletions
5
migrations/20250826132657_init.up.sql
Normal file
5
migrations/20250826132657_init.up.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
CREATE TABLE users (
|
||||
_id TEXT PRIMARY KEY,
|
||||
balance INTEGER NOT NULL DEFAULT 0,
|
||||
items JSON NOT NULL DEFAULT '[]'
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue