{"table_name":"erm_menu_items","full_table_name":"wp_erm_menu_items","description":"Stores erm menu items data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_erm_menu_items` ( id INT PRIMARY KEY AUTO_INCREMENT, branch_id INT DEFAULT NULL, category_id INT NOT NULL, post_id INT DEFAULT NULL, name VARCHAR(255) NOT NULL, description TEXT, base_price DECIMAL(10,2) NOT NULL, portion_sizes JSON DEFAULT NULL, addons JSON DEFAULT NULL, image VARCHAR(255) DEFAULT NULL, availability 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":"branch_id","type":"INT","nullable":true,"primary_key":false},{"name":"category_id","type":"INT","nullable":false,"primary_key":false},{"name":"post_id","type":"INT","nullable":true,"primary_key":false},{"name":"name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"description","type":"TEXT","nullable":true,"primary_key":false},{"name":"base_price","type":"DECIMAL(10,2)","nullable":false,"primary_key":false},{"name":"portion_sizes","type":"JSON","nullable":true,"primary_key":false},{"name":"addons","type":"JSON","nullable":true,"primary_key":false},{"name":"image","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"availability","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/"}}