some fixes and new features
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CREATE TABLE waifus(
|
||||
id serial PRIMARY KEY,
|
||||
owner_id int REFERENCES users(id),
|
||||
owner_id int8 REFERENCES users(id),
|
||||
name text DEFAULT '' NOT NULL,
|
||||
rarity int DEFAULT 3 NOT NULL,
|
||||
exp_bonus decimal(4,2) DEFAULT 1,
|
||||
|
||||
Reference in New Issue
Block a user