Skip to content

Commit

Permalink
Update content/docs/standard/table-schema.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Desmet <[email protected]>
  • Loading branch information
roll and peterdesmet authored Nov 4, 2024
1 parent aedcecf commit 6ab3a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/standard/table-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ With this schema definition:
"fields": [
{ "name": "id", "type": "integer" },
{ "name": "name", "type": "string" },
{ "name": "price", "type": "integer", "constraints": { "minimum": 75 } }
{ "name": "price", "type": "integer", "constraints": { "minimum": 100 } }
]
}
```
Expand Down

0 comments on commit 6ab3a40

Please sign in to comment.