diff --git a/schema.sql b/schema.sql index 0a56980d7..75ac9b643 100644 --- a/schema.sql +++ b/schema.sql @@ -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 );