mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
2 lines
138 B
SQL
2 lines
138 B
SQL
ALTER TABLE `ownership` ADD COLUMN `api_key` VARCHAR(255) NULL;
|
|
CREATE INDEX IF NOT EXISTS "ownership_api_key" ON "ownership" (`api_key`); |