| xengallery_add_map |
| xengallery_album |
| xengallery_album_permission |
| xengallery_album_view |
| xengallery_album_watch |
| xengallery_category |
| xengallery_category_map |
| xengallery_category_watch |
| xengallery_comment |
| xengallery_content_tag |
| xengallery_content_tag_map |
| xengallery_exif |
| xengallery_exif_cache |
| xengallery_field |
| xengallery_field_category |
| xengallery_field_value |
| xengallery_media |
| xengallery_media_user_view |
| xengallery_media_view |
| xengallery_media_watch |
| xengallery_private_map |
| xengallery_rating |
| xengallery_shared_map |
| xengallery_user_tag |
| xengallery_watermark
Sorry, misread the screenshot.@Xon please let me know what to put in [table_name].
| xengallery_comment | CREATE TABLE `xengallery_comment` (
`comment_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`content_id` int(10) unsigned NOT NULL DEFAULT '0',
`content_type` enum('media','album') NOT NULL DEFAULT 'media',
`message` mediumtext NOT NULL,
`user_id` int(10) unsigned NOT NULL DEFAULT '0',
`username` varchar(50) NOT NULL DEFAULT '',
`ip_id` int(10) unsigned NOT NULL DEFAULT '0',
`comment_date` int(10) unsigned NOT NULL DEFAULT '0',
`comment_state` enum('visible','moderated','deleted') NOT NULL DEFAULT 'visible',
`rating_id` int(10) unsigned NOT NULL DEFAULT '0',
`likes` int(10) unsigned NOT NULL DEFAULT '0',
`like_users` blob,
`warning_id` int(10) unsigned NOT NULL DEFAULT '0',
`warning_message` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`comment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=46205 DEFAULT CHARSET=utf8 |
There is likely an index missing there, for some reason.
We use essential cookies to make this site work, and optional cookies to enhance your experience.