如何通过 DQL 更改类型中字段的维度?
create type archik_type(
archik_id ID,
archik_number string(10)
)
supertype null
publish
go
如何从 archik_number string(10) 更改为 string(256) ?可能是“改变类型”对我有帮助吗?
如何通过 DQL 更改类型中字段的维度?
create type archik_type(
archik_id ID,
archik_number string(10)
)
supertype null
publish
go
如何从 archik_number string(10) 更改为 string(256) ?可能是“改变类型”对我有帮助吗?