mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
initial commit
This commit is contained in:
13
schemas/patch-schema/screenshots.sql
Normal file
13
schemas/patch-schema/screenshots.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE public.screenshots
|
||||
(
|
||||
id serial PRIMARY KEY,
|
||||
article_id TEXT NOT NULL,
|
||||
discord_message_id TEXT,
|
||||
char_id integer NOT NULL,
|
||||
title TEXT NOT NULL,
|
||||
description TEXT NOT NULL,
|
||||
discord_img_url TEXT,
|
||||
);
|
||||
END;
|
||||
Reference in New Issue
Block a user