{"table_name":"givasso_campaigns","full_table_name":"wp_givasso_campaigns","description":"Stores givasso campaigns data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_givasso_campaigns ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, title VARCHAR(255) NOT NULL, slug VARCHAR(255) NOT NULL, description TEXT DEFAULT NULL, goal_amount DECIMAL(10,2) DEFAULT NULL, currency CHAR(3) NOT NULL DEFAULT 'EUR', start_date DATE DEFAULT NULL, end_date DATE DEFAULT NULL, status ENUM('draft','active','ended','archived') NOT NULL DEFAULT 'draft', featured_image BIGINT UNSIGNED DEFAULT NULL, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY uq_slug (slug), KEY idx_status (status) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"slug","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"description","type":"TEXT","nullable":true,"primary_key":false},{"name":"goal_amount","type":"DECIMAL(10,2)","nullable":true,"primary_key":false},{"name":"currency","type":"CHAR(3)","nullable":false,"primary_key":false},{"name":"start_date","type":"DATE","nullable":true,"primary_key":false},{"name":"end_date","type":"DATE","nullable":true,"primary_key":false},{"name":"status","type":"ENUM('draft','active','ended','archived')","nullable":false,"primary_key":false},{"name":"featured_image","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"givasso","name":"Givasso","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/givasso/"}}