schema
This commit is contained in:
parent
094ff2fe58
commit
b246c9a42c
1 changed files with 2 additions and 1 deletions
|
@ -623,7 +623,8 @@ CREATE TABLE public.comments (
|
|||
app_id integer,
|
||||
creation_region character(2) DEFAULT NULL::bpchar,
|
||||
purged_utc integer DEFAULT 0,
|
||||
sentto integer
|
||||
sentto integer,
|
||||
shadowbanned boolean
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue