Skip to content

Commit

Permalink
Merge pull request #841 from brandonbiggs/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
shanghaikid authored Oct 4, 2023
2 parents dbe6df8 + 1b1eeb6 commit 6d7bb07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions API_Reference/pymilvus/v2.3.x/Schema/FieldSchema().md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ A FieldSchema object.
| `is_partition_key` | Boolean value that indicates if the field is a partition-key field. |
| `description` | Description of the field to create |
| `default_value` | Default value of the field. This parameter supports only for scalar fields except array and JSON formats. You cannot specify a default value for a primary key field. |
| `max_length` | Must be specified to limit the max length of VARCHAR. The value should be in (0, 65535]|


## Example

Expand Down

0 comments on commit 6d7bb07

Please sign in to comment.