mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
3 lines
120 B
SQL
3 lines
120 B
SQL
ALTER TABLE `ownership` ADD COLUMN `github_token` VARCHAR(255);
|
|
ALTER TABLE `ownership` ADD COLUMN `github_id` INTEGER;
|