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