fix: update db
This commit is contained in:
@@ -255,6 +255,7 @@ DROP TABLE IF EXISTS `u_client`;
|
|||||||
CREATE TABLE `u_client` (
|
CREATE TABLE `u_client` (
|
||||||
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'Client ID',
|
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'Client ID',
|
||||||
`user_id` bigint(20) NULL DEFAULT NULL COMMENT 'User ID link to u_user',
|
`user_id` bigint(20) NULL DEFAULT NULL COMMENT 'User ID link to u_user',
|
||||||
|
`site_id` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Site ID',
|
||||||
`client_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'Client Name',
|
`client_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'Client Name',
|
||||||
`client_device_type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'Client device type',
|
`client_device_type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'Client device type',
|
||||||
`client_mac` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'Client mac address',
|
`client_mac` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'Client mac address',
|
||||||
|
|||||||
Reference in New Issue
Block a user