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