mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
fix(region): adjust the ip_addr character length (#23563)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user