mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-25 23:41:10 +00:00
4 lines
130 B
MySQL
4 lines
130 B
MySQL
|
alter table instance add column instances_url varchar(255) unique;
|
||
|
|
||
|
alter table instance alter column articles_url drop not null;
|