mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 14:07:50 +08:00
补充建表sql
This commit is contained in:
parent
f7e39141db
commit
76226c414d
@ -40,6 +40,9 @@ CREATE TABLE `device` (
|
|||||||
`port` int NOT NULL,
|
`port` int NOT NULL,
|
||||||
`expires` int NOT NULL,
|
`expires` int NOT NULL,
|
||||||
`subscribeCycleForCatalog` int NOT NULL,
|
`subscribeCycleForCatalog` int NOT NULL,
|
||||||
|
`subscribeCycleForMobilePosition` int NOT NULL,
|
||||||
|
`mobilePositionSubmissionInterval` int DEFAULT 5 NOT NULL,
|
||||||
|
`subscribeCycleForAlarm` int NOT NULL,
|
||||||
`hostAddress` varchar(50) COLLATE utf8mb4_general_ci NOT NULL,
|
`hostAddress` varchar(50) COLLATE utf8mb4_general_ci NOT NULL,
|
||||||
`charset` varchar(50) COLLATE utf8mb4_general_ci NOT NULL,
|
`charset` varchar(50) COLLATE utf8mb4_general_ci NOT NULL,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user