remotes/1693045480750635534/spooky-22
Aevann1 2022-09-06 05:00:04 +00:00
parent d930141dc5
commit a66cca98e1
1 changed files with 2 additions and 1 deletions

View File

@ -965,7 +965,8 @@ CREATE TABLE public.users (
owoify integer,
marsify integer,
is_muted boolean DEFAULT false NOT NULL,
coins_spent_on_hats integer DEFAULT 0 NOT NULL
coins_spent_on_hats integer DEFAULT 0 NOT NULL,
rainbow integer
);