{ "tag": { "name": "tag", "fields": { "tag_id": { "name": "tag_id", "type": "INT", "null": false, "primary": true, "autoincrement": true }, "tag_title": { "name": "tag_title", "type": "VARCHAR(255)", "null": false }, "tag_color": { "name": "tag_color", "type": "VARCHAR(9)", "null": false }, "tag_type": { "name": "tag_type", "type": "TINYINT(1)", "null": false }, "tag_owner": { "name": "tag_owner", "type": "INT", "null": true, "default": null, "foreignTable": "account", "foreignKey": "account_id" } } } }