hiling_go/db/migrations/000011_create_emotes_table.up.sql

5 lines
116 B
SQL

CREATE TABLE emotes (
"id" serial primary key not null,
"name" varchar not null,
"emote_id" varchar not null
)