mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
46 lines
955 B
JSON
46 lines
955 B
JSON
{
|
|
"collection": "texts",
|
|
"field": "id",
|
|
"type": "uuid",
|
|
"meta": {
|
|
"collection": "texts",
|
|
"conditions": null,
|
|
"display": null,
|
|
"display_options": null,
|
|
"field": "id",
|
|
"group": null,
|
|
"hidden": true,
|
|
"interface": "input",
|
|
"note": null,
|
|
"options": null,
|
|
"readonly": true,
|
|
"required": false,
|
|
"sort": 1,
|
|
"special": [
|
|
"uuid"
|
|
],
|
|
"translations": null,
|
|
"validation": null,
|
|
"validation_message": null,
|
|
"width": "full"
|
|
},
|
|
"schema": {
|
|
"name": "id",
|
|
"table": "texts",
|
|
"data_type": "uuid",
|
|
"default_value": null,
|
|
"max_length": null,
|
|
"numeric_precision": null,
|
|
"numeric_scale": null,
|
|
"is_nullable": false,
|
|
"is_unique": true,
|
|
"is_indexed": false,
|
|
"is_primary_key": true,
|
|
"is_generated": false,
|
|
"generation_expression": null,
|
|
"has_auto_increment": false,
|
|
"foreign_key_table": null,
|
|
"foreign_key_column": null
|
|
}
|
|
}
|