fix(region): adjust the ip_addr character length (#23562)

This commit is contained in:
屈轩
2025-10-21 10:45:01 +08:00
committed by GitHub
parent f4975415d6
commit 96687005e8
+1 -1
View File
@@ -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