{"table_name":"erm_coupons","full_table_name":"wp_erm_coupons","description":"Stores erm coupons data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_erm_coupons` ( id INT PRIMARY KEY AUTO_INCREMENT, name VARCHAR(50) NOT NULL, code VARCHAR(50) UNIQUE NOT NULL, discount_type ENUM('percentage', 'fixed') NOT NULL, discount_value DECIMAL(10,2) NOT NULL, added_date DATE NOT NULL, expiration_date DATE NOT NULL, status VARCHAR(50) NOT NULL, created_at DATETIME DEFAULT CURRENT_TIMESTAMP, updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id","type":"INT","nullable":true,"primary_key":true},{"name":"name","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"code","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"discount_type","type":"ENUM('percentage', 'fixed')","nullable":false,"primary_key":false},{"name":"discount_value","type":"DECIMAL(10,2)","nullable":false,"primary_key":false},{"name":"added_date","type":"DATE","nullable":false,"primary_key":false},{"name":"expiration_date","type":"DATE","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"updated_at","type":"TIMESTAMP","nullable":true,"primary_key":false}],"plugin":{"slug":"easy-restaurant-manager","name":"Easy Restaurant Manager","active_installs":0,"version":"1.1.0","wp_org_url":"https://wordpress.org/plugins/easy-restaurant-manager/"}}