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