diff --git a/docs/developer_guides/chap02_schema.md b/docs/developer_guides/chap02_schema.md index 324ccb522d..d7dbdd04bf 100644 --- a/docs/developer_guides/chap02_schema.md +++ b/docs/developer_guides/chap02_schema.md @@ -24,6 +24,7 @@ type FieldSchema struct { DataType DataType TypeParams []*commonpb.KeyValuePair IndexParams []*commonpb.KeyValuePair + AutoID bool } ```