Skip to content

Commit

Permalink
[update]更新resource_id 字段长度255
Browse files Browse the repository at this point in the history
  • Loading branch information
comprel committed Mar 31, 2021
1 parent 126c223 commit e6424ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CREATE TABLE `cloud_resource` (
) ENGINE=INNODB DEFAULT CHARSET=utf8;

ALTER TABLE `terraform`.`cloud_resource`
CHANGE `resource_id` `resource_id` VARCHAR(512) CHARSET utf8 COLLATE utf8_general_ci NULL;
CHANGE `resource_id` `resource_id` VARCHAR(255) CHARSET utf8 COLLATE utf8_general_ci NULL;


DROP TABLE IF EXISTS `instance_type`;
Expand Down

0 comments on commit e6424ab

Please sign in to comment.