schema
This commit is contained in:
parent
df028d68bd
commit
0f96d44b12
1 changed files with 2 additions and 1 deletions
|
@ -1058,7 +1058,8 @@ CREATE TABLE public.users (
|
|||
cardview boolean,
|
||||
received_award_count integer,
|
||||
highlightcomments boolean,
|
||||
club_banned boolean DEFAULT false
|
||||
club_banned boolean DEFAULT false,
|
||||
nitter boolean
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue