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

This commit is contained in:
屈轩
2025-10-21 10:45:11 +08:00
committed by GitHub
parent 77c471322a
commit dc5884b361
+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