remotes/1693045480750635534/spooky-22
Aevann1 2022-06-27 03:00:03 +00:00
parent 234cbe47ee
commit f17372a96c
1 changed files with 2 additions and 2 deletions

View File

@ -727,13 +727,13 @@ CREATE TABLE public.users (
house character varying(16),
deflector integer,
reddit character varying(15) NOT NULL,
animations boolean DEFAULT true NOT NULL,
currently_held_lottery_tickets integer DEFAULT 0 NOT NULL,
total_held_lottery_tickets integer DEFAULT 0 NOT NULL,
total_lottery_winnings integer DEFAULT 0 NOT NULL,
can_gamble boolean DEFAULT true NOT NULL,
offsitementions boolean DEFAULT false NOT NULL,
last_active integer DEFAULT 0 NOT NULL
last_active integer DEFAULT 0 NOT NULL,
poorcel boolean NOT NULL
);