mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-26 23:17:50 +08:00
14 lines
393 B
SQL
14 lines
393 B
SQL
alter table wvp_media_server
|
|
add transcode_suffix character varying(255);
|
|
|
|
alter table wvp_platform_catalog
|
|
add civil_code_for_channel character varying(50);
|
|
|
|
|
|
/* 20250207 */
|
|
alter table wvp_device_channel add gps_speed double precision;
|
|
|
|
alter table wvp_device_channel add gps_direction character varying(255);
|
|
|
|
alter table wvp_device_channel add gps_altitude character varying(255);
|