Skip to content

Commit d6bdd80

Browse files
Fix content@ notation in json dtype description
Co-authored-by: dimitri-yatsenko <[email protected]>
1 parent 11d67a6 commit d6bdd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/design/tables/storage-types-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ column_name JSONB NOT NULL
442442
```
443443

444444
The `json` database type:
445-
- Used as dtype by built-in AttributeTypes (`<object>`, `<content>`, `<filepath@store>`)
445+
- Used as dtype by built-in AttributeTypes (`<object@>`, `<content@>`, `<filepath@store>`)
446446
- Stores arbitrary JSON-serializable data
447447
- Automatically uses appropriate type for database backend
448448
- Supports JSON path queries where available

0 commit comments

Comments
 (0)