{"table_name":"delveant_rate_limits","full_table_name":"wp_delveant_rate_limits","description":"Stores delveant rate limits data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_delveant_rate_limits ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, identifier VARCHAR(200) NOT NULL, hits INT(11) NOT NULL DEFAULT 1, window_start DATETIME NOT NULL, PRIMARY KEY (id), UNIQUE KEY identifier (identifier), KEY window_start (window_start) ) $charset_collate;\" );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"identifier","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"hits","type":"INT(11)","nullable":false,"primary_key":false},{"name":"window_start","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/"}}