{"table_name":"asnp_wesb_badge","full_table_name":"wp_asnp_wesb_badge","description":"Stores asnp wesb badge data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_asnp_wesb_badge ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, title varchar(200) NOT NULL DEFAULT '', status TINYINT NOT NULL DEFAULT '1', ordering bigint(20) unsigned NOT NULL DEFAULT 0, options longtext NULL, PRIMARY KEY (id) ) $collate;\"; return $tables; } /** * Update plugin version to current. */ private static function update_version() { update_option( self::VERSION_OPTION, get_plugin()->version );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"status","type":"TINYINT","nullable":false,"primary_key":false},{"name":"ordering","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"options","type":"longtext","nullable":true,"primary_key":false}],"plugin":{"slug":"easy-sale-badges-for-woocommerce","name":"Product Badge, Label, Countdown Timer for WooCommerce – Sale Booster","active_installs":5000,"version":"7.3.0","wp_org_url":"https://wordpress.org/plugins/easy-sale-badges-for-woocommerce/"}}