mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-06 21:52:54 +08:00
fix(region): expand rds maintain time field length (#21839)
This commit is contained in:
@@ -124,7 +124,7 @@ type SDBInstance struct {
|
||||
InstanceType string `width:"64" charset:"utf8" nullable:"true" list:"user" create:"optional"`
|
||||
|
||||
// 维护时间
|
||||
MaintainTime string `width:"64" charset:"ascii" nullable:"true" list:"user" create:"optional"`
|
||||
MaintainTime string `width:"256" charset:"ascii" nullable:"true" list:"user" create:"optional"`
|
||||
|
||||
// 虚拟私有网络Id
|
||||
// example: ed20d84e-3158-41b1-870c-1725e412e8b6
|
||||
|
||||
Reference in New Issue
Block a user