{"table_name":"fe_event_webhooks","full_table_name":"wp_fe_event_webhooks","description":"Stores fe event webhooks data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_fe_event_webhooks ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, status TINYINT(1) NOT NULL DEFAULT '0', name VARCHAR(100) NOT NULL DEFAULT '', user_id BIGINT(20) UNSIGNED NOT NULL, url VARCHAR(200) NOT NULL DEFAULT '', secret CHAR(40) NOT NULL DEFAULT '', retry_scheme VARCHAR(50) NOT NULL DEFAULT '', topic VARCHAR(50) NOT NULL DEFAULT '', pending INT NOT NULL DEFAULT '0', delivered INT NOT NULL DEFAULT '0', retries INT NOT NULL DEFAULT '0', failed INT NOT NULL DEFAULT '0', failure_threshold INT NOT NULL DEFAULT '60', last_success TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00', last_retry TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00', last_failure TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00', date_created TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) ENGINE","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"status","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"user_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"url","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"secret","type":"CHAR(40)","nullable":false,"primary_key":false},{"name":"retry_scheme","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"topic","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"pending","type":"INT","nullable":false,"primary_key":false},{"name":"delivered","type":"INT","nullable":false,"primary_key":false},{"name":"retries","type":"INT","nullable":false,"primary_key":false},{"name":"failed","type":"INT","nullable":false,"primary_key":false},{"name":"failure_threshold","type":"INT","nullable":false,"primary_key":false},{"name":"last_success","type":"TIMESTAMP","nullable":false,"primary_key":false},{"name":"last_retry","type":"TIMESTAMP","nullable":false,"primary_key":false},{"name":"last_failure","type":"TIMESTAMP","nullable":false,"primary_key":false},{"name":"date_created","type":"TIMESTAMP","nullable":false,"primary_key":false}],"plugin":{"slug":"fast-events","name":"Fast Events","active_installs":20,"version":"3.0.0","wp_org_url":"https://wordpress.org/plugins/fast-events/"}}