5 lines
69 B
MySQL
5 lines
69 B
MySQL
|
alter table device
|
||
|
add mediaServerId varchar(50) default null;
|
||
|
|
||
|
|