Change the length of the id column of the his_config_info table to 20 (#8631)

This commit is contained in:
draco1023 2022-06-28 11:20:15 +08:00 committed by GitHub
parent cc4cf1b428
commit 1a4759e7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ CREATE TABLE `group_capacity` (
/* 表名称 = his_config_info */
/******************************************/
CREATE TABLE `his_config_info` (
`id` bigint(64) unsigned NOT NULL,
`id` bigint(20) unsigned NOT NULL,
`nid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`data_id` varchar(255) NOT NULL,
`group_id` varchar(128) NOT NULL,