schema
This commit is contained in:
parent
73c4a2d08d
commit
2dc30f8797
2 changed files with 2 additions and 6 deletions
BIN
image.gif
BIN
image.gif
Binary file not shown.
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 26 KiB |
|
@ -86,7 +86,6 @@ CREATE TABLE public.submissions (
|
||||||
thumburl text,
|
thumburl text,
|
||||||
private boolean,
|
private boolean,
|
||||||
views integer,
|
views integer,
|
||||||
banaward text,
|
|
||||||
is_bot boolean
|
is_bot boolean
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -205,15 +204,13 @@ CREATE TABLE public.users (
|
||||||
agendaposter boolean,
|
agendaposter boolean,
|
||||||
agendaposter_expires_utc integer DEFAULT 0,
|
agendaposter_expires_utc integer DEFAULT 0,
|
||||||
resized boolean,
|
resized boolean,
|
||||||
banawards integer,
|
|
||||||
patron boolean,
|
|
||||||
animatedname boolean,
|
animatedname boolean,
|
||||||
suicide_utc integer,
|
suicide_utc integer,
|
||||||
post_count integer,
|
post_count integer,
|
||||||
comment_count integer,
|
comment_count integer,
|
||||||
highres text,
|
highres text,
|
||||||
rent_utc integer,
|
rent_utc integer,
|
||||||
patrontier integer
|
patron integer
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
@ -260,8 +257,7 @@ CREATE TABLE public.comments (
|
||||||
is_pinned boolean DEFAULT false,
|
is_pinned boolean DEFAULT false,
|
||||||
app_id integer,
|
app_id integer,
|
||||||
sentto integer,
|
sentto integer,
|
||||||
shadowbanned boolean,
|
shadowbanned boolean
|
||||||
banaward text
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue