aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql15
1 files changed, 15 insertions, 0 deletions
diff --git a/schema.sql b/schema.sql
new file mode 100644
index 0000000..04f46d6
--- /dev/null
+++ b/schema.sql
@@ -0,0 +1,15 @@
+CREATE TABLE vtuber_data
+(
+ id serial PRIMARY KEY,
+ name text,
+ affiliation text,
+ image_url text
+);
+
+
+CREATE TABLE sessions
+(
+ session_id varchar(255) PRIMARY KEY,
+ answer varchar(255),
+ created_at timestamp,
+);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage