nanobot/migrations/20230919230037_pending.sql

5 lines
144 B
MySQL
Raw Normal View History

CREATE TABLE IF NOT EXISTS "pending" (
"discord_id" BIGINT NOT NULL PRIMARY KEY,
"shortcode" VARCHAR(16) NOT NULL,
"realname" TEXT NOT NULL
)