Database_migrations_schemascategoriesposts
Edit
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" ]