schema
This commit is contained in:
parent
cba260bf67
commit
334d822774
1 changed files with 2 additions and 1 deletions
|
@ -872,7 +872,8 @@ CREATE TABLE public.users (
|
|||
club_banned boolean DEFAULT false,
|
||||
nitter boolean,
|
||||
truecoins integer,
|
||||
club_allowed boolean DEFAULT false
|
||||
club_allowed boolean DEFAULT false,
|
||||
frontsize integer
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue