{"table_name":"erm_table_reservations","full_table_name":"wp_erm_table_reservations","description":"Stores erm table reservations data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_erm_table_reservations` ( id INT PRIMARY KEY AUTO_INCREMENT, branch_id INT DEFAULT NULL, customer_id INT DEFAULT NULL, customer_name VARCHAR(255) NOT NULL, phone VARCHAR(20) NOT NULL, email VARCHAR(255) DEFAULT NULL, table_id INT NOT NULL, reservation_date DATE NOT NULL, reservation_time TIME NOT NULL, num_guests INT NOT NULL, status ENUM('pending', 'confirmed', 'cancelled') NOT NULL DEFAULT 'pending', notes text 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":"branch_id","type":"INT","nullable":true,"primary_key":false},{"name":"customer_id","type":"INT","nullable":true,"primary_key":false},{"name":"customer_name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"phone","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"table_id","type":"INT","nullable":false,"primary_key":false},{"name":"reservation_date","type":"DATE","nullable":false,"primary_key":false},{"name":"reservation_time","type":"TIME","nullable":false,"primary_key":false},{"name":"num_guests","type":"INT","nullable":false,"primary_key":false},{"name":"status","type":"ENUM('pending', 'confirmed', 'cancelled')","nullable":false,"primary_key":false},{"name":"notes","type":"text","nullable":true,"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/"}}