{"table_name":"fe_event_seats","full_table_name":"wp_fe_event_seats","description":"Stores fe event seats data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_fe_event_seats ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, event_id BIGINT(20) UNSIGNED NOT NULL, num_seats INT UNSIGNED NOT NULL DEFAULT '0', last_seat_id INT UNSIGNED NOT NULL DEFAULT '0', open_seats TINYINT(1) NOT NULL DEFAULT '0', seat_format VARCHAR(32) NOT NULL DEFAULT '', seat_config MEDIUMTEXT NOT NULL, seat_map MEDIUMTEXT NOT NULL, linked_event BIGINT(20) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (id), UNIQUE INDEX event_id (event_id) ) ENGINE","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"event_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"num_seats","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"last_seat_id","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"open_seats","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"seat_format","type":"VARCHAR(32)","nullable":false,"primary_key":false},{"name":"seat_config","type":"MEDIUMTEXT","nullable":false,"primary_key":false},{"name":"seat_map","type":"MEDIUMTEXT","nullable":false,"primary_key":false},{"name":"linked_event","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false}],"plugin":{"slug":"fast-events","name":"Fast Events","active_installs":20,"version":"3.0.0","wp_org_url":"https://wordpress.org/plugins/fast-events/"}}