{"table_name":"inl_link_structures","full_table_name":"wp_inl_link_structures","description":"Stores inl link structures data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `inl_link_structures` ( `id` INT NOT NULL AUTO_INCREMENT, `name` VARCHAR(100) NOT NULL , `type` VARCHAR(10) NOT NULL , `nodes` int NOT NULL , `create_date` TIMESTAMP NULL , `mod_date` TIMESTAMP NULL , `mod_by` VARCHAR(50) NULL , PRIMARY KEY (`id`) ) ENGINE","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"type","type":"VARCHAR(10)","nullable":false,"primary_key":false},{"name":"nodes","type":"int","nullable":false,"primary_key":false},{"name":"create_date","type":"TIMESTAMP","nullable":true,"primary_key":false},{"name":"mod_date","type":"TIMESTAMP","nullable":true,"primary_key":false},{"name":"mod_by","type":"VARCHAR(50)","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-internal-links-lite","name":"No Sweat WP Internal Links Lite","active_installs":10,"version":"2.4.3","wp_org_url":"https://wordpress.org/plugins/wp-internal-links-lite/"}}