remotes/1693045480750635534/spooky-22
Aevann1 2022-06-10 14:00:02 +00:00
parent 2f1761330c
commit 239c6f0404
1 changed files with 2 additions and 1 deletions

View File

@ -677,7 +677,8 @@ CREATE TABLE public.users (
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
can_gamble boolean DEFAULT true NOT NULL,
offsitementions boolean DEFAULT false NOT NULL
);