[skip ci]add missing property about FieldSchema in schema docs (#8257)

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/8259/head
ryjiang 2021-09-19 09:21:55 +08:00 committed by GitHub
parent acfd7c7911
commit e4929ad5e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ type FieldSchema struct {
DataType DataType
TypeParams []*commonpb.KeyValuePair
IndexParams []*commonpb.KeyValuePair
AutoID bool
}
```