{"table_name":"fastflow_settings","full_table_name":"wp_fastflow_settings","description":"Stores fastflow settings data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_fastflow_settings ( ID int(10) unsigned NOT NULL AUTO_INCREMENT, settings_for text NOT NULL, settings_data text NOT NULL, extra_data text NOT NULL, PRIMARY KEY (ID) );","columns":[{"name":"ID","type":"int(10) unsigned","nullable":false,"primary_key":true},{"name":"settings_for","type":"text","nullable":false,"primary_key":false},{"name":"settings_data","type":"text","nullable":false,"primary_key":false},{"name":"extra_data","type":"text","nullable":false,"primary_key":false}],"plugin":{"slug":"fast-flow-dashboard","name":"Fast Flow","active_installs":100,"version":"1.2.18","wp_org_url":"https://wordpress.org/plugins/fast-flow-dashboard/"}}