{"table_name":"il_image_templates","full_table_name":"wp_il_image_templates","description":"Stores il image templates data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_il_image_templates ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, name VARCHAR(160) NOT NULL, description TEXT DEFAULT '', instructions LONGTEXT DEFAULT '', image_filename VARCHAR(255) DEFAULT '', is_predefined TINYINT(1) NOT NULL DEFAULT 0, sort_order INT NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $charset;\"; dbDelta( $sql_img_templates );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(160)","nullable":false,"primary_key":false},{"name":"description","type":"TEXT","nullable":true,"primary_key":false},{"name":"instructions","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"image_filename","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"is_predefined","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"sort_order","type":"INT","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"4linking-free","name":"4Linking — Internal Linking on Autopilot: Rules, Pillar Pages & Link Map","active_installs":80,"version":"4.6.141","wp_org_url":"https://wordpress.org/plugins/4linking-free/"}}