mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix(region): dns zone registrar charset (#23149)
This commit is contained in:
@@ -74,7 +74,7 @@ type SDnsZone struct {
|
||||
OriginalNameServers *api.SNameServers `width:"256" charset:"utf8" nullable:"true" list:"user" create:"optional"`
|
||||
|
||||
ZoneType string `width:"32" charset:"ascii" nullable:"false" list:"domain" create:"domain_required"`
|
||||
Registrar string `width:"32" charset:"ascii" nullable:"true" list:"domain" create:"domain_optional"`
|
||||
Registrar string `width:"32" charset:"utf8" nullable:"true" list:"domain" create:"domain_optional"`
|
||||
ProductType string `width:"32" charset:"ascii" nullable:"false" list:"domain" create:"domain_optional"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user