{"table_name":"meetab_locations","full_table_name":"wp_meetab_locations","description":"Stores meetab locations data created by this plugin.","detection_method":"static","confidence":"high","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;\");","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}],"plugin":{"slug":"mee-table","name":"mee-table – Restaurant Reservations, Gift Cards & Event Tickets","active_installs":0,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/mee-table/"}}