{"table_name":"erm_order_items","full_table_name":"wp_erm_order_items","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_erm_order_items` ( id INT PRIMARY KEY AUTO_INCREMENT, order_id INT NOT NULL, menu_item_id INT NOT NULL, quantity INT NOT NULL, price DECIMAL(10,2) NOT NULL, selected_size VARCHAR(50), selected_addons JSON DEFAULT NULL, special_instructions TEXT DEFAULT 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":"order_id","type":"INT","nullable":false,"primary_key":false},{"name":"menu_item_id","type":"INT","nullable":false,"primary_key":false},{"name":"quantity","type":"INT","nullable":false,"primary_key":false},{"name":"price","type":"DECIMAL(10,2)","nullable":false,"primary_key":false},{"name":"selected_size","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"selected_addons","type":"JSON","nullable":true,"primary_key":false},{"name":"special_instructions","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/"}}