{"table_name":"delveant_used_nonces","full_table_name":"wp_delveant_used_nonces","description":"Stores delveant used nonces data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_delveant_used_nonces ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, nonce_hash VARCHAR(64) NOT NULL, form_id BIGINT(20) UNSIGNED NOT NULL, used_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY nonce_hash (nonce_hash), KEY used_at (used_at) ) $charset_collate;\" );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"nonce_hash","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"form_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"used_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"delveant-form-suite","name":"Delveant Form Suite","active_installs":0,"version":"1.0.6","wp_org_url":"https://wordpress.org/plugins/delveant-form-suite/"}}