mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 14:37:53 +08:00
6 lines
204 B
SQL
6 lines
204 B
SQL
CREATE INDEX index_channel_deviceId
|
|
ON device_channel (deviceId);
|
|
CREATE INDEX index_deviceId
|
|
ON device (deviceId);
|
|
CREATE INDEX index_deviceChannelId
|
|
ON platform_gb_channel (deviceChannelId); |