mirror of https://github.com/milvus-io/milvus.git
[skip ci]add missing property about FieldSchema in schema docs (#8257)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/8259/head
parent
acfd7c7911
commit
e4929ad5e0
|
@ -24,6 +24,7 @@ type FieldSchema struct {
|
||||||
DataType DataType
|
DataType DataType
|
||||||
TypeParams []*commonpb.KeyValuePair
|
TypeParams []*commonpb.KeyValuePair
|
||||||
IndexParams []*commonpb.KeyValuePair
|
IndexParams []*commonpb.KeyValuePair
|
||||||
|
AutoID bool
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue