schema
This commit is contained in:
parent
360f5939b3
commit
982f1dd1d0
5 changed files with 4 additions and 2 deletions
BIN
chart.png
Normal file
BIN
chart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
image.PNG
Normal file
BIN
image.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
image.jpeg
Normal file
BIN
image.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
BIN
image.jpg
Normal file
BIN
image.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
|
@ -393,7 +393,8 @@ CREATE TABLE public.comments (
|
|||
is_pinned boolean DEFAULT false,
|
||||
app_id integer,
|
||||
sentto integer,
|
||||
bannedfor boolean
|
||||
bannedfor boolean,
|
||||
removed_by integer
|
||||
);
|
||||
|
||||
|
||||
|
@ -807,7 +808,8 @@ CREATE TABLE public.submissions (
|
|||
is_bot boolean,
|
||||
bannedfor boolean,
|
||||
comment_count integer DEFAULT 0,
|
||||
processing boolean DEFAULT false
|
||||
processing boolean DEFAULT false,
|
||||
removed_by integer
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue