{"table_name":"dynamic_shortcode","full_table_name":"wp_dynamic_shortcode","description":"Stores dynamic shortcode data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_dynamic_shortcode ( id_session varchar(255) NOT NULL, data longtext NOT NULL, get_post_params longtext NULL, expiration_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, current_url longtext NOT NULL, PRIMARY KEY (id_session)) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id_session","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"data","type":"longtext","nullable":false,"primary_key":false},{"name":"get_post_params","type":"longtext","nullable":true,"primary_key":false},{"name":"expiration_date","type":"timestamp","nullable":false,"primary_key":false},{"name":"current_url","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/"}}