{"table_name":"erm_tables","full_table_name":"wp_erm_tables","description":"Stores erm tables data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_erm_tables` ( id INT PRIMARY KEY AUTO_INCREMENT, branch_id INT DEFAULT NULL, table_number VARCHAR(20) UNIQUE NOT NULL, capacity INT NOT NULL, status ENUM('available', 'reserved', 'occupied') NOT NULL DEFAULT 'available', 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":"table_number","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"capacity","type":"INT","nullable":false,"primary_key":false},{"name":"status","type":"ENUM('available', 'reserved', 'occupied')","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/"}}