{ "comments_list": { "name": "comments_list", "fields": { "comments_list_id": { "name": "comments_list_id", "type": "INT", "null": false, "primary": true, "autoincrement": true }, "comments_list_status": { "name": "comments_list_status", "type": "TINYINT", "null": false }, "comments_list_allow_voting": { "name": "comments_list_allow_voting", "type": "TINYINT", "null": false }, "comments_list_allow_edit": { "name": "comments_list_allow_edit", "type": "TINYINT", "null": false }, "comments_list_allow_files": { "name": "comments_list_allow_files", "type": "TINYINT", "null": false } } }, "comments_comment": { "name": "comments_comment", "fields": { "comments_comment_id": { "name": "comments_comment_id", "type": "INT", "null": false, "primary": true, "autoincrement": true }, "comments_comment_status": { "name": "comments_comment_status", "type": "TINYINT", "null": false }, "comments_comment_title": { "name": "comments_comment_title", "type": "VARCHAR(255)", "null": false }, "comments_comment_content": { "name": "comments_comment_content", "type": "TEXT", "null": false }, "comments_comment_content_raw": { "name": "comments_comment_content_raw", "type": "TEXT", "null": false }, "comments_comment_list": { "name": "comments_comment_list", "type": "INT", "null": false, "foreignTable": "comments_list", "foreignKey": "comments_list_id" }, "comments_comment_ref": { "name": "comments_comment_ref", "type": "INT", "default": null, "null": true, "foreignTable": "comments_comment", "foreignKey": "comments_comment_id" }, "comments_comment_created_by": { "name": "comments_comment_created_by", "type": "INT", "null": false, "foreignTable": "account", "foreignKey": "account_id" }, "comments_comment_created_at": { "name": "comments_comment_created_at", "type": "DATETIME", "null": false } } }, "comments_comment_media": { "name": "comments_comment_media", "fields": { "comments_comment_media_id": { "name": "comments_comment_media_id", "type": "INT", "null": false, "primary": true, "autoincrement": true }, "comments_comment_media_src": { "name": "comments_comment_media_src", "type": "INT", "null": false, "foreignTable": "comments_comment", "foreignKey": "comments_comment_id" }, "comments_comment_media_dst": { "name": "comments_comment_media_dst", "type": "INT", "null": false, "foreignTable": "media", "foreignKey": "media_id" } } }, "comments_comment_vote": { "name": "comments_comment_vote", "fields": { "comments_comment_vote_id": { "name": "comments_comment_vote_id", "type": "INT", "null": false, "primary": true, "autoincrement": true }, "comments_comment_vote_score": { "name": "comments_comment_vote_score", "type": "TINYINT", "null": false }, "comments_comment_vote_comment": { "name": "comments_comment_vote_comment", "type": "INT", "null": false, "foreignTable": "comments_comment", "foreignKey": "comments_comment_id" }, "comments_comment_vote_created_by": { "name": "comments_comment_vote_created_by", "type": "INT", "null": false, "foreignTable": "account", "foreignKey": "account_id" }, "comments_comment_vote_created_at": { "name": "comments_comment_vote_created_at", "type": "DATETIME", "null": false } } } }