{"table_name":"fullstripe_patch_info","full_table_name":"wp_fullstripe_patch_info","description":"Stores fullstripe patch info data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_fullstripe_patch_info ( id INT NOT NULL AUTO_INCREMENT, patch_id VARCHAR(191) NOT NULL, plugin_version VARCHAR(255) NOT NULL, applied_at DATETIME NOT NULL, description VARCHAR(500), PRIMARY KEY (id), KEY patch_id (patch_id) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"patch_id","type":"VARCHAR(191)","nullable":false,"primary_key":false},{"name":"plugin_version","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"applied_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"description","type":"VARCHAR(500)","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-full-stripe-free","name":"Stripe Payment Forms by WP Full Pay – Accept Credit Card Payments, Donations & Subscriptions","active_installs":9000,"version":"8.5.0","wp_org_url":"https://wordpress.org/plugins/wp-full-stripe-free/"}}