diff --git a/pkg/compute/models/mongodb.go b/pkg/compute/models/mongodb.go index 2adcf6f9e8..c33c9e23af 100644 --- a/pkg/compute/models/mongodb.go +++ b/pkg/compute/models/mongodb.go @@ -104,7 +104,7 @@ type SMongoDB struct { Iops int `nullable:"true" list:"user" create:"optional"` // 实例IP地址 - IpAddr string `width:"32" charset:"ascii" nullable:"true" list:"user"` + IpAddr string `width:"64" charset:"ascii" nullable:"true" list:"user"` // 引擎 // example: MySQL