{"slug":"mee-table","name":"mee-table – Restaurant Reservations, Gift Cards & Event Tickets","description":"Free Lite version: restaurant reservations, table booking and event tickets on your own site. Gift cards and no-show protection need an account.","author":"Breed Art Studios","active_installs":0,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/mee-table/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"meetab_locations","full_table_name":"wp_meetab_locations","description":"Stores meetab locations data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"address","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"city","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"country","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"timezone","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"max_guests","type":"INT UNSIGNED","nullable":true,"primary_key":false},{"name":"contact_email","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"contact_phone","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"settings_json","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"active","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_meetab_locations ( id BIGINT UNSIGNED AUTO_INCREMENT, name VARCHAR(255) NOT NULL, address VARCHAR(255), city VARCHAR(100), country VARCHAR(100), timezone VARCHAR(50), max_guests INT UNSIGNED DEFAULT 80, contact_email VARCHAR(255), contact_phone VARCHAR(20), settings_json LONGTEXT, active TINYINT(1) DEFAULT 1, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY active (active) ) $charset_collate;\");"},{"table_name":"meetab_reservations","full_table_name":"wp_meetab_reservations","description":"Stores meetab reservations data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":2}