aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
blob: 04f46d67a00169db4f6d41b1b4536abad9241019 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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