mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +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`); |