Database_migrations_schemascategoriesposts
id
1
json
"title": "categories", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "description": { "ui:widget": "textarea", "ui:options": { "rows": 4 }, "type": "string" } }, "required": [ "name" ]
id
2
json
"title": "posts", "type": "object", "properties": { "id": { "type": "integer" }, "title": { "type": "string" }, "text": { "ui:widget": "textarea", "ui:options": { "rows": 4 }, "type": "string" } }, "required": [ "title" ]