{"table_name":"dynamic_shortcode_placeholders","full_table_name":"wp_dynamic_shortcode_placeholders","description":"Stores dynamic shortcode placeholders data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_dynamic_shortcode_placeholders ( placeholder_name varchar(255) NOT NULL, data longtext NOT NULL, PRIMARY KEY (placeholder_name)) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"placeholder_name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"data","type":"longtext","nullable":false,"primary_key":false}],"plugin":{"slug":"dynamic-shortcode-ajax","name":"Dynamic Shortcode","active_installs":0,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/dynamic-shortcode-ajax/"}}