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 c4116a6 commit 2cfd83a
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 @@ -861,7 +861,7 @@ With this schema definition:
"fields": [
{ "name": "id", "type": "integer" },
{ "name": "name", "type": "string" },
{ "name": "price", "type": "integer", "constraints": { "exclusiveMaximum": 100 } }
{ "name": "price", "type": "integer", "constraints": { "exclusiveMaximum": 150 } }
]
}
```
Expand Down

0 comments on commit 2cfd83a

Please sign in to comment.