[doc](fix)Supplementary array type description #20079

This commit is contained in:
Liqf
2023-05-26 14:10:18 +08:00
committed by GitHub
parent 15a7420661
commit 9bc01d3968
2 changed files with 12 additions and 0 deletions

View File

@ -38,6 +38,12 @@ ARRAY
An array of T-type items, it cannot be used as a key column. Now ARRAY can only used in Duplicate Model Tables.
<version since="2.0">
After version 2.0, it supports the use of non-key columns in Unique model tables.
</version>
T-type could be any of:
```

View File

@ -40,6 +40,12 @@ ARRAY
由T类型元素组成的数组,不能作为key列使用。目前支持在Duplicate模型的表中使用。
<version since="2.0">
2.0 版本之后支持在Unique模型的表中非key列使用。
</version>
T支持的类型有:
```