{"table_name":"content_attacher","full_table_name":"wp_content_attacher","description":"Stores content attacher data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `content_attacher` ( `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `position` int(1) UNSIGNED NOT NULL, `show_on_fulltext` int(1) UNSIGNED NOT NULL, `status` int(1) UNSIGNED NOT NULL, `posts` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `pages` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `cats` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `authors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`ID`), UNIQUE KEY `title` (`title`(100)) )\");","columns":[{"name":"ID","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"text","nullable":false,"primary_key":false},{"name":"description","type":"longtext","nullable":false,"primary_key":false},{"name":"position","type":"int(1) UNSIGNED","nullable":false,"primary_key":false},{"name":"show_on_fulltext","type":"int(1) UNSIGNED","nullable":false,"primary_key":false},{"name":"status","type":"int(1) UNSIGNED","nullable":false,"primary_key":false},{"name":"posts","type":"longtext","nullable":true,"primary_key":false},{"name":"pages","type":"longtext","nullable":true,"primary_key":false},{"name":"cats","type":"longtext","nullable":true,"primary_key":false},{"name":"authors","type":"longtext","nullable":true,"primary_key":false}],"plugin":{"slug":"content-attacher","name":"Content Attacher","active_installs":0,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/content-attacher/"}}