diff --git a/schema.sql b/schema.sql index edf0c6801..989a347e0 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );