{"table_name":"fullstripe_security_code","full_table_name":"wp_fullstripe_security_code","description":"Stores fullstripe security code data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_fullstripe_security_code ( id INT NOT NULL AUTO_INCREMENT, sessionId INT NOT NULL, securityCode VARCHAR(191) NOT NULL, created DATETIME NOT NULL, sent DATETIME, consumed DATETIME, status VARCHAR(32) NOT NULL, PRIMARY KEY (id), KEY sessionId (sessionId), KEY securityCode (securityCode), KEY status (status) ) $charset_collate;\"; // database write/update dbDelta( $sql );","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"sessionId","type":"INT","nullable":false,"primary_key":false},{"name":"securityCode","type":"VARCHAR(191)","nullable":false,"primary_key":false},{"name":"created","type":"DATETIME","nullable":false,"primary_key":false},{"name":"sent","type":"DATETIME","nullable":true,"primary_key":false},{"name":"consumed","type":"DATETIME","nullable":true,"primary_key":false},{"name":"status","type":"VARCHAR(32)","nullable":false,"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/"}}