6 lines
89 B
SQL
6 lines
89 B
SQL
/*
|
|
* 20250519
|
|
*/
|
|
ALTER TABLE wvp_device ADD COLUMN IF NOT EXISTS device_type integer;
|
|
|