1 2 3 4 5 6 7
CREATE TABLE vtuber_data ( id text PRIMARY KEY, name text, organization text, photo text );
[PATCH repo_name]