{"table_name":"erm_reviews","full_table_name":"wp_erm_reviews","description":"Stores erm reviews data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_erm_reviews` ( id INT PRIMARY KEY AUTO_INCREMENT, customer_id INT NOT NULL, menu_item_id INT NOT NULL, rating INT, review 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":"customer_id","type":"INT","nullable":false,"primary_key":false},{"name":"menu_item_id","type":"INT","nullable":false,"primary_key":false},{"name":"rating","type":"INT","nullable":true,"primary_key":false},{"name":"review","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/"}}