remotes/1693045480750635534/spooky-22
Aevann1 2022-05-30 09:40:22 +00:00
parent 81e19b1aed
commit 6b62f49456
1 changed files with 2 additions and 1 deletions

View File

@ -667,7 +667,8 @@ CREATE TABLE public.users (
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
total_lottery_winnings integer DEFAULT 0 NOT NULL,
can_gamble boolean DEFAULT true NOT NULL
);