schema
This commit is contained in:
parent
350e70a2e1
commit
1250be36d9
1 changed files with 4 additions and 1 deletions
|
@ -1049,7 +1049,10 @@ CREATE TABLE public.users (
|
|||
controversial boolean,
|
||||
background text,
|
||||
verified text,
|
||||
quadrant text
|
||||
quadrant text,
|
||||
fail_utc integer,
|
||||
steal_utc integer,
|
||||
fail2_utc integer
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue