{"table_name":"dk_social_media","full_table_name":"wp_dk_social_media","description":"Stores dk social media data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_dk_social_media ( id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, title VARCHAR(255) NOT NULL, slug VARCHAR(255) NOT NULL, url VARCHAR(500) NOT NULL DEFAULT '', created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY udx_slug (slug) ) {$collate};\" );","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"slug","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"url","type":"VARCHAR(500)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"dental-focus","name":"Dental Focus","active_installs":10,"version":"2.8.0","wp_org_url":"https://wordpress.org/plugins/dental-focus/"}}