-- Global Gala Database Backup
-- Generated: 2025-09-25 15:11:11
-- Format: SQLite SQL Dump

PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;

-- Table structure for events
DROP TABLE IF EXISTS `events`;
CREATE TABLE "events" ("id" integer not null primary key autoincrement, "club_id" integer not null, "name" varchar not null, "event_url" varchar not null, "start_date" date not null, "end_date" date not null, "start_time" time not null, "voting_end_time" datetime not null, "description" text not null, "max_no_of_tickets" integer not null, "no_of_raffle_ticket" integer, "raffle_ticket_price" float, "video" varchar, "address" varchar not null, "status" integer not null default '1', "is_deleted" integer not null default '0', "created_at" datetime, "updated_at" datetime);

-- Data for table events (2 records)
INSERT INTO `events` (`id`, `club_id`, `name`, `event_url`, `start_date`, `end_date`, `start_time`, `voting_end_time`, `description`, `max_no_of_tickets`, `no_of_raffle_ticket`, `raffle_ticket_price`, `video`, `address`, `status`, `is_deleted`, `created_at`, `updated_at`) VALUES (1, 1, 'Test Event', 'test-event', '2025-09-15', '2025-09-16', '19:00:00', '2025-09-16 21:53:25', 'Test event for venue template testing', 100, 0, 0, NULL, 'Test Venue Address', 1, 0, '2025-09-15 21:53:25', '2025-09-15 21:53:25');
INSERT INTO `events` (`id`, `club_id`, `name`, `event_url`, `start_date`, `end_date`, `start_time`, `voting_end_time`, `description`, `max_no_of_tickets`, `no_of_raffle_ticket`, `raffle_ticket_price`, `video`, `address`, `status`, `is_deleted`, `created_at`, `updated_at`) VALUES (123, 1, 'Test Concert 2025', 'test-concert-2025', '2025-12-31', '2025-12-31', '20:00:00', '2025-12-31 19:00:00', 'E2E Test Event for Seat Booking', 50, 0, 0, NULL, 'Test Venue', 1, 0, '2025-09-24 14:02:34', '2025-09-24 14:02:34');

-- Table structure for seats
DROP TABLE IF EXISTS `seats`;
CREATE TABLE "seats" ("id" integer not null primary key autoincrement, "seat_id" varchar not null, "event_id" integer not null, "row_letter" varchar not null, "seat_number" varchar not null, "price" numeric not null, "zone" varchar not null, "is_accessible" tinyint(1) not null default '0', "is_active" tinyint(1) not null default '1', "created_at" datetime, "updated_at" datetime, "parent_table_id" varchar, "seat_type" varchar check ("seat_type" in ('individual', 'table', 'table_child')) not null default 'individual', "parametric" text, "child_seats" text, "total_tables" integer not null default '0', "position" text, "section_id" varchar);

-- Data for table seats (1155 records)
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73321, 'fb553406-42be-4874-b674-351a5303af5a', 1, '', 'Z5-T02', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":780.4335561119291,"y":792.4193462018725},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"9339cce6-eed0-4729-ae72-be24bde5578c","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":694.4022310675658,"y":800.6689253157156},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9311341e-ad2d-458d-9cf3-fca145cbaa31","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":717.9724571071174,"y":777.098699276164},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"05100090-abcd-4643-b1ab-ff8b063186df","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":741.542683146669,"y":753.5284732366124},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"93a54435-be8d-416e-90ae-8dd8238466f1","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":765.1129091862206,"y":729.9582471970608},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c0361c7b-9032-4b8a-8f96-44ebb3a9693d","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":788.6831352257722,"y":706.3880211575092},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"014df2ff-3e5b-4e93-abc9-c4acfff8b3d0","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":772.183976998086,"y":878.4506712462357},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b71ad922-2139-4525-a440-43f139ad127e","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":795.7542030376376,"y":854.8804452066842},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0977b47b-eb32-4e46-a13e-950d1f970451","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":819.3244290771892,"y":831.3102191671326},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2cff58fb-0e0a-4cbe-a0a0-06a6ebdb2f35","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":842.8946551167408,"y":807.739993127581},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2e10656c-e119-4b55-bd9d-d7268f279286","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":866.4648811562923,"y":784.1697670880294},"created_at":"2025-09-24T11:03:03.975Z","updated_at":"2025-09-24T11:14:33.791Z","type":"seat","seat_id":"Z5-T02-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":780.4335561119291,"y":792.4193462018725}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73322, '9339cce6-eed0-4729-ae72-be24bde5578c', 1, '', 'Z5-T02-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":694.4022310675658,"y":800.6689253157156}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73323, '9311341e-ad2d-458d-9cf3-fca145cbaa31', 1, '', 'Z5-T02-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":717.9724571071174,"y":777.098699276164}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73324, '05100090-abcd-4643-b1ab-ff8b063186df', 1, '', 'Z5-T02-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":741.542683146669,"y":753.5284732366124}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73325, '93a54435-be8d-416e-90ae-8dd8238466f1', 1, '', 'Z5-T02-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":765.1129091862206,"y":729.9582471970608}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73326, 'c0361c7b-9032-4b8a-8f96-44ebb3a9693d', 1, '', 'Z5-T02-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":788.6831352257722,"y":706.3880211575092}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73327, '014df2ff-3e5b-4e93-abc9-c4acfff8b3d0', 1, '', 'Z5-T02-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":772.183976998086,"y":878.4506712462357}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73328, 'b71ad922-2139-4525-a440-43f139ad127e', 1, '', 'Z5-T02-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":795.7542030376376,"y":854.8804452066842}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73329, '0977b47b-eb32-4e46-a13e-950d1f970451', 1, '', 'Z5-T02-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":819.3244290771892,"y":831.3102191671326}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73330, '2cff58fb-0e0a-4cbe-a0a0-06a6ebdb2f35', 1, '', 'Z5-T02-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":842.8946551167408,"y":807.739993127581}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73331, '2e10656c-e119-4b55-bd9d-d7268f279286', 1, '', 'Z5-T02-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fb553406-42be-4874-b674-351a5303af5a', 'table_child', NULL, NULL, 0, '{"x":866.4648811562923,"y":784.1697670880294}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73332, '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 1, '', 'Z5-T03', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":552.6797761994359,"y":1135.0263337571446},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"8fce8f7d-6c3f-4ab0-b510-82df1294b0d6","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":466.6484511550726,"y":1143.2759128709877},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"932a80af-2b0c-4c5e-ad77-d232bea0a2fd","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":490.2186771946242,"y":1119.7056868314362},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e9605299-797d-4572-b4a0-253ac445797a","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":513.7889032341758,"y":1096.1354607918845},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ca192f1f-21b9-427e-98de-cc0086e9a1d9","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":537.3591292737274,"y":1072.5652347523328},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"92c5a9c4-6d32-46a0-a1c5-1e37fc41ac16","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":560.929355313279,"y":1048.9950087127813},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2c15a922-097b-42c0-9a26-81a49dbb166c","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":544.4301970855928,"y":1221.0576588015078},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"92ec6817-608a-4f2f-8c87-0a3a57179404","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":568.0004231251444,"y":1197.4874327619564},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"995a2485-6a28-4962-b0a0-9333df0830fb","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":591.570649164696,"y":1173.9172067224047},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7768f00e-d686-4f8f-8616-371194b37d22","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":615.1408752042475,"y":1150.346980682853},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"46cdb7a2-65dc-495c-ab7c-a66d49143933","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":638.7111012437991,"y":1126.7767546433015},"created_at":"2025-09-24T11:03:07.945Z","updated_at":"2025-09-24T11:03:54.469Z","type":"seat","seat_id":"Z5-T03-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":542.6797761994359,"y":1135.0263337571446}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73333, '8fce8f7d-6c3f-4ab0-b510-82df1294b0d6', 1, '', 'Z5-T03-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":466.6484511550726,"y":1143.2759128709877}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73334, '932a80af-2b0c-4c5e-ad77-d232bea0a2fd', 1, '', 'Z5-T03-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":490.2186771946242,"y":1119.7056868314362}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73335, 'e9605299-797d-4572-b4a0-253ac445797a', 1, '', 'Z5-T03-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":513.7889032341758,"y":1096.1354607918845}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73336, 'ca192f1f-21b9-427e-98de-cc0086e9a1d9', 1, '', 'Z5-T03-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":537.3591292737274,"y":1072.5652347523328}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73337, '92c5a9c4-6d32-46a0-a1c5-1e37fc41ac16', 1, '', 'Z5-T03-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":560.929355313279,"y":1048.9950087127813}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73338, '2c15a922-097b-42c0-9a26-81a49dbb166c', 1, '', 'Z5-T03-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":544.4301970855928,"y":1221.0576588015078}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73339, '92ec6817-608a-4f2f-8c87-0a3a57179404', 1, '', 'Z5-T03-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":568.0004231251444,"y":1197.4874327619564}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73340, '995a2485-6a28-4962-b0a0-9333df0830fb', 1, '', 'Z5-T03-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":591.570649164696,"y":1173.9172067224047}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73341, '7768f00e-d686-4f8f-8616-371194b37d22', 1, '', 'Z5-T03-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":615.1408752042475,"y":1150.346980682853}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73342, '46cdb7a2-65dc-495c-ab7c-a66d49143933', 1, '', 'Z5-T03-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7abb577b-a32b-4719-b6f9-ba8c7f712ad8', 'table_child', NULL, NULL, 0, '{"x":638.7111012437991,"y":1126.7767546433015}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73343, '564456c3-bdc2-46da-900e-7b68d52bf431', 1, '', 'Z5-T04', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":780.4335561119291,"y":1029.2273798829515},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"c74c0566-4a68-4c9f-9cc5-e500b41a4f87","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":694.4022310675658,"y":1037.4769589967946},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6121f344-d196-47d5-aed2-ec19571c5dbf","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":717.9724571071174,"y":1013.906732957243},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b877a8dc-13a8-4569-81e7-4c4b4848dd80","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":741.542683146669,"y":990.3365069176914},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b01ebcb3-2f2b-4397-bc93-64c53551a900","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":765.1129091862206,"y":966.7662808781398},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1b4838d1-7785-47bb-9bb6-9d29d74e980f","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":788.6831352257722,"y":943.1960548385882},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"64dbf79f-ef13-4833-a838-129f2087bc96","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":772.183976998086,"y":1115.2587049273147},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8e2ea669-6c27-470f-9174-35514f6b23a7","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":795.7542030376376,"y":1091.6884788877633},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3330bf02-14cc-458e-94d0-25f27dc912d4","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":819.3244290771892,"y":1068.1182528482116},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"566aa460-c3df-4eaf-8d86-887fc8f0498d","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":842.8946551167408,"y":1044.54802680866},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bb882497-661e-4e19-8c7d-f8d53ca64978","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":866.4648811562923,"y":1020.9778007691084},"created_at":"2025-09-24T11:03:08.642Z","updated_at":"2025-09-24T11:03:54.470Z","type":"seat","seat_id":"Z5-T04-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":780.4335561119291,"y":1029.2273798829515}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73344, 'c74c0566-4a68-4c9f-9cc5-e500b41a4f87', 1, '', 'Z5-T04-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":694.4022310675658,"y":1037.4769589967946}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73345, '6121f344-d196-47d5-aed2-ec19571c5dbf', 1, '', 'Z5-T04-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":717.9724571071174,"y":1013.906732957243}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73346, 'b877a8dc-13a8-4569-81e7-4c4b4848dd80', 1, '', 'Z5-T04-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":741.542683146669,"y":990.3365069176914}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73347, 'b01ebcb3-2f2b-4397-bc93-64c53551a900', 1, '', 'Z5-T04-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":765.1129091862206,"y":966.7662808781398}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73348, '1b4838d1-7785-47bb-9bb6-9d29d74e980f', 1, '', 'Z5-T04-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":788.6831352257722,"y":943.1960548385882}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73349, '64dbf79f-ef13-4833-a838-129f2087bc96', 1, '', 'Z5-T04-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":772.183976998086,"y":1115.2587049273147}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73350, '8e2ea669-6c27-470f-9174-35514f6b23a7', 1, '', 'Z5-T04-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":795.7542030376376,"y":1091.6884788877633}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73351, '3330bf02-14cc-458e-94d0-25f27dc912d4', 1, '', 'Z5-T04-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":819.3244290771892,"y":1068.1182528482116}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73352, '566aa460-c3df-4eaf-8d86-887fc8f0498d', 1, '', 'Z5-T04-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":842.8946551167408,"y":1044.54802680866}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73353, 'bb882497-661e-4e19-8c7d-f8d53ca64978', 1, '', 'Z5-T04-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '564456c3-bdc2-46da-900e-7b68d52bf431', 'table_child', NULL, NULL, 0, '{"x":866.4648811562923,"y":1020.9778007691084}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73354, '92eb7d17-d55c-414d-bf57-d473f6121e7f', 1, '', 'Z5-T05', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1009.3824872137324,"y":1029.2273798829515},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"3b8a405d-f816-45bd-9127-11e51d701979","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":923.3511621693691,"y":1037.4769589967946},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b32acda4-f5e3-4c11-95fa-60e6d778cae8","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":946.9213882089207,"y":1013.906732957243},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d96c470a-0de7-4bd7-82ca-6b3b2881d2c1","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":970.4916142484723,"y":990.3365069176914},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"56ee7784-86d6-4b55-a6bb-fdbf44285ea9","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":994.0618402880239,"y":966.7662808781398},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d8e48c39-c55e-45e0-9ac6-855aa04e00b1","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1017.6320663275754,"y":943.1960548385882},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"42afa369-9e11-4c3f-a30a-bba1dd5ff7f5","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1001.1329080998893,"y":1115.2587049273147},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"07db4b81-b3a1-40a9-927d-915f3449023b","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1024.7031341394409,"y":1091.6884788877633},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"361ea5a5-cd1d-4214-9544-5eaa703fcb62","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1048.2733601789926,"y":1068.1182528482116},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8e444608-bcbe-425c-abac-0b94d6d4ade1","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1071.843586218544,"y":1044.54802680866},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1085af17-bf50-4d14-8d58-ab0c4dc1e6ce","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1095.4138122580957,"y":1020.9778007691084},"created_at":"2025-09-24T11:03:09.110Z","updated_at":"2025-09-24T11:14:32.459Z","type":"seat","seat_id":"Z5-T05-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1009.3824872137324,"y":1029.2273798829515}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73355, '3b8a405d-f816-45bd-9127-11e51d701979', 1, '', 'Z5-T05-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":923.3511621693691,"y":1037.4769589967946}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73356, 'b32acda4-f5e3-4c11-95fa-60e6d778cae8', 1, '', 'Z5-T05-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":946.9213882089207,"y":1013.906732957243}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73357, 'd96c470a-0de7-4bd7-82ca-6b3b2881d2c1', 1, '', 'Z5-T05-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":970.4916142484723,"y":990.3365069176914}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73358, '56ee7784-86d6-4b55-a6bb-fdbf44285ea9', 1, '', 'Z5-T05-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":994.0618402880239,"y":966.7662808781398}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73359, 'd8e48c39-c55e-45e0-9ac6-855aa04e00b1', 1, '', 'Z5-T05-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":1017.6320663275754,"y":943.1960548385882}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73360, '42afa369-9e11-4c3f-a30a-bba1dd5ff7f5', 1, '', 'Z5-T05-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":1001.1329080998893,"y":1115.2587049273147}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73361, '07db4b81-b3a1-40a9-927d-915f3449023b', 1, '', 'Z5-T05-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":1024.7031341394409,"y":1091.6884788877633}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73362, '361ea5a5-cd1d-4214-9544-5eaa703fcb62', 1, '', 'Z5-T05-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":1048.2733601789926,"y":1068.1182528482116}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73363, '8e444608-bcbe-425c-abac-0b94d6d4ade1', 1, '', 'Z5-T05-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":1071.843586218544,"y":1044.54802680866}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73364, '1085af17-bf50-4d14-8d58-ab0c4dc1e6ce', 1, '', 'Z5-T05-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '92eb7d17-d55c-414d-bf57-d473f6121e7f', 'table_child', NULL, NULL, 0, '{"x":1095.4138122580957,"y":1020.9778007691084}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73365, 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 1, '', 'Z5-T06', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":780.4335561119291,"y":1266.0354135640305},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"d3322e28-c06e-412f-b4e1-89ae3e72eba9","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":694.4022310675658,"y":1274.2849926778736},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1aa237b2-205a-4d20-b707-28e7572c4535","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":717.9724571071174,"y":1250.7147666383219},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8b1363b2-b8ac-4706-a3a1-deda6a3ce2dd","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":741.542683146669,"y":1227.1445405987704},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fbd08e6c-df53-4b3e-8200-e91355720c48","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":765.1129091862206,"y":1203.5743145592187},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0f6f833c-5855-429a-bd11-cb9f624a150c","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":788.6831352257722,"y":1180.0040885196672},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"53f1120d-24ea-4152-9e92-436cb61265e3","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":772.183976998086,"y":1352.0667386083937},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1e8ddb31-c07c-401c-850d-aef541f3d3c6","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":795.7542030376376,"y":1328.4965125688423},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"83ba19e0-4ac9-43f2-aa6f-1dbada728768","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":819.3244290771892,"y":1304.9262865292906},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f8926421-a396-48a2-b45c-5c9f297c06de","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":842.8946551167408,"y":1281.356060489739},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"29b0da3c-b613-450d-8c03-4563b9ca8e89","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":866.4648811562923,"y":1257.7858344501874},"created_at":"2025-09-24T11:03:09.741Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T06-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":780.4335561119291,"y":1266.0354135640305}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73366, 'd3322e28-c06e-412f-b4e1-89ae3e72eba9', 1, '', 'Z5-T06-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":694.4022310675658,"y":1274.2849926778736}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73367, '1aa237b2-205a-4d20-b707-28e7572c4535', 1, '', 'Z5-T06-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":717.9724571071174,"y":1250.7147666383219}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73368, '8b1363b2-b8ac-4706-a3a1-deda6a3ce2dd', 1, '', 'Z5-T06-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":741.542683146669,"y":1227.1445405987704}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73369, 'fbd08e6c-df53-4b3e-8200-e91355720c48', 1, '', 'Z5-T06-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":765.1129091862206,"y":1203.5743145592187}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73370, '0f6f833c-5855-429a-bd11-cb9f624a150c', 1, '', 'Z5-T06-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":788.6831352257722,"y":1180.0040885196672}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73371, '53f1120d-24ea-4152-9e92-436cb61265e3', 1, '', 'Z5-T06-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":772.183976998086,"y":1352.0667386083937}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73372, '1e8ddb31-c07c-401c-850d-aef541f3d3c6', 1, '', 'Z5-T06-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":795.7542030376376,"y":1328.4965125688423}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73373, '83ba19e0-4ac9-43f2-aa6f-1dbada728768', 1, '', 'Z5-T06-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":819.3244290771892,"y":1304.9262865292906}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73374, 'f8926421-a396-48a2-b45c-5c9f297c06de', 1, '', 'Z5-T06-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":842.8946551167408,"y":1281.356060489739}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73375, '29b0da3c-b613-450d-8c03-4563b9ca8e89', 1, '', 'Z5-T06-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'aa888a91-da2a-4ef9-bfac-da832bb37c0a', 'table_child', NULL, NULL, 0, '{"x":866.4648811562923,"y":1257.7858344501874}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73376, '49071a8c-cb63-4612-9272-e22448b51514', 1, '', 'Z5-T07', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1009.3824872137324,"y":1266.0354135640305},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"26640a39-a091-45d7-94fb-1cba98ba55a2","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":923.3511621693691,"y":1274.2849926778736},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6c1fc28f-1825-47d2-b00a-32cc48c627f9","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":946.9213882089207,"y":1250.7147666383219},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c7ac2480-b49e-4ee3-a4cd-91f753fb5045","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":970.4916142484723,"y":1227.1445405987704},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e4e739ac-e197-4997-9ef6-4f78cf56fe58","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":994.0618402880239,"y":1203.5743145592187},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3f7bdf8f-7258-4386-a4ed-0647d74291d8","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1017.6320663275754,"y":1180.0040885196672},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"020ce383-47f5-49b0-95c2-9f4642f8e340","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1001.1329080998893,"y":1352.0667386083937},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e18d7c0a-e1ae-4f11-9662-c4c2baa32558","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1024.7031341394409,"y":1328.4965125688423},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ebb5e918-aeea-42ed-be3a-67e92e6b28d7","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1048.2733601789926,"y":1304.9262865292906},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0e977ea6-f24a-41f4-9182-a7610e673f37","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1071.843586218544,"y":1281.356060489739},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"60e145b5-76ca-4197-9b53-0c87d3eb99e6","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1095.4138122580957,"y":1257.7858344501874},"created_at":"2025-09-24T11:03:10.243Z","updated_at":"2025-09-24T11:03:54.471Z","type":"seat","seat_id":"Z5-T07-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1009.3824872137324,"y":1266.0354135640305}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73377, '26640a39-a091-45d7-94fb-1cba98ba55a2', 1, '', 'Z5-T07-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":923.3511621693691,"y":1274.2849926778736}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73378, '6c1fc28f-1825-47d2-b00a-32cc48c627f9', 1, '', 'Z5-T07-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":946.9213882089207,"y":1250.7147666383219}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73379, 'c7ac2480-b49e-4ee3-a4cd-91f753fb5045', 1, '', 'Z5-T07-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":970.4916142484723,"y":1227.1445405987704}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73380, 'e4e739ac-e197-4997-9ef6-4f78cf56fe58', 1, '', 'Z5-T07-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":994.0618402880239,"y":1203.5743145592187}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73381, '3f7bdf8f-7258-4386-a4ed-0647d74291d8', 1, '', 'Z5-T07-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":1017.6320663275754,"y":1180.0040885196672}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73382, '020ce383-47f5-49b0-95c2-9f4642f8e340', 1, '', 'Z5-T07-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":1001.1329080998893,"y":1352.0667386083937}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73383, 'e18d7c0a-e1ae-4f11-9662-c4c2baa32558', 1, '', 'Z5-T07-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":1024.7031341394409,"y":1328.4965125688423}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73384, 'ebb5e918-aeea-42ed-be3a-67e92e6b28d7', 1, '', 'Z5-T07-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":1048.2733601789926,"y":1304.9262865292906}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73385, '0e977ea6-f24a-41f4-9182-a7610e673f37', 1, '', 'Z5-T07-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":1071.843586218544,"y":1281.356060489739}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73386, '60e145b5-76ca-4197-9b53-0c87d3eb99e6', 1, '', 'Z5-T07-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '49071a8c-cb63-4612-9272-e22448b51514', 'table_child', NULL, NULL, 0, '{"x":1095.4138122580957,"y":1257.7858344501874}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73387, '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 1, '', 'Z5-T08', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":780.4335561119291,"y":1502.8434472451095},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"f84b05f4-5852-452e-891f-944a92e58d55","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":694.4022310675658,"y":1511.0930263589526},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"690ffa1a-8df2-4015-9d11-f09a65d966f3","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":717.9724571071174,"y":1487.5228003194009},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"167e4e85-f728-40b1-b9ab-a3c3aba5df5b","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":741.542683146669,"y":1463.9525742798494},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"43f41255-014a-4140-b468-b14f81ac92b2","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":765.1129091862206,"y":1440.3823482402977},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"dfa1b23c-d7dd-42a1-ae07-8ef043188e34","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":788.6831352257722,"y":1416.8121222007462},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"10650eaf-7ecd-4c45-80a1-4468a54d63d0","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":772.183976998086,"y":1588.8747722894727},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"19017c3a-cd2a-45c5-9ee1-cd7929300aa2","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":795.7542030376376,"y":1565.3045462499213},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3dfb3189-6a24-4a54-abb2-c18f652544ea","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":819.3244290771892,"y":1541.7343202103696},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e44079c8-720b-4c86-ae3a-ef0054a2ce65","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":842.8946551167408,"y":1518.164094170818},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"aff4cc7a-1170-414b-bef8-9419e2835d62","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":866.4648811562923,"y":1494.5938681312664},"created_at":"2025-09-24T11:03:10.909Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T08-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":780.4335561119291,"y":1502.8434472451095}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73388, 'f84b05f4-5852-452e-891f-944a92e58d55', 1, '', 'Z5-T08-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":694.4022310675658,"y":1511.0930263589526}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73389, '690ffa1a-8df2-4015-9d11-f09a65d966f3', 1, '', 'Z5-T08-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":717.9724571071174,"y":1487.5228003194009}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73390, '167e4e85-f728-40b1-b9ab-a3c3aba5df5b', 1, '', 'Z5-T08-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":741.542683146669,"y":1463.9525742798494}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73391, '43f41255-014a-4140-b468-b14f81ac92b2', 1, '', 'Z5-T08-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":765.1129091862206,"y":1440.3823482402977}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73392, 'dfa1b23c-d7dd-42a1-ae07-8ef043188e34', 1, '', 'Z5-T08-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":788.6831352257722,"y":1416.8121222007462}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73393, '10650eaf-7ecd-4c45-80a1-4468a54d63d0', 1, '', 'Z5-T08-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":772.183976998086,"y":1588.8747722894727}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73394, '19017c3a-cd2a-45c5-9ee1-cd7929300aa2', 1, '', 'Z5-T08-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":795.7542030376376,"y":1565.3045462499213}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73395, '3dfb3189-6a24-4a54-abb2-c18f652544ea', 1, '', 'Z5-T08-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":819.3244290771892,"y":1541.7343202103696}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73396, 'e44079c8-720b-4c86-ae3a-ef0054a2ce65', 1, '', 'Z5-T08-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":842.8946551167408,"y":1518.164094170818}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73397, 'aff4cc7a-1170-414b-bef8-9419e2835d62', 1, '', 'Z5-T08-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '19a11e79-65aa-4b45-9df7-1dfab2fc281f', 'table_child', NULL, NULL, 0, '{"x":866.4648811562923,"y":1494.5938681312664}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73398, 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 1, '', 'Z5-T09', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1009.3824872137324,"y":1502.8434472451095},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"7e049fb9-e8c4-4116-8099-342ed8f8fa51","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":923.3511621693691,"y":1511.0930263589526},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2a3ec563-8a58-4fb2-ae69-d8ff23c275a2","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":946.9213882089207,"y":1487.5228003194009},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e512b814-d402-4cd0-895f-20612c7052d6","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":970.4916142484723,"y":1463.9525742798494},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"133d8b98-1085-4d84-849d-714bb6359aec","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":994.0618402880239,"y":1440.3823482402977},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"98431b53-5ddf-4a9e-8c2b-f3ff74c75abf","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1017.6320663275754,"y":1416.8121222007462},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4d367c18-1621-4c4d-975e-418caf24e344","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1001.1329080998893,"y":1588.8747722894727},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"884e0c20-4a55-44c4-8f08-0b8d1282e357","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1024.7031341394409,"y":1565.3045462499213},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"336c89a8-ee68-461e-93bb-779aa8c37345","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1048.2733601789926,"y":1541.7343202103696},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f56ddda5-afb8-4e72-ae3c-d93404a494e4","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1071.843586218544,"y":1518.164094170818},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"510a70d7-b08a-4774-aaef-dac188c01bea","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1095.4138122580957,"y":1494.5938681312664},"created_at":"2025-09-24T11:03:11.378Z","updated_at":"2025-09-24T11:03:54.466Z","type":"seat","seat_id":"Z5-T09-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1009.3824872137324,"y":1502.8434472451095}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73399, '7e049fb9-e8c4-4116-8099-342ed8f8fa51', 1, '', 'Z5-T09-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":923.3511621693691,"y":1511.0930263589526}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73400, '2a3ec563-8a58-4fb2-ae69-d8ff23c275a2', 1, '', 'Z5-T09-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":946.9213882089207,"y":1487.5228003194009}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73401, 'e512b814-d402-4cd0-895f-20612c7052d6', 1, '', 'Z5-T09-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":970.4916142484723,"y":1463.9525742798494}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73402, '133d8b98-1085-4d84-849d-714bb6359aec', 1, '', 'Z5-T09-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":994.0618402880239,"y":1440.3823482402977}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73403, '98431b53-5ddf-4a9e-8c2b-f3ff74c75abf', 1, '', 'Z5-T09-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":1017.6320663275754,"y":1416.8121222007462}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73404, '4d367c18-1621-4c4d-975e-418caf24e344', 1, '', 'Z5-T09-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":1001.1329080998893,"y":1588.8747722894727}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73405, '884e0c20-4a55-44c4-8f08-0b8d1282e357', 1, '', 'Z5-T09-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":1024.7031341394409,"y":1565.3045462499213}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73406, '336c89a8-ee68-461e-93bb-779aa8c37345', 1, '', 'Z5-T09-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":1048.2733601789926,"y":1541.7343202103696}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73407, 'f56ddda5-afb8-4e72-ae3c-d93404a494e4', 1, '', 'Z5-T09-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":1071.843586218544,"y":1518.164094170818}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73408, '510a70d7-b08a-4774-aaef-dac188c01bea', 1, '', 'Z5-T09-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'ed6b5600-1eda-4471-8ee4-3529f5525bdb', 'table_child', NULL, NULL, 0, '{"x":1095.4138122580957,"y":1494.5938681312664}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73409, 'd86c175f-363d-47b9-9aa4-3410185a773f', 1, '', 'Z5-T10', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":780.4335561119291,"y":1739.6514809261885},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"eab15039-ba4a-4d85-9f20-f13c4882300a","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":694.4022310675658,"y":1747.9010600400316},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cd2b1cd5-5a93-4b42-9d76-2d60c4ea043b","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":717.9724571071174,"y":1724.3308340004799},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cd8722bf-9f3f-497a-9c5d-36889bf93bb5","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":741.542683146669,"y":1700.7606079609284},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b5bebea7-3e42-4025-b5f2-857b25bbcec7","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":765.1129091862206,"y":1677.1903819213767},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"71ccc6fb-8b4d-4e88-b3cf-4a5810f3eb58","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":788.6831352257722,"y":1653.6201558818252},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"829007c4-af42-469b-9a30-22a78c4aa270","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":772.183976998086,"y":1825.6828059705517},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"82c1c130-c859-4726-a085-fa8d171dd9e1","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":795.7542030376376,"y":1802.1125799310003},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"aa612d55-b3f4-4111-b457-827692b0b332","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":819.3244290771892,"y":1778.5423538914486},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"19a2ac36-6292-43a5-891c-9e7501027897","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":842.8946551167408,"y":1754.972127851897},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a72af604-097a-4189-9e41-c4ab44a8cc5b","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":866.4648811562923,"y":1731.4019018123454},"created_at":"2025-09-24T11:03:12.060Z","updated_at":"2025-09-24T11:03:54.468Z","type":"seat","seat_id":"Z5-T10-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":780.4335561119291,"y":1739.6514809261885}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73410, 'eab15039-ba4a-4d85-9f20-f13c4882300a', 1, '', 'Z5-T10-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":694.4022310675658,"y":1747.9010600400316}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73411, 'cd2b1cd5-5a93-4b42-9d76-2d60c4ea043b', 1, '', 'Z5-T10-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":717.9724571071174,"y":1724.3308340004799}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73412, 'cd8722bf-9f3f-497a-9c5d-36889bf93bb5', 1, '', 'Z5-T10-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":741.542683146669,"y":1700.7606079609284}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73413, 'b5bebea7-3e42-4025-b5f2-857b25bbcec7', 1, '', 'Z5-T10-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":765.1129091862206,"y":1677.1903819213767}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73414, '71ccc6fb-8b4d-4e88-b3cf-4a5810f3eb58', 1, '', 'Z5-T10-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":788.6831352257722,"y":1653.6201558818252}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73415, '829007c4-af42-469b-9a30-22a78c4aa270', 1, '', 'Z5-T10-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":772.183976998086,"y":1825.6828059705517}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73416, '82c1c130-c859-4726-a085-fa8d171dd9e1', 1, '', 'Z5-T10-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":795.7542030376376,"y":1802.1125799310003}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73417, 'aa612d55-b3f4-4111-b457-827692b0b332', 1, '', 'Z5-T10-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":819.3244290771892,"y":1778.5423538914486}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73418, '19a2ac36-6292-43a5-891c-9e7501027897', 1, '', 'Z5-T10-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":842.8946551167408,"y":1754.972127851897}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73419, 'a72af604-097a-4189-9e41-c4ab44a8cc5b', 1, '', 'Z5-T10-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd86c175f-363d-47b9-9aa4-3410185a773f', 'table_child', NULL, NULL, 0, '{"x":866.4648811562923,"y":1731.4019018123454}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73420, 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 1, '', 'Z5-T11', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1009.3824872137324,"y":1739.6514809261885},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"e94916b9-5a02-47c3-a7d4-b71ae254ab4d","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":923.3511621693691,"y":1747.9010600400316},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fc80c919-5d19-44e4-aad7-3f07f04299b3","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":946.9213882089207,"y":1724.3308340004799},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3df9e9b1-1222-48d2-88c0-227585842fb9","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":970.4916142484723,"y":1700.7606079609284},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"29bc0660-da2f-416f-87f3-ff08ea424a72","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":994.0618402880239,"y":1677.1903819213767},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3992a074-4452-40f4-960f-f1cc969e8fbc","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1017.6320663275754,"y":1653.6201558818252},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eb66665b-2919-4800-a840-5a54bbdbb799","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1001.1329080998893,"y":1825.6828059705517},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8d4d76e9-1d33-4b27-84d8-340172c1c677","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1024.7031341394409,"y":1802.1125799310003},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7b7fb507-32b7-48fb-96ed-2ad6c237a5af","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1048.2733601789926,"y":1778.5423538914486},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c4e4b481-4961-4b1c-983e-be6420944d20","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1071.843586218544,"y":1754.972127851897},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d6a06823-05ad-49e8-ab5c-8f12500f888f","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1095.4138122580957,"y":1731.4019018123454},"created_at":"2025-09-24T11:03:12.527Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T11-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1009.3824872137324,"y":1739.6514809261885}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73421, 'e94916b9-5a02-47c3-a7d4-b71ae254ab4d', 1, '', 'Z5-T11-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":923.3511621693691,"y":1747.9010600400316}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73422, 'fc80c919-5d19-44e4-aad7-3f07f04299b3', 1, '', 'Z5-T11-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":946.9213882089207,"y":1724.3308340004799}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73423, '3df9e9b1-1222-48d2-88c0-227585842fb9', 1, '', 'Z5-T11-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":970.4916142484723,"y":1700.7606079609284}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73424, '29bc0660-da2f-416f-87f3-ff08ea424a72', 1, '', 'Z5-T11-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":994.0618402880239,"y":1677.1903819213767}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73425, '3992a074-4452-40f4-960f-f1cc969e8fbc', 1, '', 'Z5-T11-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":1017.6320663275754,"y":1653.6201558818252}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73426, 'eb66665b-2919-4800-a840-5a54bbdbb799', 1, '', 'Z5-T11-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":1001.1329080998893,"y":1825.6828059705517}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73427, '8d4d76e9-1d33-4b27-84d8-340172c1c677', 1, '', 'Z5-T11-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":1024.7031341394409,"y":1802.1125799310003}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73428, '7b7fb507-32b7-48fb-96ed-2ad6c237a5af', 1, '', 'Z5-T11-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":1048.2733601789926,"y":1778.5423538914486}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73429, 'c4e4b481-4961-4b1c-983e-be6420944d20', 1, '', 'Z5-T11-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":1071.843586218544,"y":1754.972127851897}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73430, 'd6a06823-05ad-49e8-ab5c-8f12500f888f', 1, '', 'Z5-T11-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'fa0d5c20-bd9b-414b-aba8-dc00da30c473', 'table_child', NULL, NULL, 0, '{"x":1095.4138122580957,"y":1731.4019018123454}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73431, 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 1, '', 'Z5-T12', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1009.3824872137324,"y":1976.4595146072675},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"6c1403d2-af25-4be1-85e9-61bcdbddb206","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":923.3511621693691,"y":1984.7090937211105},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"45a944a3-dc34-452b-bff6-93a2e595f5cf","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":946.9213882089207,"y":1961.1388676815588},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ca953df5-34dc-4b8e-8cc7-438f0ab68f20","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":970.4916142484723,"y":1937.5686416420074},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"83544481-3e7f-4ca8-8680-93340438b5b6","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":994.0618402880239,"y":1913.9984156024557},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f2d7062f-bfd0-4e57-9d6d-e7b641aa0608","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1017.6320663275754,"y":1890.4281895629042},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"35f271ae-8d59-4bf3-b45a-4b55f4012f7e","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1001.1329080998893,"y":2062.4908396516307},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eb16b3a2-04ce-411a-b71b-63744a43cf9b","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1024.7031341394409,"y":2038.9206136120793},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b9ebba8c-c857-454a-a2d8-e4f17e060146","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1048.2733601789926,"y":2015.3503875725276},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"10db2261-1910-43fd-aaa5-5982bb41e859","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1071.843586218544,"y":1991.780161532976},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9ae06fa1-dbc1-438e-a2ef-b2a4cf7569de","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1095.4138122580957,"y":1968.2099354934244},"created_at":"2025-09-24T11:03:13.208Z","updated_at":"2025-09-24T11:03:54.467Z","type":"seat","seat_id":"Z5-T12-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1009.3824872137324,"y":1976.4595146072675}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73432, '6c1403d2-af25-4be1-85e9-61bcdbddb206', 1, '', 'Z5-T12-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":923.3511621693691,"y":1984.7090937211105}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73433, '45a944a3-dc34-452b-bff6-93a2e595f5cf', 1, '', 'Z5-T12-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":946.9213882089207,"y":1961.1388676815588}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73434, 'ca953df5-34dc-4b8e-8cc7-438f0ab68f20', 1, '', 'Z5-T12-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":970.4916142484723,"y":1937.5686416420074}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73435, '83544481-3e7f-4ca8-8680-93340438b5b6', 1, '', 'Z5-T12-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":994.0618402880239,"y":1913.9984156024557}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73436, 'f2d7062f-bfd0-4e57-9d6d-e7b641aa0608', 1, '', 'Z5-T12-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":1017.6320663275754,"y":1890.4281895629042}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73437, '35f271ae-8d59-4bf3-b45a-4b55f4012f7e', 1, '', 'Z5-T12-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":1001.1329080998893,"y":2062.4908396516307}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73438, 'eb16b3a2-04ce-411a-b71b-63744a43cf9b', 1, '', 'Z5-T12-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":1024.7031341394409,"y":2038.9206136120793}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73439, 'b9ebba8c-c857-454a-a2d8-e4f17e060146', 1, '', 'Z5-T12-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":1048.2733601789926,"y":2015.3503875725276}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73440, '10db2261-1910-43fd-aaa5-5982bb41e859', 1, '', 'Z5-T12-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":1071.843586218544,"y":1991.780161532976}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73441, '9ae06fa1-dbc1-438e-a2ef-b2a4cf7569de', 1, '', 'Z5-T12-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'a433e22b-04e0-41fe-98a8-abcabcea73f8', 'table_child', NULL, NULL, 0, '{"x":1095.4138122580957,"y":1968.2099354934244}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73442, 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 1, '', 'Z5-T13', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', NULL, 'table', '{"center":{"x":552.6797761994359,"y":1363.4764368377155},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"60945479-d405-47b8-82cc-a39b2df2aafc","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":466.6484511550726,"y":1371.7260159515586},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"98b06fc4-ac28-4d30-b0dc-ebba2494e365","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":490.2186771946242,"y":1348.155789912007},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"94ad740e-162a-4edb-b838-2c07e2eaecaf","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":513.7889032341758,"y":1324.5855638724554},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"01322b3f-781c-4743-b872-ef401a3048f9","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":537.3591292737274,"y":1301.0153378329037},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9260e5a6-7271-4057-9ba9-d5e6d5ef69d3","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":560.929355313279,"y":1277.4451117933522},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"893781c0-6d74-4824-9f1d-bea3f5c75cec","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":544.4301970855928,"y":1449.5077618820787},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a4eb742e-c644-40dc-83ce-d34492fe8b8d","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":568.0004231251444,"y":1425.9375358425273},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"776952d0-449e-4fd0-abd3-b2d0078052bc","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":591.570649164696,"y":1402.3673098029756},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9059595f-20da-4fbb-a467-d0bb04b4f714","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":615.1408752042475,"y":1378.7970837634239},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e8f02e0a-ee64-4d99-a248-b6e94ad1b38b","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":638.7111012437991,"y":1355.2268577238724},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":542.6797761994359,"y":1363.4764368377155}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73443, '60945479-d405-47b8-82cc-a39b2df2aafc', 1, '', 'Z5-T13-T1', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":466.6484511550726,"y":1371.7260159515586}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73444, '98b06fc4-ac28-4d30-b0dc-ebba2494e365', 1, '', 'Z5-T13-T2', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":490.2186771946242,"y":1348.155789912007}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73445, '94ad740e-162a-4edb-b838-2c07e2eaecaf', 1, '', 'Z5-T13-T3', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":513.7889032341758,"y":1324.5855638724554}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73446, '01322b3f-781c-4743-b872-ef401a3048f9', 1, '', 'Z5-T13-T4', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":537.3591292737274,"y":1301.0153378329037}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73447, '9260e5a6-7271-4057-9ba9-d5e6d5ef69d3', 1, '', 'Z5-T13-T5', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":560.929355313279,"y":1277.4451117933522}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73448, '893781c0-6d74-4824-9f1d-bea3f5c75cec', 1, '', 'Z5-T13-B1', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":544.4301970855928,"y":1449.5077618820787}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73449, 'a4eb742e-c644-40dc-83ce-d34492fe8b8d', 1, '', 'Z5-T13-B2', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":568.0004231251444,"y":1425.9375358425273}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73450, '776952d0-449e-4fd0-abd3-b2d0078052bc', 1, '', 'Z5-T13-B3', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":591.570649164696,"y":1402.3673098029756}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73451, '9059595f-20da-4fbb-a467-d0bb04b4f714', 1, '', 'Z5-T13-B4', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":615.1408752042475,"y":1378.7970837634239}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73452, 'e8f02e0a-ee64-4d99-a248-b6e94ad1b38b', 1, '', 'Z5-T13-B5', 200, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-24 15:45:08', 'd497da4f-1c3a-4cc1-a73b-518fd77a5965', 'table_child', NULL, NULL, 0, '{"x":638.7111012437991,"y":1355.2268577238724}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73453, 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 1, '', 'Z3-T01', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1361.6537714242756,"y":2189.8277629703016},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"0e341e10-62ea-4f09-b885-c4492f242066","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1306.6537714242756,"y":2256.494429636968},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"390d8640-9f45-4118-b039-3ecc59d48448","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1306.6537714242756,"y":2223.161096303635},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"36aab702-5d5f-4ddd-941f-8d9e26bbb9b1","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1306.6537714242756,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ac6ee12a-5978-48c0-8089-01f184a2a1a3","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1306.6537714242756,"y":2156.494429636968},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"27162f8f-95d6-44cf-8a8d-0a5fec7e914d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1306.6537714242756,"y":2123.161096303635},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"815f1c11-6a99-4f78-bb4f-0deda6ff6d0c","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1416.6537714242756,"y":2256.494429636968},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4fcfe4f6-7b20-4d75-96f2-cf03753f7b75","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1416.6537714242756,"y":2223.161096303635},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"85d14aab-7320-4e08-8ea4-6de03636a32d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1416.6537714242756,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a3b27ea5-c4ee-4a2e-88bf-8dd0bd71056f","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1416.6537714242756,"y":2156.494429636968},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"816ba8b7-3df7-42d4-bbc3-9c938da96786","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1416.6537714242756,"y":2123.161096303635},"created_at":"2025-09-24T11:04:32.695Z","updated_at":"2025-09-24T11:04:56.695Z","type":"seat","seat_id":"Z3-T01-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1361.6537714242756,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73454, '0e341e10-62ea-4f09-b885-c4492f242066', 1, '', 'Z3-T01-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1306.6537714242756,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73455, '390d8640-9f45-4118-b039-3ecc59d48448', 1, '', 'Z3-T01-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1306.6537714242756,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73456, '36aab702-5d5f-4ddd-941f-8d9e26bbb9b1', 1, '', 'Z3-T01-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1306.6537714242756,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73457, 'ac6ee12a-5978-48c0-8089-01f184a2a1a3', 1, '', 'Z3-T01-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1306.6537714242756,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73458, '27162f8f-95d6-44cf-8a8d-0a5fec7e914d', 1, '', 'Z3-T01-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1306.6537714242756,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73459, '815f1c11-6a99-4f78-bb4f-0deda6ff6d0c', 1, '', 'Z3-T01-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1416.6537714242756,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73460, '4fcfe4f6-7b20-4d75-96f2-cf03753f7b75', 1, '', 'Z3-T01-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1416.6537714242756,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73461, '85d14aab-7320-4e08-8ea4-6de03636a32d', 1, '', 'Z3-T01-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1416.6537714242756,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73462, 'a3b27ea5-c4ee-4a2e-88bf-8dd0bd71056f', 1, '', 'Z3-T01-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1416.6537714242756,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73463, '816ba8b7-3df7-42d4-bbc3-9c938da96786', 1, '', 'Z3-T01-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'e8dc450f-50e9-4a3c-8160-19c058f76e87', 'table_child', NULL, NULL, 0, '{"x":1416.6537714242756,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73464, '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 1, '', 'Z3-T02', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1551.581532143515,"y":2189.8277629703016},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"d8cb1361-97aa-4f17-8c0a-2f8d698d2266","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1496.581532143515,"y":2256.494429636968},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"51d23e26-65b1-44e4-8fc5-192f7a14865e","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1496.581532143515,"y":2223.161096303635},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"94893fac-8718-4dc1-9067-6bdc22f8c0f3","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1496.581532143515,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"92ab9012-86cc-47a3-9800-6f7f7009a269","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1496.581532143515,"y":2156.494429636968},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"902b2108-7242-4ef7-8691-a1369aae9153","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1496.581532143515,"y":2123.161096303635},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"86b54c84-c5aa-411a-a72d-6ba8cb0725c5","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1606.581532143515,"y":2256.494429636968},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"818ea587-8cd9-4bd4-9084-aa7126b74319","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1606.581532143515,"y":2223.161096303635},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5faf2902-e605-49c3-af23-42eaef897a03","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1606.581532143515,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cc2f5db0-f11d-4819-b0c8-cd87da952f09","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1606.581532143515,"y":2156.494429636968},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c2c9e8c9-5dfb-4702-b727-106d7d2f66b2","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1606.581532143515,"y":2123.161096303635},"created_at":"2025-09-24T11:04:33.326Z","updated_at":"2025-09-24T11:04:56.696Z","type":"seat","seat_id":"Z3-T02-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1551.581532143515,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73465, 'd8cb1361-97aa-4f17-8c0a-2f8d698d2266', 1, '', 'Z3-T02-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1496.581532143515,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73466, '51d23e26-65b1-44e4-8fc5-192f7a14865e', 1, '', 'Z3-T02-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1496.581532143515,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73467, '94893fac-8718-4dc1-9067-6bdc22f8c0f3', 1, '', 'Z3-T02-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1496.581532143515,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73468, '92ab9012-86cc-47a3-9800-6f7f7009a269', 1, '', 'Z3-T02-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1496.581532143515,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73469, '902b2108-7242-4ef7-8691-a1369aae9153', 1, '', 'Z3-T02-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1496.581532143515,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73470, '86b54c84-c5aa-411a-a72d-6ba8cb0725c5', 1, '', 'Z3-T02-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1606.581532143515,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73471, '818ea587-8cd9-4bd4-9084-aa7126b74319', 1, '', 'Z3-T02-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1606.581532143515,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73472, '5faf2902-e605-49c3-af23-42eaef897a03', 1, '', 'Z3-T02-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1606.581532143515,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73473, 'cc2f5db0-f11d-4819-b0c8-cd87da952f09', 1, '', 'Z3-T02-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1606.581532143515,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73474, 'c2c9e8c9-5dfb-4702-b727-106d7d2f66b2', 1, '', 'Z3-T02-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9ebcf560-d93f-4e33-9b40-0cb6ba8b2cfa', 'table_child', NULL, NULL, 0, '{"x":1606.581532143515,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73475, '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 1, '', 'Z3-T03', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1741.5092928627544,"y":2189.8277629703016},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"879ea77b-ccf3-46e3-a444-ce7ea2b6d75a","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1686.5092928627544,"y":2256.494429636968},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bec13d30-7b79-4a7e-ae99-cc407f9d5d11","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1686.5092928627544,"y":2223.161096303635},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"557d87b1-0281-4990-abac-7d9f6d52f983","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1686.5092928627544,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"dc50223b-d9ff-411b-a7a2-f0f21d04c327","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1686.5092928627544,"y":2156.494429636968},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a9311f14-7386-461c-911c-bd2ebbb087e5","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1686.5092928627544,"y":2123.161096303635},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"96d910b9-c452-446f-b5a3-8beba5216a25","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1796.5092928627544,"y":2256.494429636968},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"76fd8c83-9908-442c-8994-ecd26a8c3433","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1796.5092928627544,"y":2223.161096303635},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4e2430af-1c6a-4269-b12d-5e9eff62223f","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1796.5092928627544,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"77daf769-50e3-4cf7-80c2-c8e856933bee","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1796.5092928627544,"y":2156.494429636968},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"78c7f1e8-2237-4984-bab3-b452651a7330","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1796.5092928627544,"y":2123.161096303635},"created_at":"2025-09-24T11:04:33.892Z","updated_at":"2025-09-24T11:05:05.749Z","type":"seat","seat_id":"Z3-T03-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1741.5092928627544,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73476, '879ea77b-ccf3-46e3-a444-ce7ea2b6d75a', 1, '', 'Z3-T03-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1686.5092928627544,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73477, 'bec13d30-7b79-4a7e-ae99-cc407f9d5d11', 1, '', 'Z3-T03-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1686.5092928627544,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73478, '557d87b1-0281-4990-abac-7d9f6d52f983', 1, '', 'Z3-T03-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1686.5092928627544,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73479, 'dc50223b-d9ff-411b-a7a2-f0f21d04c327', 1, '', 'Z3-T03-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1686.5092928627544,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73480, 'a9311f14-7386-461c-911c-bd2ebbb087e5', 1, '', 'Z3-T03-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1686.5092928627544,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73481, '96d910b9-c452-446f-b5a3-8beba5216a25', 1, '', 'Z3-T03-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1796.5092928627544,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73482, '76fd8c83-9908-442c-8994-ecd26a8c3433', 1, '', 'Z3-T03-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1796.5092928627544,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73483, '4e2430af-1c6a-4269-b12d-5e9eff62223f', 1, '', 'Z3-T03-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1796.5092928627544,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73484, '77daf769-50e3-4cf7-80c2-c8e856933bee', 1, '', 'Z3-T03-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1796.5092928627544,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73485, '78c7f1e8-2237-4984-bab3-b452651a7330', 1, '', 'Z3-T03-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1ba7937f-8a7e-47d1-8ba4-999f28d7ec18', 'table_child', NULL, NULL, 0, '{"x":1796.5092928627544,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73486, '0c4252a7-e4d9-44b2-b145-408de8d0269c', 1, '', 'Z3-T04', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1931.4370535819937,"y":2189.8277629703016},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"ed40e03d-aa47-4f7f-a5f9-4fd52d4b822e","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1876.4370535819937,"y":2256.494429636968},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2dccacac-6458-42f6-bdf0-2ad11117d012","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1876.4370535819937,"y":2223.161096303635},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"09135473-cb68-4d48-a496-d7cadac3ddaf","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1876.4370535819937,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"de83d735-5d9f-4c17-b09b-e32679377b75","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1876.4370535819937,"y":2156.494429636968},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"61f87417-cb8f-46a4-a838-f6e007586367","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1876.4370535819937,"y":2123.161096303635},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"28c64717-d38f-4dc7-9129-2a245de68fd5","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1986.4370535819937,"y":2256.494429636968},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4501f56f-f549-4e7c-8d45-17eb9b39f254","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1986.4370535819937,"y":2223.161096303635},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6e8694c4-5e9b-4a4c-a16b-2322b845f2aa","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1986.4370535819937,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9221a3a6-42ff-4cf7-9066-5e29d5e6726b","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1986.4370535819937,"y":2156.494429636968},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"75e94ebd-55f6-458d-b0c3-0f5ed29b52f2","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1986.4370535819937,"y":2123.161096303635},"created_at":"2025-09-24T11:04:34.725Z","updated_at":"2025-09-24T11:05:07.750Z","type":"seat","seat_id":"Z3-T04-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1931.4370535819937,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73487, 'ed40e03d-aa47-4f7f-a5f9-4fd52d4b822e', 1, '', 'Z3-T04-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1876.4370535819937,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73488, '2dccacac-6458-42f6-bdf0-2ad11117d012', 1, '', 'Z3-T04-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1876.4370535819937,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73489, '09135473-cb68-4d48-a496-d7cadac3ddaf', 1, '', 'Z3-T04-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1876.4370535819937,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73490, 'de83d735-5d9f-4c17-b09b-e32679377b75', 1, '', 'Z3-T04-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1876.4370535819937,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73491, '61f87417-cb8f-46a4-a838-f6e007586367', 1, '', 'Z3-T04-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1876.4370535819937,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73492, '28c64717-d38f-4dc7-9129-2a245de68fd5', 1, '', 'Z3-T04-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1986.4370535819937,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73493, '4501f56f-f549-4e7c-8d45-17eb9b39f254', 1, '', 'Z3-T04-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1986.4370535819937,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73494, '6e8694c4-5e9b-4a4c-a16b-2322b845f2aa', 1, '', 'Z3-T04-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1986.4370535819937,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73495, '9221a3a6-42ff-4cf7-9066-5e29d5e6726b', 1, '', 'Z3-T04-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1986.4370535819937,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73496, '75e94ebd-55f6-458d-b0c3-0f5ed29b52f2', 1, '', 'Z3-T04-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0c4252a7-e4d9-44b2-b145-408de8d0269c', 'table_child', NULL, NULL, 0, '{"x":1986.4370535819937,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73497, 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 1, '', 'Z3-T05', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":2121.3648143012333,"y":2189.8277629703016},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"13d345dc-f550-45a4-9f5d-e9a15dc2c836","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2066.3648143012333,"y":2256.494429636968},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c61ea81d-8cfb-40eb-b4f3-586716c479eb","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2066.3648143012333,"y":2223.161096303635},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2a88f5f6-93f5-4c4a-ac69-55300a0b09e6","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2066.3648143012333,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b4e7b35f-854d-48eb-84fa-e5c76521d8ed","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2066.3648143012333,"y":2156.494429636968},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"908921b5-3200-49de-b002-23fde5823e5c","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2066.3648143012333,"y":2123.161096303635},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"56acb71f-f6a9-49ae-b8cc-7f64aca4c0ae","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2176.3648143012333,"y":2256.494429636968},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7ece5bda-b18a-474b-8dbd-d475a3943499","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2176.3648143012333,"y":2223.161096303635},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7a5a2d3f-e348-4a7c-b739-aded76499790","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2176.3648143012333,"y":2189.8277629703016},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"540763dc-7d66-4468-a7a2-0590193be14d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2176.3648143012333,"y":2156.494429636968},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d132814b-a8f2-42b8-bd61-5958458a6b15","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2176.3648143012333,"y":2123.161096303635},"created_at":"2025-09-24T11:04:35.361Z","updated_at":"2025-09-24T11:05:10.878Z","type":"seat","seat_id":"Z3-T05-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2121.3648143012333,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73498, '13d345dc-f550-45a4-9f5d-e9a15dc2c836', 1, '', 'Z3-T05-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2066.3648143012333,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73499, 'c61ea81d-8cfb-40eb-b4f3-586716c479eb', 1, '', 'Z3-T05-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2066.3648143012333,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73500, '2a88f5f6-93f5-4c4a-ac69-55300a0b09e6', 1, '', 'Z3-T05-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2066.3648143012333,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73501, 'b4e7b35f-854d-48eb-84fa-e5c76521d8ed', 1, '', 'Z3-T05-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2066.3648143012333,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73502, '908921b5-3200-49de-b002-23fde5823e5c', 1, '', 'Z3-T05-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2066.3648143012333,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73503, '56acb71f-f6a9-49ae-b8cc-7f64aca4c0ae', 1, '', 'Z3-T05-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2176.3648143012333,"y":2256.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73504, '7ece5bda-b18a-474b-8dbd-d475a3943499', 1, '', 'Z3-T05-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2176.3648143012333,"y":2223.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73505, '7a5a2d3f-e348-4a7c-b739-aded76499790', 1, '', 'Z3-T05-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2176.3648143012333,"y":2189.8277629703016}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73506, '540763dc-7d66-4468-a7a2-0590193be14d', 1, '', 'Z3-T05-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2176.3648143012333,"y":2156.494429636968}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73507, 'd132814b-a8f2-42b8-bd61-5958458a6b15', 1, '', 'Z3-T05-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b11053a3-0c76-4a1c-a19e-896b90cb3fe1', 'table_child', NULL, NULL, 0, '{"x":2176.3648143012333,"y":2123.161096303635}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73508, '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 1, '', 'Z3-T06', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1274.8602639525786,"y":1858.4752810139128},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"72085a49-08d7-4ab5-b48c-21e45f835fdc","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1219.8602639525786,"y":1933.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eb812a8b-5119-4306-ba41-207a042f33fb","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1219.8602639525786,"y":1908.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7bc977fe-b89e-439a-9d93-7ab93938bfb0","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1219.8602639525786,"y":1883.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"de1514ad-5fd0-4774-af06-5457a8ed90f4","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1219.8602639525786,"y":1858.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"24a40380-6fa1-418d-8fb0-7454dde92690","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1219.8602639525786,"y":1833.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a637493d-f47f-4554-a625-9dd634208d5f","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1219.8602639525786,"y":1808.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5c0706bf-3569-49d0-a75a-e1315b265cc3","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1219.8602639525786,"y":1783.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5b960680-6a6f-45c6-ac1f-06e57ba68992","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1329.8602639525786,"y":1933.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c728447a-0139-4025-ad33-420392d05e23","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1329.8602639525786,"y":1908.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"653227ed-354e-4f97-a126-d0adcde4c2f4","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1329.8602639525786,"y":1883.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e754308b-ebe7-4f39-bd8d-34d5338dd982","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1329.8602639525786,"y":1858.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5dd86ac3-26af-49ce-88b5-c73d39a6c627","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1329.8602639525786,"y":1833.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7eb4c7b3-6e59-4c35-9f65-34894b85a2dc","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1329.8602639525786,"y":1808.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6e375233-42d1-48fe-ab37-aac085525963","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1329.8602639525786,"y":1783.4752810139128},"created_at":"2025-09-24T11:05:44.441Z","updated_at":"2025-09-24T11:05:58.354Z","type":"seat","seat_id":"Z3-T06-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1274.8602639525786,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73509, '72085a49-08d7-4ab5-b48c-21e45f835fdc', 1, '', 'Z3-T06-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1219.8602639525786,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73510, 'eb812a8b-5119-4306-ba41-207a042f33fb', 1, '', 'Z3-T06-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1219.8602639525786,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73511, '7bc977fe-b89e-439a-9d93-7ab93938bfb0', 1, '', 'Z3-T06-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1219.8602639525786,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73512, 'de1514ad-5fd0-4774-af06-5457a8ed90f4', 1, '', 'Z3-T06-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1219.8602639525786,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73513, '24a40380-6fa1-418d-8fb0-7454dde92690', 1, '', 'Z3-T06-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1219.8602639525786,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73514, 'a637493d-f47f-4554-a625-9dd634208d5f', 1, '', 'Z3-T06-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1219.8602639525786,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73515, '5c0706bf-3569-49d0-a75a-e1315b265cc3', 1, '', 'Z3-T06-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1219.8602639525786,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73516, '5b960680-6a6f-45c6-ac1f-06e57ba68992', 1, '', 'Z3-T06-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1329.8602639525786,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73517, 'c728447a-0139-4025-ad33-420392d05e23', 1, '', 'Z3-T06-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1329.8602639525786,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73518, '653227ed-354e-4f97-a126-d0adcde4c2f4', 1, '', 'Z3-T06-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1329.8602639525786,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73519, 'e754308b-ebe7-4f39-bd8d-34d5338dd982', 1, '', 'Z3-T06-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1329.8602639525786,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73520, '5dd86ac3-26af-49ce-88b5-c73d39a6c627', 1, '', 'Z3-T06-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1329.8602639525786,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73521, '7eb4c7b3-6e59-4c35-9f65-34894b85a2dc', 1, '', 'Z3-T06-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1329.8602639525786,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73522, '6e375233-42d1-48fe-ab37-aac085525963', 1, '', 'Z3-T06-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '9eb77ce6-353a-4e31-8b87-9eab30e6784e', 'table_child', NULL, NULL, 0, '{"x":1329.8602639525786,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73523, '876db30c-afc7-4f12-a297-8b5c106dc02e', 1, '', 'Z3-T07', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1416.9747151234913,"y":1858.4752810139128},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"ddcd0c99-f41e-44ba-9a14-7a282a6ca4e1","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1361.9747151234913,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f9910552-453f-4800-bb75-b6daba3ba287","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1361.9747151234913,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4893e7a6-74d3-4a58-ae34-d4443041f3b7","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1361.9747151234913,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"139f6bc5-0f17-491a-81e5-24bf6cfb4fec","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1361.9747151234913,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d59d007c-817c-41e5-870a-65c594e639d6","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1361.9747151234913,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7c1543ef-8d5e-4292-98f8-85d6bc93e9a3","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1361.9747151234913,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fba4bb5d-4a81-4399-a609-c40dc97d0886","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1361.9747151234913,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0b105b22-38af-424c-b619-8ec40370c7bc","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1471.9747151234913,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"04b00cd7-396e-4c2d-9c21-a3f8de2a7c5a","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1471.9747151234913,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"66d01815-d67d-46d7-8880-e3084245fb17","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1471.9747151234913,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8561f8ed-9e0a-41ff-b840-21f51e095c65","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1471.9747151234913,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"765466d7-f169-4a1a-b320-2d5851ef4d14","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1471.9747151234913,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"37014de5-f1b3-4da9-a901-ad26d31b3e12","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1471.9747151234913,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0f055692-9574-4301-9093-341940e03489","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1471.9747151234913,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:05.348Z","updated_at":"2025-09-24T11:06:36.564Z","type":"seat","seat_id":"Z3-T07-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1416.9747151234913,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73524, 'ddcd0c99-f41e-44ba-9a14-7a282a6ca4e1', 1, '', 'Z3-T07-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1361.9747151234913,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73525, 'f9910552-453f-4800-bb75-b6daba3ba287', 1, '', 'Z3-T07-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1361.9747151234913,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73526, '4893e7a6-74d3-4a58-ae34-d4443041f3b7', 1, '', 'Z3-T07-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1361.9747151234913,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73527, '139f6bc5-0f17-491a-81e5-24bf6cfb4fec', 1, '', 'Z3-T07-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1361.9747151234913,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73528, 'd59d007c-817c-41e5-870a-65c594e639d6', 1, '', 'Z3-T07-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1361.9747151234913,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73529, '7c1543ef-8d5e-4292-98f8-85d6bc93e9a3', 1, '', 'Z3-T07-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1361.9747151234913,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73530, 'fba4bb5d-4a81-4399-a609-c40dc97d0886', 1, '', 'Z3-T07-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1361.9747151234913,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73531, '0b105b22-38af-424c-b619-8ec40370c7bc', 1, '', 'Z3-T07-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1471.9747151234913,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73532, '04b00cd7-396e-4c2d-9c21-a3f8de2a7c5a', 1, '', 'Z3-T07-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1471.9747151234913,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73533, '66d01815-d67d-46d7-8880-e3084245fb17', 1, '', 'Z3-T07-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1471.9747151234913,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73534, '8561f8ed-9e0a-41ff-b840-21f51e095c65', 1, '', 'Z3-T07-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1471.9747151234913,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73535, '765466d7-f169-4a1a-b320-2d5851ef4d14', 1, '', 'Z3-T07-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1471.9747151234913,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73536, '37014de5-f1b3-4da9-a901-ad26d31b3e12', 1, '', 'Z3-T07-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1471.9747151234913,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73537, '0f055692-9574-4301-9093-341940e03489', 1, '', 'Z3-T07-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '876db30c-afc7-4f12-a297-8b5c106dc02e', 'table_child', NULL, NULL, 0, '{"x":1471.9747151234913,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73538, 'd6a5c936-74d1-4509-947c-d0cb28619945', 1, '', 'Z3-T08', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1559.0891662944039,"y":1858.4752810139128},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"aa068a51-acf0-4d64-a1f1-370f10806041","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1504.0891662944039,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6a36f4a7-ed7c-4e19-accc-e1763e0c351d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1504.0891662944039,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9bb3e18c-036d-4b64-8096-3ecb857f32d5","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1504.0891662944039,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"31ee8bfa-9ae9-49e5-9fe3-ed07b488a85a","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1504.0891662944039,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"28a2a8ef-fe23-44ae-82fd-14aaa093533d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1504.0891662944039,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c08de389-c6f2-49c2-9268-f10bb1bfa3a3","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1504.0891662944039,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6dbe6eff-ccde-4c8e-92c1-74a5e4d0001e","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1504.0891662944039,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1c37923c-ce88-42a4-afda-fb05495461d8","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1614.0891662944039,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5cd7e6d2-4451-473e-ae7d-14ebb4c3b9ea","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1614.0891662944039,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"14225a80-1211-4853-984b-1dd9e6b7a030","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1614.0891662944039,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1ed1cfa7-21d4-41ce-bff2-a1aa6deeaba6","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1614.0891662944039,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"39f09038-f2ea-4c67-93b0-842aa9b7a20b","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1614.0891662944039,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cb7271da-19f4-4263-af25-9aedd51addf0","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1614.0891662944039,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c0e31ff9-e2c6-4c73-8985-9369e532d7da","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1614.0891662944039,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:06.193Z","updated_at":"2025-09-24T11:06:38.136Z","type":"seat","seat_id":"Z3-T08-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1559.0891662944039,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73539, 'aa068a51-acf0-4d64-a1f1-370f10806041', 1, '', 'Z3-T08-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1504.0891662944039,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73540, '6a36f4a7-ed7c-4e19-accc-e1763e0c351d', 1, '', 'Z3-T08-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1504.0891662944039,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73541, '9bb3e18c-036d-4b64-8096-3ecb857f32d5', 1, '', 'Z3-T08-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1504.0891662944039,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73542, '31ee8bfa-9ae9-49e5-9fe3-ed07b488a85a', 1, '', 'Z3-T08-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1504.0891662944039,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73543, '28a2a8ef-fe23-44ae-82fd-14aaa093533d', 1, '', 'Z3-T08-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1504.0891662944039,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73544, 'c08de389-c6f2-49c2-9268-f10bb1bfa3a3', 1, '', 'Z3-T08-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1504.0891662944039,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73545, '6dbe6eff-ccde-4c8e-92c1-74a5e4d0001e', 1, '', 'Z3-T08-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1504.0891662944039,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73546, '1c37923c-ce88-42a4-afda-fb05495461d8', 1, '', 'Z3-T08-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1614.0891662944039,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73547, '5cd7e6d2-4451-473e-ae7d-14ebb4c3b9ea', 1, '', 'Z3-T08-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1614.0891662944039,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73548, '14225a80-1211-4853-984b-1dd9e6b7a030', 1, '', 'Z3-T08-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1614.0891662944039,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73549, '1ed1cfa7-21d4-41ce-bff2-a1aa6deeaba6', 1, '', 'Z3-T08-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1614.0891662944039,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73550, '39f09038-f2ea-4c67-93b0-842aa9b7a20b', 1, '', 'Z3-T08-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1614.0891662944039,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73551, 'cb7271da-19f4-4263-af25-9aedd51addf0', 1, '', 'Z3-T08-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1614.0891662944039,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73552, 'c0e31ff9-e2c6-4c73-8985-9369e532d7da', 1, '', 'Z3-T08-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'd6a5c936-74d1-4509-947c-d0cb28619945', 'table_child', NULL, NULL, 0, '{"x":1614.0891662944039,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73553, 'b9d61882-b280-47ec-94b6-f745cc8125b9', 1, '', 'Z3-T09', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1701.2036174653165,"y":1858.4752810139128},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"4086b0e4-8873-4f73-809c-dc7bbcc027ec","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1646.2036174653165,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"29f8f5af-75ba-4464-8342-1550faa6ca4d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1646.2036174653165,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6e447756-80e8-4a1b-8d49-e3563af9b276","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1646.2036174653165,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"411e84af-9d76-44ae-bb69-9cd53e4624c7","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1646.2036174653165,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eacd4c28-066c-4d15-a4d4-63577c07464b","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1646.2036174653165,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"710a77eb-694a-482a-9e97-5151e1e84121","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1646.2036174653165,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f52d476a-3d44-4770-aac6-a9546d6571c0","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1646.2036174653165,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"50a2ad47-7173-4f45-a506-552047936374","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1756.2036174653165,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e8aff9fa-348d-49ed-ac72-a88910fdba34","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1756.2036174653165,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"66727227-83d5-4e75-b0f6-598adec40cc2","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1756.2036174653165,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4f3215f7-e247-4bf1-8bc6-3b080053e5b4","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1756.2036174653165,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8bbe4d9d-1c6a-4451-9331-7c0acb043342","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1756.2036174653165,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b3642607-0737-4c56-a267-e30573f54ba1","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1756.2036174653165,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"85b55675-b30e-4e58-88a0-a13e664c977d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1756.2036174653165,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:06.994Z","updated_at":"2025-09-24T11:06:39.489Z","type":"seat","seat_id":"Z3-T09-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1701.2036174653165,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73554, '4086b0e4-8873-4f73-809c-dc7bbcc027ec', 1, '', 'Z3-T09-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1646.2036174653165,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73555, '29f8f5af-75ba-4464-8342-1550faa6ca4d', 1, '', 'Z3-T09-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1646.2036174653165,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73556, '6e447756-80e8-4a1b-8d49-e3563af9b276', 1, '', 'Z3-T09-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1646.2036174653165,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73557, '411e84af-9d76-44ae-bb69-9cd53e4624c7', 1, '', 'Z3-T09-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1646.2036174653165,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73558, 'eacd4c28-066c-4d15-a4d4-63577c07464b', 1, '', 'Z3-T09-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1646.2036174653165,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73559, '710a77eb-694a-482a-9e97-5151e1e84121', 1, '', 'Z3-T09-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1646.2036174653165,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73560, 'f52d476a-3d44-4770-aac6-a9546d6571c0', 1, '', 'Z3-T09-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1646.2036174653165,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73561, '50a2ad47-7173-4f45-a506-552047936374', 1, '', 'Z3-T09-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1756.2036174653165,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73562, 'e8aff9fa-348d-49ed-ac72-a88910fdba34', 1, '', 'Z3-T09-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1756.2036174653165,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73563, '66727227-83d5-4e75-b0f6-598adec40cc2', 1, '', 'Z3-T09-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1756.2036174653165,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73564, '4f3215f7-e247-4bf1-8bc6-3b080053e5b4', 1, '', 'Z3-T09-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1756.2036174653165,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73565, '8bbe4d9d-1c6a-4451-9331-7c0acb043342', 1, '', 'Z3-T09-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1756.2036174653165,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73566, 'b3642607-0737-4c56-a267-e30573f54ba1', 1, '', 'Z3-T09-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1756.2036174653165,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73567, '85b55675-b30e-4e58-88a0-a13e664c977d', 1, '', 'Z3-T09-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9d61882-b280-47ec-94b6-f745cc8125b9', 'table_child', NULL, NULL, 0, '{"x":1756.2036174653165,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73568, '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 1, '', 'Z3-T10', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1843.318068636229,"y":1858.4752810139128},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"c355e0c2-146f-4186-a9a6-3685507bf84c","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1788.318068636229,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b126dc0c-4cf0-4f8a-9637-c8b3d6e1549f","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1788.318068636229,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fc9a64b4-41c7-4da4-818d-b25afa422147","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1788.318068636229,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cafc717a-5932-4da8-b458-42f7afc29c03","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1788.318068636229,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"028d340c-70f4-4464-a3bf-0a0a22b96a46","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1788.318068636229,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"661d17af-a5a0-490d-ac82-800e46b00425","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1788.318068636229,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8a9ebe8a-54c6-4636-bffe-89077ed1d857","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1788.318068636229,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6387af54-4202-4012-a037-72cdef22c749","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1898.318068636229,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fbe161ae-34cc-4236-851b-daf47081c0e7","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1898.318068636229,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e30f8313-161c-482b-96b8-0f0cfcb3b05b","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1898.318068636229,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8c5a8cb8-a521-4e31-a161-6f64aeb6715e","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1898.318068636229,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0231324d-b8b8-40e7-b341-15048895447d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1898.318068636229,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e38cbdc0-ee72-4e1b-a5a6-466352df0122","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1898.318068636229,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"35ad8d9c-b3b4-4f83-b665-b8278b4328eb","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1898.318068636229,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:07.627Z","updated_at":"2025-09-24T11:06:41.118Z","type":"seat","seat_id":"Z3-T10-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1843.318068636229,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73569, 'c355e0c2-146f-4186-a9a6-3685507bf84c', 1, '', 'Z3-T10-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1788.318068636229,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73570, 'b126dc0c-4cf0-4f8a-9637-c8b3d6e1549f', 1, '', 'Z3-T10-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1788.318068636229,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73571, 'fc9a64b4-41c7-4da4-818d-b25afa422147', 1, '', 'Z3-T10-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1788.318068636229,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73572, 'cafc717a-5932-4da8-b458-42f7afc29c03', 1, '', 'Z3-T10-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1788.318068636229,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73573, '028d340c-70f4-4464-a3bf-0a0a22b96a46', 1, '', 'Z3-T10-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1788.318068636229,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73574, '661d17af-a5a0-490d-ac82-800e46b00425', 1, '', 'Z3-T10-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1788.318068636229,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73575, '8a9ebe8a-54c6-4636-bffe-89077ed1d857', 1, '', 'Z3-T10-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1788.318068636229,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73576, '6387af54-4202-4012-a037-72cdef22c749', 1, '', 'Z3-T10-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1898.318068636229,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73577, 'fbe161ae-34cc-4236-851b-daf47081c0e7', 1, '', 'Z3-T10-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1898.318068636229,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73578, 'e30f8313-161c-482b-96b8-0f0cfcb3b05b', 1, '', 'Z3-T10-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1898.318068636229,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73579, '8c5a8cb8-a521-4e31-a161-6f64aeb6715e', 1, '', 'Z3-T10-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1898.318068636229,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73580, '0231324d-b8b8-40e7-b341-15048895447d', 1, '', 'Z3-T10-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1898.318068636229,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73581, 'e38cbdc0-ee72-4e1b-a5a6-466352df0122', 1, '', 'Z3-T10-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1898.318068636229,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73582, '35ad8d9c-b3b4-4f83-b665-b8278b4328eb', 1, '', 'Z3-T10-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '1e5099ca-3b0a-43b6-b4e4-c224595bcf1d', 'table_child', NULL, NULL, 0, '{"x":1898.318068636229,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73583, '95157ed6-34a7-442b-a261-314c2cf357cd', 1, '', 'Z3-T11', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1985.4325198071417,"y":1858.4752810139128},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"9e95ed20-3a56-4db6-b626-0c24c7d4f7e8","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1930.4325198071417,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9a904e04-7fb5-4647-8965-e86d88240594","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1930.4325198071417,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"061764c9-4844-4038-8d7e-e0ffc6316b58","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1930.4325198071417,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"170002ca-4221-4446-a963-67d33957a8a0","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1930.4325198071417,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9a0c6f39-b5be-4caf-896a-c1a0d520e63e","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1930.4325198071417,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fa100fbd-5d4b-45f8-b27e-adcb3bece199","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1930.4325198071417,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0918b48f-c44a-4a0e-b83f-70dd96b025e1","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":1930.4325198071417,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0b5f6f3f-c2d0-4e05-82f8-fc668c560e77","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2040.4325198071417,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cba7f1eb-d910-4326-92dc-eb432f727b0d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2040.4325198071417,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a61d889e-a6c7-4a23-9cc5-c23de6c083ed","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2040.4325198071417,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"34dbecf4-1181-4743-8a0e-e3b4a19833a7","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2040.4325198071417,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3b2950ae-4902-4b0b-bf9e-4801c0a13f82","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2040.4325198071417,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"df01f7b8-d6f7-4de4-83a8-ae19efe11e4b","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2040.4325198071417,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e92d0795-f2d5-4fc2-ae3a-04c4a7b6b412","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2040.4325198071417,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:08.293Z","updated_at":"2025-09-24T11:06:43.365Z","type":"seat","seat_id":"Z3-T11-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1985.4325198071417,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73584, '9e95ed20-3a56-4db6-b626-0c24c7d4f7e8', 1, '', 'Z3-T11-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":1930.4325198071417,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73585, '9a904e04-7fb5-4647-8965-e86d88240594', 1, '', 'Z3-T11-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":1930.4325198071417,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73586, '061764c9-4844-4038-8d7e-e0ffc6316b58', 1, '', 'Z3-T11-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":1930.4325198071417,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73587, '170002ca-4221-4446-a963-67d33957a8a0', 1, '', 'Z3-T11-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":1930.4325198071417,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73588, '9a0c6f39-b5be-4caf-896a-c1a0d520e63e', 1, '', 'Z3-T11-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":1930.4325198071417,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73589, 'fa100fbd-5d4b-45f8-b27e-adcb3bece199', 1, '', 'Z3-T11-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":1930.4325198071417,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73590, '0918b48f-c44a-4a0e-b83f-70dd96b025e1', 1, '', 'Z3-T11-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":1930.4325198071417,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73591, '0b5f6f3f-c2d0-4e05-82f8-fc668c560e77', 1, '', 'Z3-T11-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":2040.4325198071417,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73592, 'cba7f1eb-d910-4326-92dc-eb432f727b0d', 1, '', 'Z3-T11-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":2040.4325198071417,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73593, 'a61d889e-a6c7-4a23-9cc5-c23de6c083ed', 1, '', 'Z3-T11-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":2040.4325198071417,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73594, '34dbecf4-1181-4743-8a0e-e3b4a19833a7', 1, '', 'Z3-T11-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":2040.4325198071417,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73595, '3b2950ae-4902-4b0b-bf9e-4801c0a13f82', 1, '', 'Z3-T11-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":2040.4325198071417,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73596, 'df01f7b8-d6f7-4de4-83a8-ae19efe11e4b', 1, '', 'Z3-T11-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":2040.4325198071417,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73597, 'e92d0795-f2d5-4fc2-ae3a-04c4a7b6b412', 1, '', 'Z3-T11-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '95157ed6-34a7-442b-a261-314c2cf357cd', 'table_child', NULL, NULL, 0, '{"x":2040.4325198071417,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73598, '81d37050-6378-4e37-9b0d-6700d36d889b', 1, '', 'Z3-T12', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":2127.5469709780546,"y":1858.4752810139128},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"df483861-2027-49d0-a7e4-1d95ff4d10d1","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2072.5469709780546,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1c73df01-572d-49a1-a3db-deadf7ef6383","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2072.5469709780546,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a89ed5ce-2509-4fcc-a2d3-833587a21624","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2072.5469709780546,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0b3a19be-6a81-4f0a-a32c-1131a288a70c","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2072.5469709780546,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eef653a6-e840-40a4-81be-3bd779a9d557","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2072.5469709780546,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"896ddc8c-2096-4f4e-9492-78617e0744b8","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2072.5469709780546,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8ec47a40-abe8-4509-9571-d81534c89d6f","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2072.5469709780546,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f9d369ba-adef-4ebe-be98-60e50d9efc2d","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2182.5469709780546,"y":1933.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e4235d1f-40a5-4a07-a70f-b9bb93fbe065","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2182.5469709780546,"y":1908.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2bed84f2-a44e-44d2-a376-9eba4c6ff73c","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2182.5469709780546,"y":1883.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"10bd3a41-b70e-4ea5-bef5-66417b9bee30","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2182.5469709780546,"y":1858.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3889498c-20aa-4b83-ad63-85ebfde552d5","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2182.5469709780546,"y":1833.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fa3c164e-3e0f-4a06-ad71-5501aa542eb8","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2182.5469709780546,"y":1808.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d7924f37-ae9e-432e-becc-7b06ea986660","section_id":"7a7e0e20-2129-4daa-a854-abfd6107480a","position":{"x":2182.5469709780546,"y":1783.4752810139128},"created_at":"2025-09-24T11:06:08.994Z","updated_at":"2025-09-24T11:06:45.366Z","type":"seat","seat_id":"Z3-T12-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2127.5469709780546,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73599, 'df483861-2027-49d0-a7e4-1d95ff4d10d1', 1, '', 'Z3-T12-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2072.5469709780546,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73600, '1c73df01-572d-49a1-a3db-deadf7ef6383', 1, '', 'Z3-T12-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2072.5469709780546,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73601, 'a89ed5ce-2509-4fcc-a2d3-833587a21624', 1, '', 'Z3-T12-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2072.5469709780546,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73602, '0b3a19be-6a81-4f0a-a32c-1131a288a70c', 1, '', 'Z3-T12-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2072.5469709780546,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73603, 'eef653a6-e840-40a4-81be-3bd779a9d557', 1, '', 'Z3-T12-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2072.5469709780546,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73604, '896ddc8c-2096-4f4e-9492-78617e0744b8', 1, '', 'Z3-T12-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2072.5469709780546,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73605, '8ec47a40-abe8-4509-9571-d81534c89d6f', 1, '', 'Z3-T12-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2072.5469709780546,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73606, 'f9d369ba-adef-4ebe-be98-60e50d9efc2d', 1, '', 'Z3-T12-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2182.5469709780546,"y":1933.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73607, 'e4235d1f-40a5-4a07-a70f-b9bb93fbe065', 1, '', 'Z3-T12-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2182.5469709780546,"y":1908.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73608, '2bed84f2-a44e-44d2-a376-9eba4c6ff73c', 1, '', 'Z3-T12-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2182.5469709780546,"y":1883.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73609, '10bd3a41-b70e-4ea5-bef5-66417b9bee30', 1, '', 'Z3-T12-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2182.5469709780546,"y":1858.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73610, '3889498c-20aa-4b83-ad63-85ebfde552d5', 1, '', 'Z3-T12-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2182.5469709780546,"y":1833.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73611, 'fa3c164e-3e0f-4a06-ad71-5501aa542eb8', 1, '', 'Z3-T12-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2182.5469709780546,"y":1808.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73612, 'd7924f37-ae9e-432e-becc-7b06ea986660', 1, '', 'Z3-T12-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '81d37050-6378-4e37-9b0d-6700d36d889b', 'table_child', NULL, NULL, 0, '{"x":2182.5469709780546,"y":1783.4752810139128}', '7a7e0e20-2129-4daa-a854-abfd6107480a');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73613, 'b9525aa9-3d81-4084-a8bf-d66d00781243', 1, '', 'Z1-T01', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1283.3637511700042,"y":868.1808603810025},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"c89a4013-b2d3-4a06-8129-dd5c1f194031","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":943.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b07c71b6-2a2e-424d-a5a7-1e418024da62","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":918.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"331690db-5242-4714-8107-dd6113c8621e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":893.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eb1149b9-a761-4ec3-83a2-3a65246cf356","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":868.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0e69af15-ac37-44b1-8271-a7c03c527be7","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":843.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"85305dff-966b-44ef-ad4c-e0c2dded9c4a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":818.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"66a10d3e-c0af-4fc6-89d3-afd64ff9a619","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":793.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c30bcf7f-9685-4dc4-9e29-5c1731251ab5","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":943.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"096b9435-c523-44cd-82b2-00331672302c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":918.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6dcbdf8a-6306-4d94-8b28-cd5fc8c28041","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":893.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b7231ebf-9a4b-4fb8-bce4-fcce8b2f055c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":868.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3c903df8-5253-4702-a160-d1e8ba8f0602","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":843.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2516dc8e-c9ac-4a7a-bf68-703fc1c59912","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":818.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bad5a032-73ae-416c-87bb-c73dbf6effa9","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":793.1808603810025},"created_at":"2025-09-24T11:07:49.596Z","updated_at":"2025-09-24T11:08:21.719Z","type":"seat","seat_id":"Z1-T01-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1283.3637511700042,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73614, 'c89a4013-b2d3-4a06-8129-dd5c1f194031', 1, '', 'Z1-T01-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73615, 'b07c71b6-2a2e-424d-a5a7-1e418024da62', 1, '', 'Z1-T01-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73616, '331690db-5242-4714-8107-dd6113c8621e', 1, '', 'Z1-T01-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73617, 'eb1149b9-a761-4ec3-83a2-3a65246cf356', 1, '', 'Z1-T01-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73618, '0e69af15-ac37-44b1-8271-a7c03c527be7', 1, '', 'Z1-T01-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73619, '85305dff-966b-44ef-ad4c-e0c2dded9c4a', 1, '', 'Z1-T01-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73620, '66a10d3e-c0af-4fc6-89d3-afd64ff9a619', 1, '', 'Z1-T01-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73621, 'c30bcf7f-9685-4dc4-9e29-5c1731251ab5', 1, '', 'Z1-T01-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73622, '096b9435-c523-44cd-82b2-00331672302c', 1, '', 'Z1-T01-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73623, '6dcbdf8a-6306-4d94-8b28-cd5fc8c28041', 1, '', 'Z1-T01-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73624, 'b7231ebf-9a4b-4fb8-bce4-fcce8b2f055c', 1, '', 'Z1-T01-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73625, '3c903df8-5253-4702-a160-d1e8ba8f0602', 1, '', 'Z1-T01-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73626, '2516dc8e-c9ac-4a7a-bf68-703fc1c59912', 1, '', 'Z1-T01-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73627, 'bad5a032-73ae-416c-87bb-c73dbf6effa9', 1, '', 'Z1-T01-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'b9525aa9-3d81-4084-a8bf-d66d00781243', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73628, '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 1, '', 'Z1-T02', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1431.223457415766,"y":868.1808603810025},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"dc70783d-4d66-49e3-9ec8-799bb462f8a2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":943.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"00142f4e-9fa2-435c-b904-626175ab937c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":918.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ce4b4704-b960-4570-b2cd-5a6ffaca10fa","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":893.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9cb925e9-f292-4dbb-9d32-7f6b6ad1af11","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":868.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c4353719-75fb-4f73-be4d-1f9fa7e02c0f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":843.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e05e4299-f3fa-4b97-87d1-35bda3b77d81","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":818.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0a61b2ba-b6ca-4b6e-865c-7b7b79147fd2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":793.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1ed701f0-7cbb-4de3-8499-e82c61e38720","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":943.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6a39024c-32c2-4a93-940a-97f53b57c05f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":918.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9034fc55-b174-4ed9-acd9-5110b7d78322","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":893.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"91b7b355-36f8-431b-a8dd-76e198606d70","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":868.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3f6f0b42-c480-417b-beee-ff165c1d9cb2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":843.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"02ae9976-38d3-4202-9eaf-705ecf63047a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":818.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"651d345f-2e25-411e-b7c0-6601d80306b0","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":793.1808603810025},"created_at":"2025-09-24T11:07:50.377Z","updated_at":"2025-09-24T11:08:21.718Z","type":"seat","seat_id":"Z1-T02-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1431.223457415766,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73629, 'dc70783d-4d66-49e3-9ec8-799bb462f8a2', 1, '', 'Z1-T02-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73630, '00142f4e-9fa2-435c-b904-626175ab937c', 1, '', 'Z1-T02-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73631, 'ce4b4704-b960-4570-b2cd-5a6ffaca10fa', 1, '', 'Z1-T02-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73632, '9cb925e9-f292-4dbb-9d32-7f6b6ad1af11', 1, '', 'Z1-T02-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73633, 'c4353719-75fb-4f73-be4d-1f9fa7e02c0f', 1, '', 'Z1-T02-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73634, 'e05e4299-f3fa-4b97-87d1-35bda3b77d81', 1, '', 'Z1-T02-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73635, '0a61b2ba-b6ca-4b6e-865c-7b7b79147fd2', 1, '', 'Z1-T02-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73636, '1ed701f0-7cbb-4de3-8499-e82c61e38720', 1, '', 'Z1-T02-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73637, '6a39024c-32c2-4a93-940a-97f53b57c05f', 1, '', 'Z1-T02-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73638, '9034fc55-b174-4ed9-acd9-5110b7d78322', 1, '', 'Z1-T02-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73639, '91b7b355-36f8-431b-a8dd-76e198606d70', 1, '', 'Z1-T02-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73640, '3f6f0b42-c480-417b-beee-ff165c1d9cb2', 1, '', 'Z1-T02-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73641, '02ae9976-38d3-4202-9eaf-705ecf63047a', 1, '', 'Z1-T02-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73642, '651d345f-2e25-411e-b7c0-6601d80306b0', 1, '', 'Z1-T02-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '7aecf417-c470-482f-ba4d-d0f713c4cb3c', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73643, 'df359779-d932-4f82-bb10-614565fec1ed', 1, '', 'Z1-T03', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1579.0831636615278,"y":868.1808603810025},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"408084ca-0b4e-475c-9d3e-794d7ff84554","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":943.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f2357c1c-03bb-4240-a8d1-d0f80f2ffa98","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":918.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e128a3d5-cb28-462e-aebc-71f026cc9a6a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":893.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"69d588d5-29d2-438c-bf32-3285d6cddae9","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":868.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"da4aff62-0f15-4c48-9e0a-bee101c73375","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":843.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6947b80e-ba45-4712-bacc-b0b82d736b4c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":818.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3d0b627c-f062-4fad-9da2-d909ab1b788f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":793.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"79190962-edd2-425c-9465-d56f6b9b69a7","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":943.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"02b0e2f1-5653-4714-ac84-267d6db20262","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":918.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"99d1492d-3189-4d10-a70e-8069832db3f4","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":893.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3e60de8e-4da5-44bd-a301-b74d9222e6f2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":868.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1ec2ce7f-4cda-4a6f-8452-46f32affa723","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":843.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"43b01d5d-c06b-43b8-b2c9-60324c911c77","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":818.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fa78913d-2bb6-4b77-924d-2322b4763719","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":793.1808603810025},"created_at":"2025-09-24T11:07:50.960Z","updated_at":"2025-09-24T11:08:21.717Z","type":"seat","seat_id":"Z1-T03-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1579.0831636615278,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73644, '408084ca-0b4e-475c-9d3e-794d7ff84554', 1, '', 'Z1-T03-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73645, 'f2357c1c-03bb-4240-a8d1-d0f80f2ffa98', 1, '', 'Z1-T03-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73646, 'e128a3d5-cb28-462e-aebc-71f026cc9a6a', 1, '', 'Z1-T03-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73647, '69d588d5-29d2-438c-bf32-3285d6cddae9', 1, '', 'Z1-T03-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73648, 'da4aff62-0f15-4c48-9e0a-bee101c73375', 1, '', 'Z1-T03-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73649, '6947b80e-ba45-4712-bacc-b0b82d736b4c', 1, '', 'Z1-T03-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73650, '3d0b627c-f062-4fad-9da2-d909ab1b788f', 1, '', 'Z1-T03-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73651, '79190962-edd2-425c-9465-d56f6b9b69a7', 1, '', 'Z1-T03-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73652, '02b0e2f1-5653-4714-ac84-267d6db20262', 1, '', 'Z1-T03-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73653, '99d1492d-3189-4d10-a70e-8069832db3f4', 1, '', 'Z1-T03-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73654, '3e60de8e-4da5-44bd-a301-b74d9222e6f2', 1, '', 'Z1-T03-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73655, '1ec2ce7f-4cda-4a6f-8452-46f32affa723', 1, '', 'Z1-T03-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73656, '43b01d5d-c06b-43b8-b2c9-60324c911c77', 1, '', 'Z1-T03-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73657, 'fa78913d-2bb6-4b77-924d-2322b4763719', 1, '', 'Z1-T03-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'df359779-d932-4f82-bb10-614565fec1ed', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73658, '85133876-3e9f-4425-9efd-8a7d54cc9402', 1, '', 'Z1-T04', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1726.9428699072896,"y":868.1808603810025},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"2bc15147-2359-413d-bd82-ab8cb67b444a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":943.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5f8443c0-3d71-4ff7-b5bd-54e020682aba","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":918.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a51ba8aa-0b18-429a-b410-2b1f6870c3d7","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":893.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e2046b8b-fe66-46e4-9843-e1af2dad86ff","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":868.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8e47c2f8-0a44-4a43-be3b-3c4263994769","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":843.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"29a2a755-f7ae-456e-9713-ca10d1dc687f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":818.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ee88962f-1be2-47cd-975c-f2b21a54f822","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":793.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"49c3091d-1e99-4ca4-9148-1da28196b997","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":943.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"553abbe8-4b54-4f4b-9fff-34b79ec9a899","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":918.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"56e52fec-790a-4ff2-9fd2-5f422429c2b0","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":893.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b6688600-cb78-439d-a95e-e1792ee8781d","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":868.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7b1c6ec4-c96c-4f61-848f-f5b1d8b9025b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":843.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6e41c02b-d184-4c21-a585-f908e6a92f2e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":818.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"adc13cf7-07ec-49b7-a811-60b439403a19","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":793.1808603810025},"created_at":"2025-09-24T11:07:51.611Z","updated_at":"2025-09-24T11:08:21.707Z","type":"seat","seat_id":"Z1-T04-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1726.9428699072896,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73659, '2bc15147-2359-413d-bd82-ab8cb67b444a', 1, '', 'Z1-T04-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73660, '5f8443c0-3d71-4ff7-b5bd-54e020682aba', 1, '', 'Z1-T04-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73661, 'a51ba8aa-0b18-429a-b410-2b1f6870c3d7', 1, '', 'Z1-T04-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73662, 'e2046b8b-fe66-46e4-9843-e1af2dad86ff', 1, '', 'Z1-T04-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73663, '8e47c2f8-0a44-4a43-be3b-3c4263994769', 1, '', 'Z1-T04-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73664, '29a2a755-f7ae-456e-9713-ca10d1dc687f', 1, '', 'Z1-T04-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73665, 'ee88962f-1be2-47cd-975c-f2b21a54f822', 1, '', 'Z1-T04-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73666, '49c3091d-1e99-4ca4-9148-1da28196b997', 1, '', 'Z1-T04-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73667, '553abbe8-4b54-4f4b-9fff-34b79ec9a899', 1, '', 'Z1-T04-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73668, '56e52fec-790a-4ff2-9fd2-5f422429c2b0', 1, '', 'Z1-T04-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73669, 'b6688600-cb78-439d-a95e-e1792ee8781d', 1, '', 'Z1-T04-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73670, '7b1c6ec4-c96c-4f61-848f-f5b1d8b9025b', 1, '', 'Z1-T04-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73671, '6e41c02b-d184-4c21-a585-f908e6a92f2e', 1, '', 'Z1-T04-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73672, 'adc13cf7-07ec-49b7-a811-60b439403a19', 1, '', 'Z1-T04-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '85133876-3e9f-4425-9efd-8a7d54cc9402', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73673, '4d0c7774-2b4a-4878-904c-0c57163fda75', 1, '', 'Z1-T05', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1874.8025761530514,"y":868.1808603810025},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"c531e493-0ebb-4d20-910e-3f270cc4f729","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":943.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"76721b5e-94cc-4730-9323-894525aad969","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":918.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f4a90d87-c48f-4772-b8d7-849c2210f78a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":893.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6b9290f4-1377-4aaa-9e1e-dc7ba6c66682","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":868.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"931c9f32-5e93-4b7b-b528-ad503ed6aa31","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":843.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"20c6bfa4-7926-4f07-a378-8b62d07b093e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":818.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fc2c39fc-bbd1-4573-a7be-ac78199e72af","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":793.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4866ec65-0a53-446a-9402-a45c496430b0","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":943.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eb0f17de-0c89-458d-a253-58747d1d5284","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":918.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6ce2c933-6197-477f-b9cc-e2f9f56b83ac","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":893.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0cd0e61a-7f9d-412c-b31d-0a73a0decb7c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":868.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"af707e9e-f550-4f4a-bfd6-fdb7a8b6f689","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":843.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8f4430e8-52ea-4829-8c5c-d9b4dfa7fe4f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":818.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3cba9c7a-9381-42ae-af6c-8e0e2e6f2728","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":793.1808603810025},"created_at":"2025-09-24T11:07:52.226Z","updated_at":"2025-09-24T11:08:21.703Z","type":"seat","seat_id":"Z1-T05-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1874.8025761530514,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73674, 'c531e493-0ebb-4d20-910e-3f270cc4f729', 1, '', 'Z1-T05-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73675, '76721b5e-94cc-4730-9323-894525aad969', 1, '', 'Z1-T05-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73676, 'f4a90d87-c48f-4772-b8d7-849c2210f78a', 1, '', 'Z1-T05-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73677, '6b9290f4-1377-4aaa-9e1e-dc7ba6c66682', 1, '', 'Z1-T05-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73678, '931c9f32-5e93-4b7b-b528-ad503ed6aa31', 1, '', 'Z1-T05-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73679, '20c6bfa4-7926-4f07-a378-8b62d07b093e', 1, '', 'Z1-T05-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73680, 'fc2c39fc-bbd1-4573-a7be-ac78199e72af', 1, '', 'Z1-T05-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73681, '4866ec65-0a53-446a-9402-a45c496430b0', 1, '', 'Z1-T05-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73682, 'eb0f17de-0c89-458d-a253-58747d1d5284', 1, '', 'Z1-T05-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73683, '6ce2c933-6197-477f-b9cc-e2f9f56b83ac', 1, '', 'Z1-T05-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73684, '0cd0e61a-7f9d-412c-b31d-0a73a0decb7c', 1, '', 'Z1-T05-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73685, 'af707e9e-f550-4f4a-bfd6-fdb7a8b6f689', 1, '', 'Z1-T05-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73686, '8f4430e8-52ea-4829-8c5c-d9b4dfa7fe4f', 1, '', 'Z1-T05-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73687, '3cba9c7a-9381-42ae-af6c-8e0e2e6f2728', 1, '', 'Z1-T05-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '4d0c7774-2b4a-4878-904c-0c57163fda75', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73688, '298d9dad-bfba-4ae6-b252-28db259c6c02', 1, '', 'Z1-T06', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":2022.6622823988132,"y":868.1808603810025},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"3ca6bcfe-1ed3-4170-bafb-4b671607b6bb","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":943.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"09a53601-925d-4127-b714-6f6b4dcbb2d8","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":918.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bd409f0d-bdb0-4fca-b8fd-5700fa4cd56d","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":893.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9a4fe9e8-3ab7-4a1f-8d6f-26450ce024f2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":868.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1a387f0c-4a86-4f3f-8909-6ba3dabef11b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":843.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"dd5d8e57-7d71-460b-9df1-b9e79f8dd88f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":818.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0c0c32dc-92ae-457f-b2c7-236b38aeb4e2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":793.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f24373e9-eade-4b24-a548-04ea7266b196","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":943.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3962c188-8dca-4b14-9c51-0371ff1e5d94","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":918.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"36a7ebd9-cd2a-444f-b58a-fa28e9ec1e4a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":893.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"054a9590-b433-404d-80a0-bfbaaeec229e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":868.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"75137edb-53c0-461f-bb9f-ee8fd559155c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":843.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"459d4ca5-cd61-4a29-9f53-31105241ba3a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":818.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8ca3a1c0-e788-456f-bc29-89f835141958","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":793.1808603810025},"created_at":"2025-09-24T11:07:52.592Z","updated_at":"2025-09-24T11:08:21.705Z","type":"seat","seat_id":"Z1-T06-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2022.6622823988132,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73689, '3ca6bcfe-1ed3-4170-bafb-4b671607b6bb', 1, '', 'Z1-T06-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73690, '09a53601-925d-4127-b714-6f6b4dcbb2d8', 1, '', 'Z1-T06-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73691, 'bd409f0d-bdb0-4fca-b8fd-5700fa4cd56d', 1, '', 'Z1-T06-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73692, '9a4fe9e8-3ab7-4a1f-8d6f-26450ce024f2', 1, '', 'Z1-T06-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73693, '1a387f0c-4a86-4f3f-8909-6ba3dabef11b', 1, '', 'Z1-T06-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73694, 'dd5d8e57-7d71-460b-9df1-b9e79f8dd88f', 1, '', 'Z1-T06-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73695, '0c0c32dc-92ae-457f-b2c7-236b38aeb4e2', 1, '', 'Z1-T06-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73696, 'f24373e9-eade-4b24-a548-04ea7266b196', 1, '', 'Z1-T06-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73697, '3962c188-8dca-4b14-9c51-0371ff1e5d94', 1, '', 'Z1-T06-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73698, '36a7ebd9-cd2a-444f-b58a-fa28e9ec1e4a', 1, '', 'Z1-T06-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73699, '054a9590-b433-404d-80a0-bfbaaeec229e', 1, '', 'Z1-T06-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73700, '75137edb-53c0-461f-bb9f-ee8fd559155c', 1, '', 'Z1-T06-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73701, '459d4ca5-cd61-4a29-9f53-31105241ba3a', 1, '', 'Z1-T06-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73702, '8ca3a1c0-e788-456f-bc29-89f835141958', 1, '', 'Z1-T06-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '298d9dad-bfba-4ae6-b252-28db259c6c02', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73703, '0efbef6f-8791-4a5d-be44-5e055232d5a8', 1, '', 'Z1-T07', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":2170.521988644575,"y":868.1808603810025},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"b9719726-6e81-4b43-a127-439f5645c266","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":943.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c384e48e-d5db-4fb8-99c2-546fcb2a0de2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":918.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b65293f4-7ef0-4f2b-baeb-45984cadf58c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":893.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fdbbcae1-5cb7-473c-a0fc-7b73dd55945e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":868.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fdeedbe7-f962-45bc-a9e4-010220a7a177","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":843.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2829f48f-854e-491f-8c4c-d4755bef38b9","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":818.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2dd62b35-fa59-41c0-aa6d-5e71b7c5408f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":793.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3055accd-4b4c-4507-b84e-107fa99eae70","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":943.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"558e397a-974a-4958-8340-dafdd3803840","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":918.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"aee5a0b7-68a2-4230-8df8-eb523104cef5","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":893.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"938b4550-ef4a-45f1-aa7d-39e054bbedb6","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":868.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"be0c9955-bef4-41bf-9bb9-c30ae879a4db","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":843.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"389a6361-df28-4656-aeeb-c7568b042fbf","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":818.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"64fabc0b-cb0c-4431-85ee-d9d4c23e2f1e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":793.1808603810025},"created_at":"2025-09-24T11:07:53.275Z","updated_at":"2025-09-24T11:08:21.706Z","type":"seat","seat_id":"Z1-T07-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2170.521988644575,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73704, 'b9719726-6e81-4b43-a127-439f5645c266', 1, '', 'Z1-T07-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73705, 'c384e48e-d5db-4fb8-99c2-546fcb2a0de2', 1, '', 'Z1-T07-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73706, 'b65293f4-7ef0-4f2b-baeb-45984cadf58c', 1, '', 'Z1-T07-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73707, 'fdbbcae1-5cb7-473c-a0fc-7b73dd55945e', 1, '', 'Z1-T07-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73708, 'fdeedbe7-f962-45bc-a9e4-010220a7a177', 1, '', 'Z1-T07-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73709, '2829f48f-854e-491f-8c4c-d4755bef38b9', 1, '', 'Z1-T07-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73710, '2dd62b35-fa59-41c0-aa6d-5e71b7c5408f', 1, '', 'Z1-T07-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73711, '3055accd-4b4c-4507-b84e-107fa99eae70', 1, '', 'Z1-T07-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":943.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73712, '558e397a-974a-4958-8340-dafdd3803840', 1, '', 'Z1-T07-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":918.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73713, 'aee5a0b7-68a2-4230-8df8-eb523104cef5', 1, '', 'Z1-T07-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":893.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73714, '938b4550-ef4a-45f1-aa7d-39e054bbedb6', 1, '', 'Z1-T07-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":868.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73715, 'be0c9955-bef4-41bf-9bb9-c30ae879a4db', 1, '', 'Z1-T07-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":843.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73716, '389a6361-df28-4656-aeeb-c7568b042fbf', 1, '', 'Z1-T07-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":818.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73717, '64fabc0b-cb0c-4431-85ee-d9d4c23e2f1e', 1, '', 'Z1-T07-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', '0efbef6f-8791-4a5d-be44-5e055232d5a8', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":793.1808603810025}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73718, 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 1, '', 'Z1-T08', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', NULL, 'table', '{"center":{"x":1283.3637511700042,"y":1193.2325210827898},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"0bd4da34-f58d-4cc9-a57c-0851d0a403b1","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ca6f1f0a-fc35-45f8-b810-1cb1e9a5caa3","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"77663d4f-c166-41ee-ae08-3bc1bd832eac","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"656a7cef-6eb2-40c2-bd8b-40bddf5d8db2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"40cbd62d-d90a-44a9-b304-278104d0686d","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cd5fdf0b-ac18-406e-a2fe-6f24b074e426","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b03846c1-6c6b-4ed2-807e-99acad5cdd7e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5844423e-f493-4297-a5a4-145776fe9430","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"aea530d6-432f-4fef-90bd-88d076a1e3e1","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a3b11546-512a-43a4-9336-b2f68b90ac30","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fe894144-5408-4bd8-84f0-faa35dae4e11","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"635500b1-2fc8-453e-9582-2def9b2d3842","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a2e1a196-456c-48d7-8e09-681fa6936e00","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c19ced53-b939-45fd-b85d-e7262052d58b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:54.311Z","updated_at":"2025-09-24T11:08:21.712Z","type":"seat","seat_id":"Z1-T08-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1283.3637511700042,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73719, '0bd4da34-f58d-4cc9-a57c-0851d0a403b1', 1, '', 'Z1-T08-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73720, 'ca6f1f0a-fc35-45f8-b810-1cb1e9a5caa3', 1, '', 'Z1-T08-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73721, '77663d4f-c166-41ee-ae08-3bc1bd832eac', 1, '', 'Z1-T08-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73722, '656a7cef-6eb2-40c2-bd8b-40bddf5d8db2', 1, '', 'Z1-T08-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73723, '40cbd62d-d90a-44a9-b304-278104d0686d', 1, '', 'Z1-T08-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73724, 'cd5fdf0b-ac18-406e-a2fe-6f24b074e426', 1, '', 'Z1-T08-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:11', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73725, 'b03846c1-6c6b-4ed2-807e-99acad5cdd7e', 1, '', 'Z1-T08-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73726, '5844423e-f493-4297-a5a4-145776fe9430', 1, '', 'Z1-T08-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73727, 'aea530d6-432f-4fef-90bd-88d076a1e3e1', 1, '', 'Z1-T08-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73728, 'a3b11546-512a-43a4-9336-b2f68b90ac30', 1, '', 'Z1-T08-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73729, 'fe894144-5408-4bd8-84f0-faa35dae4e11', 1, '', 'Z1-T08-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73730, '635500b1-2fc8-453e-9582-2def9b2d3842', 1, '', 'Z1-T08-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73731, 'a2e1a196-456c-48d7-8e09-681fa6936e00', 1, '', 'Z1-T08-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73732, 'c19ced53-b939-45fd-b85d-e7262052d58b', 1, '', 'Z1-T08-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bab5224c-b6bd-4308-b4ed-604df1a49d72', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73733, 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 1, '', 'Z1-T09', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1431.223457415766,"y":1193.2325210827898},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"55d55e57-5abc-4643-89db-e8f5450adfda","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6d795d9a-5987-4be9-b286-1aead27e7fb2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2be70ef9-3e05-4789-8ad8-c827b7bee02e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fe95c0c5-f280-456b-adb2-a926f330b7e6","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f397221c-3277-4a84-a08a-73ba95d87d26","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f52d5c3f-7a39-4a74-9ad4-3c3bd779cfc6","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b6145b2b-fd95-43e7-a870-590db91556a9","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5d44d2ae-8a0a-4ba4-87a9-dde5f264a1e1","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a7ac31de-2ec8-483f-8a5c-11f8d22a349e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3dd81743-72b9-4761-afd6-a26fa9b3bc16","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"aae44734-38a0-48f0-a918-9779e72c9824","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cfa17aad-e00e-4ee4-8adc-e9f854f79078","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9622ba57-7808-4dea-b282-2a9ab02f0007","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7aa479b2-b9f6-42cf-93dd-74d0f291c7ce","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:54.725Z","updated_at":"2025-09-24T11:08:21.720Z","type":"seat","seat_id":"Z1-T09-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1431.223457415766,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73734, '55d55e57-5abc-4643-89db-e8f5450adfda', 1, '', 'Z1-T09-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73735, '6d795d9a-5987-4be9-b286-1aead27e7fb2', 1, '', 'Z1-T09-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73736, '2be70ef9-3e05-4789-8ad8-c827b7bee02e', 1, '', 'Z1-T09-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73737, 'fe95c0c5-f280-456b-adb2-a926f330b7e6', 1, '', 'Z1-T09-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73738, 'f397221c-3277-4a84-a08a-73ba95d87d26', 1, '', 'Z1-T09-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73739, 'f52d5c3f-7a39-4a74-9ad4-3c3bd779cfc6', 1, '', 'Z1-T09-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73740, 'b6145b2b-fd95-43e7-a870-590db91556a9', 1, '', 'Z1-T09-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73741, '5d44d2ae-8a0a-4ba4-87a9-dde5f264a1e1', 1, '', 'Z1-T09-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73742, 'a7ac31de-2ec8-483f-8a5c-11f8d22a349e', 1, '', 'Z1-T09-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73743, '3dd81743-72b9-4761-afd6-a26fa9b3bc16', 1, '', 'Z1-T09-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73744, 'aae44734-38a0-48f0-a918-9779e72c9824', 1, '', 'Z1-T09-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73745, 'cfa17aad-e00e-4ee4-8adc-e9f854f79078', 1, '', 'Z1-T09-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73746, '9622ba57-7808-4dea-b282-2a9ab02f0007', 1, '', 'Z1-T09-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73747, '7aa479b2-b9f6-42cf-93dd-74d0f291c7ce', 1, '', 'Z1-T09-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bd6cfa89-6ce7-4b92-a3db-6343e78e28c7', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73748, 'd2dab189-9274-4710-bc3d-ffa586b41624', 1, '', 'Z1-T10', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1579.0831636615278,"y":1193.2325210827898},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"b2538737-13c8-4c76-9e57-9471d921ed8e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"af34d800-890d-4a92-837e-ce67972f8348","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f74a8ab7-e26c-479f-81db-f8b591eee237","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d56aa87c-d87e-4729-a031-fd5cbb10d291","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"09847c9e-f772-4563-bc44-d0f0a83cde5b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ae9c13c8-d875-4200-800c-733057d7be44","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"60589fdd-8a9b-4595-ac14-1ed3f6d0a534","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9ea10ab6-9095-4109-b6d7-ee2cb7e7ae18","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"13fc7e33-4a06-4517-a50b-7bc91cd1ee42","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ff51b725-8669-4e48-9d79-eae0a43428cc","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"435f74ee-5f91-47c6-b5d6-56e9e53f1c17","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4b3451d0-bfbd-441d-bea3-719299d41a21","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c6bb5f34-e3d8-4e4c-81ea-7642129f2ced","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"abe65ae1-1b37-48a9-97f7-67575e9911ca","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:55.164Z","updated_at":"2025-09-24T11:08:21.716Z","type":"seat","seat_id":"Z1-T10-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1579.0831636615278,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73749, 'b2538737-13c8-4c76-9e57-9471d921ed8e', 1, '', 'Z1-T10-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73750, 'af34d800-890d-4a92-837e-ce67972f8348', 1, '', 'Z1-T10-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73751, 'f74a8ab7-e26c-479f-81db-f8b591eee237', 1, '', 'Z1-T10-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73752, 'd56aa87c-d87e-4729-a031-fd5cbb10d291', 1, '', 'Z1-T10-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73753, '09847c9e-f772-4563-bc44-d0f0a83cde5b', 1, '', 'Z1-T10-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73754, 'ae9c13c8-d875-4200-800c-733057d7be44', 1, '', 'Z1-T10-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73755, '60589fdd-8a9b-4595-ac14-1ed3f6d0a534', 1, '', 'Z1-T10-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73756, '9ea10ab6-9095-4109-b6d7-ee2cb7e7ae18', 1, '', 'Z1-T10-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73757, '13fc7e33-4a06-4517-a50b-7bc91cd1ee42', 1, '', 'Z1-T10-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73758, 'ff51b725-8669-4e48-9d79-eae0a43428cc', 1, '', 'Z1-T10-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73759, '435f74ee-5f91-47c6-b5d6-56e9e53f1c17', 1, '', 'Z1-T10-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73760, '4b3451d0-bfbd-441d-bea3-719299d41a21', 1, '', 'Z1-T10-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73761, 'c6bb5f34-e3d8-4e4c-81ea-7642129f2ced', 1, '', 'Z1-T10-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73762, 'abe65ae1-1b37-48a9-97f7-67575e9911ca', 1, '', 'Z1-T10-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd2dab189-9274-4710-bc3d-ffa586b41624', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73763, 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 1, '', 'Z1-T11', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1726.9428699072896,"y":1193.2325210827898},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"7fd8e23d-4b3f-4bf4-9e63-c019d92206e4","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"39edb597-a145-4f6c-8e4e-8d624409a6af","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e7c11722-8491-4df5-beb5-d2fd2e38af18","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"797912d6-c415-401c-9bd6-f61916129cf9","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"944e014f-a1a8-4d31-8551-44ff6b7c5332","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ae50d6d3-2f16-431c-a648-5e55dbd7dfa1","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d29b2334-0685-491c-bf4a-092126af7de1","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e7ad43d4-2d0c-4580-b4dd-e7ff6a553591","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f4a1b2f6-be0f-4ade-8e61-4d99e7dafb63","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"18a2332b-d2ef-48f0-9af9-209eb8c6e8ee","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b3863d25-22e2-43a3-85c2-32885d3c7810","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a11f0b22-fe61-4fea-b77a-c0e8aab7706b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d8faf140-580c-4311-81b8-9e5e7ef75416","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d29b637c-c82d-4d1c-b345-5b8f14a37ed5","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:55.825Z","updated_at":"2025-09-24T11:08:21.702Z","type":"seat","seat_id":"Z1-T11-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1726.9428699072896,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73764, '7fd8e23d-4b3f-4bf4-9e63-c019d92206e4', 1, '', 'Z1-T11-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73765, '39edb597-a145-4f6c-8e4e-8d624409a6af', 1, '', 'Z1-T11-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73766, 'e7c11722-8491-4df5-beb5-d2fd2e38af18', 1, '', 'Z1-T11-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73767, '797912d6-c415-401c-9bd6-f61916129cf9', 1, '', 'Z1-T11-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73768, '944e014f-a1a8-4d31-8551-44ff6b7c5332', 1, '', 'Z1-T11-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73769, 'ae50d6d3-2f16-431c-a648-5e55dbd7dfa1', 1, '', 'Z1-T11-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73770, 'd29b2334-0685-491c-bf4a-092126af7de1', 1, '', 'Z1-T11-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73771, 'e7ad43d4-2d0c-4580-b4dd-e7ff6a553591', 1, '', 'Z1-T11-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73772, 'f4a1b2f6-be0f-4ade-8e61-4d99e7dafb63', 1, '', 'Z1-T11-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73773, '18a2332b-d2ef-48f0-9af9-209eb8c6e8ee', 1, '', 'Z1-T11-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73774, 'b3863d25-22e2-43a3-85c2-32885d3c7810', 1, '', 'Z1-T11-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73775, 'a11f0b22-fe61-4fea-b77a-c0e8aab7706b', 1, '', 'Z1-T11-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73776, 'd8faf140-580c-4311-81b8-9e5e7ef75416', 1, '', 'Z1-T11-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73777, 'd29b637c-c82d-4d1c-b345-5b8f14a37ed5', 1, '', 'Z1-T11-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c6f38e2f-fa00-4c43-898f-536a3e3a6a55', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73778, 'b3a4dff2-72e4-4473-b010-a102d6925475', 1, '', 'Z1-T12', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1874.8025761530514,"y":1193.2325210827898},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"e0a26610-8b39-432a-a261-2f83dff010cd","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"72da2953-14be-4348-94a0-47f47b6e8145","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3a4d976f-8ebb-4930-a35f-7c3aab4a670c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2042a197-ae89-4389-8f5a-6b53a9d54a97","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"63117a44-a4e9-4b18-9430-866668dba25f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6db832d7-0010-43a6-9b8e-5ab9caa2b13d","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9648bd2e-cd22-4a70-aa3d-9f061b1fc156","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"035e6461-0105-4d6f-a317-fbc673ac0761","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5f64d894-7154-4b53-a321-eb0a47167d24","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"78dbea08-cf85-4109-9164-287e95adf48e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cd9df1c2-6acd-450e-a876-53679d7362a1","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c8b7b5fe-a64f-4c70-a295-9ff69a4abe55","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2f9ae8e4-e88f-4746-970f-fd6b0afd0ff4","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"df7ebcfb-6600-4a20-b325-6b3207134e4d","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:56.342Z","updated_at":"2025-09-24T11:08:21.708Z","type":"seat","seat_id":"Z1-T12-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1874.8025761530514,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73779, 'e0a26610-8b39-432a-a261-2f83dff010cd', 1, '', 'Z1-T12-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73780, '72da2953-14be-4348-94a0-47f47b6e8145', 1, '', 'Z1-T12-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73781, '3a4d976f-8ebb-4930-a35f-7c3aab4a670c', 1, '', 'Z1-T12-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73782, '2042a197-ae89-4389-8f5a-6b53a9d54a97', 1, '', 'Z1-T12-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73783, '63117a44-a4e9-4b18-9430-866668dba25f', 1, '', 'Z1-T12-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73784, '6db832d7-0010-43a6-9b8e-5ab9caa2b13d', 1, '', 'Z1-T12-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73785, '9648bd2e-cd22-4a70-aa3d-9f061b1fc156', 1, '', 'Z1-T12-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73786, '035e6461-0105-4d6f-a317-fbc673ac0761', 1, '', 'Z1-T12-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73787, '5f64d894-7154-4b53-a321-eb0a47167d24', 1, '', 'Z1-T12-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73788, '78dbea08-cf85-4109-9164-287e95adf48e', 1, '', 'Z1-T12-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73789, 'cd9df1c2-6acd-450e-a876-53679d7362a1', 1, '', 'Z1-T12-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73790, 'c8b7b5fe-a64f-4c70-a295-9ff69a4abe55', 1, '', 'Z1-T12-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73791, '2f9ae8e4-e88f-4746-970f-fd6b0afd0ff4', 1, '', 'Z1-T12-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73792, 'df7ebcfb-6600-4a20-b325-6b3207134e4d', 1, '', 'Z1-T12-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b3a4dff2-72e4-4473-b010-a102d6925475', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73793, 'c8256bf3-e054-448c-956a-f6ec1203a97b', 1, '', 'Z1-T13', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2022.6622823988132,"y":1193.2325210827898},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"3bde4538-756b-48b8-b4aa-0259d839a154","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a6d168e3-c761-4744-894f-11bf2ef17d1b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0e5ae2a7-6237-4ea4-83a2-0a193a569772","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"86ab0922-d1a2-4650-bb37-6e9f4e4148f1","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e1057636-f293-4b9c-9c2d-da7a0522c751","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f785c2ed-0268-4202-9e73-cdb288b60179","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7d43d319-4659-49ea-baf2-40399dea57ec","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d49c941b-6fd2-4d53-a495-2e118901f76d","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9bc7612c-bb14-427f-8130-8b9fc03a9713","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"907422a1-5231-4bdb-9a0c-c4c70b08013e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"698766cd-77ad-44d7-a845-84f8fc125eaf","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9c667865-afce-4726-a434-3ca190762d85","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"77b954eb-00c3-4fae-8c76-33e083e45890","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6ca75c81-ebb3-4d0f-8a67-6cdc58c1dbbb","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:56.910Z","updated_at":"2025-09-24T11:08:21.709Z","type":"seat","seat_id":"Z1-T13-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2022.6622823988132,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73794, '3bde4538-756b-48b8-b4aa-0259d839a154', 1, '', 'Z1-T13-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73795, 'a6d168e3-c761-4744-894f-11bf2ef17d1b', 1, '', 'Z1-T13-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73796, '0e5ae2a7-6237-4ea4-83a2-0a193a569772', 1, '', 'Z1-T13-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73797, '86ab0922-d1a2-4650-bb37-6e9f4e4148f1', 1, '', 'Z1-T13-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73798, 'e1057636-f293-4b9c-9c2d-da7a0522c751', 1, '', 'Z1-T13-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73799, 'f785c2ed-0268-4202-9e73-cdb288b60179', 1, '', 'Z1-T13-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73800, '7d43d319-4659-49ea-baf2-40399dea57ec', 1, '', 'Z1-T13-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73801, 'd49c941b-6fd2-4d53-a495-2e118901f76d', 1, '', 'Z1-T13-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73802, '9bc7612c-bb14-427f-8130-8b9fc03a9713', 1, '', 'Z1-T13-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73803, '907422a1-5231-4bdb-9a0c-c4c70b08013e', 1, '', 'Z1-T13-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73804, '698766cd-77ad-44d7-a845-84f8fc125eaf', 1, '', 'Z1-T13-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73805, '9c667865-afce-4726-a434-3ca190762d85', 1, '', 'Z1-T13-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73806, '77b954eb-00c3-4fae-8c76-33e083e45890', 1, '', 'Z1-T13-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73807, '6ca75c81-ebb3-4d0f-8a67-6cdc58c1dbbb', 1, '', 'Z1-T13-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c8256bf3-e054-448c-956a-f6ec1203a97b', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73808, 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 1, '', 'Z1-T14', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2170.521988644575,"y":1193.2325210827898},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"08a1c7a3-5ab5-4795-9d19-d3112a227ac1","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d54a6d3a-61dd-401e-a103-a1c3aee40104","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e40a2871-51f8-4e4c-897e-b2fadc10c596","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d4f78888-cd70-40d7-a9ba-0d7172123a03","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a56ab3f0-fdb2-4912-a62c-0505229d9f8b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d562469b-255b-4b55-8af4-375e27e12ee0","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"21fc64b3-79b1-4089-9d65-edd060fd4994","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0f38228d-33e8-4f68-8759-e217be8061d7","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1268.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c48d76a5-47c0-4ecd-8c93-7f873eac2d35","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1243.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0f441aa7-ad04-48be-82c2-571c3c9c1001","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1218.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"55037547-26bd-4c2e-bca0-0aeaf5e7c6b8","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1193.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cc3be745-a34f-46af-9466-1864d02f21d3","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1168.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"223b76e9-b45f-4938-aa54-bf9523609f15","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1143.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7673958d-a6a3-4346-b234-5c1c5c0e5ed5","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1118.2325210827898},"created_at":"2025-09-24T11:07:57.361Z","updated_at":"2025-09-24T11:08:21.710Z","type":"seat","seat_id":"Z1-T14-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2170.521988644575,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73809, '08a1c7a3-5ab5-4795-9d19-d3112a227ac1', 1, '', 'Z1-T14-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73810, 'd54a6d3a-61dd-401e-a103-a1c3aee40104', 1, '', 'Z1-T14-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73811, 'e40a2871-51f8-4e4c-897e-b2fadc10c596', 1, '', 'Z1-T14-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73812, 'd4f78888-cd70-40d7-a9ba-0d7172123a03', 1, '', 'Z1-T14-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73813, 'a56ab3f0-fdb2-4912-a62c-0505229d9f8b', 1, '', 'Z1-T14-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73814, 'd562469b-255b-4b55-8af4-375e27e12ee0', 1, '', 'Z1-T14-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73815, '21fc64b3-79b1-4089-9d65-edd060fd4994', 1, '', 'Z1-T14-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73816, '0f38228d-33e8-4f68-8759-e217be8061d7', 1, '', 'Z1-T14-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1268.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73817, 'c48d76a5-47c0-4ecd-8c93-7f873eac2d35', 1, '', 'Z1-T14-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1243.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73818, '0f441aa7-ad04-48be-82c2-571c3c9c1001', 1, '', 'Z1-T14-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1218.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73819, '55037547-26bd-4c2e-bca0-0aeaf5e7c6b8', 1, '', 'Z1-T14-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1193.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73820, 'cc3be745-a34f-46af-9466-1864d02f21d3', 1, '', 'Z1-T14-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1168.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73821, '223b76e9-b45f-4938-aa54-bf9523609f15', 1, '', 'Z1-T14-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1143.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73822, '7673958d-a6a3-4346-b234-5c1c5c0e5ed5', 1, '', 'Z1-T14-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'c4b1d36d-ca35-47d5-9a17-1e6db4b4ce29', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1118.2325210827898}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73823, '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 1, '', 'Z1-T15', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1283.3637511700042,"y":1518.2841817845772},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"02c43ffc-5c61-4e3d-a294-c856e154d521","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1593.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b1ecfa57-216f-4d53-afef-2be9e3038a45","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1568.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"51b7cfd2-83e1-43d4-b7f1-86636a4dd9de","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1543.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3405ad83-21d4-4efd-9d7c-93b3f2b20e0b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1518.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1070e287-c39e-4759-8550-99b2160f025f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1493.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"aa3cc5aa-69b9-454f-b619-f9f872262612","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1468.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e2164a95-1e6c-4566-b1c7-ef6941bd404a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1228.3637511700042,"y":1443.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"262204b7-5fdf-4b66-9c3b-a7ed52f4f88b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1593.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"283c21c9-4b87-45c4-b724-14863e5afa19","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1568.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"20b0b838-1e4a-4a26-9375-15832748818c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1543.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4014d983-7f52-491a-9095-4e855bb982fd","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1518.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"34bea5ee-b697-45ee-adc7-f98baba0d765","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1493.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f1e4e0c6-1e0e-44d2-bc3f-3a4c9df8b6b9","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1468.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"df01a8d1-81b4-45db-aac3-01ce0e6bd47a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1338.3637511700042,"y":1443.2841817845772},"created_at":"2025-09-24T11:07:58.176Z","updated_at":"2025-09-24T11:08:21.714Z","type":"seat","seat_id":"Z1-T15-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1283.3637511700042,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73824, '02c43ffc-5c61-4e3d-a294-c856e154d521', 1, '', 'Z1-T15-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73825, 'b1ecfa57-216f-4d53-afef-2be9e3038a45', 1, '', 'Z1-T15-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73826, '51b7cfd2-83e1-43d4-b7f1-86636a4dd9de', 1, '', 'Z1-T15-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73827, '3405ad83-21d4-4efd-9d7c-93b3f2b20e0b', 1, '', 'Z1-T15-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73828, '1070e287-c39e-4759-8550-99b2160f025f', 1, '', 'Z1-T15-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73829, 'aa3cc5aa-69b9-454f-b619-f9f872262612', 1, '', 'Z1-T15-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73830, 'e2164a95-1e6c-4566-b1c7-ef6941bd404a', 1, '', 'Z1-T15-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1228.3637511700042,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73831, '262204b7-5fdf-4b66-9c3b-a7ed52f4f88b', 1, '', 'Z1-T15-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73832, '283c21c9-4b87-45c4-b724-14863e5afa19', 1, '', 'Z1-T15-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73833, '20b0b838-1e4a-4a26-9375-15832748818c', 1, '', 'Z1-T15-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73834, '4014d983-7f52-491a-9095-4e855bb982fd', 1, '', 'Z1-T15-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73835, '34bea5ee-b697-45ee-adc7-f98baba0d765', 1, '', 'Z1-T15-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73836, 'f1e4e0c6-1e0e-44d2-bc3f-3a4c9df8b6b9', 1, '', 'Z1-T15-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73837, 'df01a8d1-81b4-45db-aac3-01ce0e6bd47a', 1, '', 'Z1-T15-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8e876659-4c22-44d5-8f8e-5b2ce1f29522', 'table_child', NULL, NULL, 0, '{"x":1338.3637511700042,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73838, 'a3220b97-e29e-42be-b523-3655c2b3df68', 1, '', 'Z1-T16', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1431.223457415766,"y":1518.2841817845772},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"5d2a3ff7-d228-4240-bc69-ffe88242303e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1593.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4ceffee4-63bc-496d-bbc4-1c39c3191e47","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1568.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0f465144-c1bc-4a00-ade5-c73495065c6f","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1543.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ed2181d0-4c72-42b7-8905-f2a28deb7cc2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1518.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f2a800de-ee37-45bb-9640-b029500070e3","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1493.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f50898c0-d1fe-4a35-ae0b-6e68314edc51","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1468.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"14dff6cf-edf3-40a9-9b4e-6d90bdc3b627","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1376.223457415766,"y":1443.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1abefc16-7d9d-46aa-9e3a-f498d79e57b1","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1593.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"729ca886-aabd-47ce-b4d0-33fae416b5eb","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1568.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6f71c1f3-fe0c-4887-816c-373c6b20abe2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1543.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"78965c24-b763-4fa1-ae97-06d5d116cf05","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1518.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b5981628-a41d-4003-bfc8-b6a4602f70cf","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1493.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5d04d5bf-38ac-4c13-b6d7-a87ce5cd8165","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1468.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6f50a124-022d-4f86-81ab-520af9f8dc28","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1486.223457415766,"y":1443.2841817845772},"created_at":"2025-09-24T11:07:58.575Z","updated_at":"2025-09-24T11:08:21.713Z","type":"seat","seat_id":"Z1-T16-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1431.223457415766,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73839, '5d2a3ff7-d228-4240-bc69-ffe88242303e', 1, '', 'Z1-T16-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73840, '4ceffee4-63bc-496d-bbc4-1c39c3191e47', 1, '', 'Z1-T16-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73841, '0f465144-c1bc-4a00-ade5-c73495065c6f', 1, '', 'Z1-T16-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73842, 'ed2181d0-4c72-42b7-8905-f2a28deb7cc2', 1, '', 'Z1-T16-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73843, 'f2a800de-ee37-45bb-9640-b029500070e3', 1, '', 'Z1-T16-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73844, 'f50898c0-d1fe-4a35-ae0b-6e68314edc51', 1, '', 'Z1-T16-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73845, '14dff6cf-edf3-40a9-9b4e-6d90bdc3b627', 1, '', 'Z1-T16-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1376.223457415766,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73846, '1abefc16-7d9d-46aa-9e3a-f498d79e57b1', 1, '', 'Z1-T16-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73847, '729ca886-aabd-47ce-b4d0-33fae416b5eb', 1, '', 'Z1-T16-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73848, '6f71c1f3-fe0c-4887-816c-373c6b20abe2', 1, '', 'Z1-T16-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73849, '78965c24-b763-4fa1-ae97-06d5d116cf05', 1, '', 'Z1-T16-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73850, 'b5981628-a41d-4003-bfc8-b6a4602f70cf', 1, '', 'Z1-T16-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73851, '5d04d5bf-38ac-4c13-b6d7-a87ce5cd8165', 1, '', 'Z1-T16-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73852, '6f50a124-022d-4f86-81ab-520af9f8dc28', 1, '', 'Z1-T16-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a3220b97-e29e-42be-b523-3655c2b3df68', 'table_child', NULL, NULL, 0, '{"x":1486.223457415766,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73853, '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 1, '', 'Z1-T17', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1579.0831636615278,"y":1518.2841817845772},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"236e6361-d476-4875-bbdb-ad3f823433be","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1593.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6a9ecff0-85fc-4b29-851b-1161cbcb44e8","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1568.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2a0a2f37-d34e-484c-baac-a7716a824688","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1543.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ed1161e9-4fdf-4319-981c-9c00cae08497","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1518.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8d35d613-afed-4db6-acb2-19d916b2c496","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1493.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e70edb60-02be-48a5-80e1-969ca3929dd8","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1468.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f1abcb05-2006-4699-ac55-18313e93b0ac","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1524.0831636615278,"y":1443.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"58c92322-c384-4fbe-80ac-d6547a606fa8","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1593.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cfde9a2e-d847-4f1f-a346-3b49cdb1ad49","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1568.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2fe0e757-f92e-49fb-b0e9-c6f619d661df","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1543.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5c858880-b252-4179-a876-bef3b01e2dad","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1518.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"255a5626-de71-44a4-a672-a0dfaef427c6","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1493.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ce904df8-9b46-4f0f-8e77-d16827114b25","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1468.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"91bc9ccb-33c6-4893-99a2-bdb187550309","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1634.0831636615278,"y":1443.2841817845772},"created_at":"2025-09-24T11:07:59.194Z","updated_at":"2025-09-24T11:08:21.715Z","type":"seat","seat_id":"Z1-T17-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1579.0831636615278,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73854, '236e6361-d476-4875-bbdb-ad3f823433be', 1, '', 'Z1-T17-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73855, '6a9ecff0-85fc-4b29-851b-1161cbcb44e8', 1, '', 'Z1-T17-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73856, '2a0a2f37-d34e-484c-baac-a7716a824688', 1, '', 'Z1-T17-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73857, 'ed1161e9-4fdf-4319-981c-9c00cae08497', 1, '', 'Z1-T17-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73858, '8d35d613-afed-4db6-acb2-19d916b2c496', 1, '', 'Z1-T17-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73859, 'e70edb60-02be-48a5-80e1-969ca3929dd8', 1, '', 'Z1-T17-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73860, 'f1abcb05-2006-4699-ac55-18313e93b0ac', 1, '', 'Z1-T17-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1524.0831636615278,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73861, '58c92322-c384-4fbe-80ac-d6547a606fa8', 1, '', 'Z1-T17-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73862, 'cfde9a2e-d847-4f1f-a346-3b49cdb1ad49', 1, '', 'Z1-T17-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73863, '2fe0e757-f92e-49fb-b0e9-c6f619d661df', 1, '', 'Z1-T17-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73864, '5c858880-b252-4179-a876-bef3b01e2dad', 1, '', 'Z1-T17-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73865, '255a5626-de71-44a4-a672-a0dfaef427c6', 1, '', 'Z1-T17-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73866, 'ce904df8-9b46-4f0f-8e77-d16827114b25', 1, '', 'Z1-T17-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73867, '91bc9ccb-33c6-4893-99a2-bdb187550309', 1, '', 'Z1-T17-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2ce4f0b9-ae22-49b7-98fa-8442b7029543', 'table_child', NULL, NULL, 0, '{"x":1634.0831636615278,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73868, '346d1dcb-e44f-45ab-9037-8016dd9d878c', 1, '', 'Z1-T18', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1726.9428699072896,"y":1518.2841817845772},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"8aec8bd6-54da-4895-8db8-f7bb097baa61","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1593.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"30f6c734-638d-4df6-b738-fa00f0239bfe","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1568.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3b578f14-4d92-465c-8bc0-b5cbfe6c7b19","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1543.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"79120975-461a-48bf-844c-697bfb593a53","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1518.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"babfa06f-f32b-4312-aba2-6c12bc99008a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1493.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e673a056-ebb5-4449-bb58-fb546f1fc89a","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1468.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ad263ec4-d405-4cbb-9d0a-866facaab51b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1671.9428699072896,"y":1443.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"775936aa-d284-4bf4-817f-0e8495c18ddc","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1593.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"412c1cfa-8cb3-4643-b464-eb79f8bdcacf","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1568.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5da2b333-6928-49ff-b87f-a7d74533f399","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1543.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c5342509-ab3b-465a-a101-8969706bad37","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1518.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cbab6c4a-0951-442a-94ab-12f37c397057","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1493.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6b7413e5-afc8-42b1-987e-39462272a696","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1468.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"abedcb23-d48c-4291-8535-7f4bbd4c238b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1781.9428699072896,"y":1443.2841817845772},"created_at":"2025-09-24T11:07:59.660Z","updated_at":"2025-09-24T11:08:21.711Z","type":"seat","seat_id":"Z1-T18-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1726.9428699072896,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73869, '8aec8bd6-54da-4895-8db8-f7bb097baa61', 1, '', 'Z1-T18-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73870, '30f6c734-638d-4df6-b738-fa00f0239bfe', 1, '', 'Z1-T18-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73871, '3b578f14-4d92-465c-8bc0-b5cbfe6c7b19', 1, '', 'Z1-T18-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73872, '79120975-461a-48bf-844c-697bfb593a53', 1, '', 'Z1-T18-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73873, 'babfa06f-f32b-4312-aba2-6c12bc99008a', 1, '', 'Z1-T18-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73874, 'e673a056-ebb5-4449-bb58-fb546f1fc89a', 1, '', 'Z1-T18-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73875, 'ad263ec4-d405-4cbb-9d0a-866facaab51b', 1, '', 'Z1-T18-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1671.9428699072896,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73876, '775936aa-d284-4bf4-817f-0e8495c18ddc', 1, '', 'Z1-T18-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73877, '412c1cfa-8cb3-4643-b464-eb79f8bdcacf', 1, '', 'Z1-T18-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73878, '5da2b333-6928-49ff-b87f-a7d74533f399', 1, '', 'Z1-T18-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73879, 'c5342509-ab3b-465a-a101-8969706bad37', 1, '', 'Z1-T18-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73880, 'cbab6c4a-0951-442a-94ab-12f37c397057', 1, '', 'Z1-T18-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73881, '6b7413e5-afc8-42b1-987e-39462272a696', 1, '', 'Z1-T18-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73882, 'abedcb23-d48c-4291-8535-7f4bbd4c238b', 1, '', 'Z1-T18-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '346d1dcb-e44f-45ab-9037-8016dd9d878c', 'table_child', NULL, NULL, 0, '{"x":1781.9428699072896,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73883, '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 1, '', 'Z1-T19', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1874.8025761530514,"y":1518.2841817845772},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"29a6034b-1cc9-4f83-a4d6-874de998efc2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1593.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4bff8837-fec8-434b-b0e7-690a5858ded7","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1568.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c744e829-9636-44fe-8c0b-9b0ce85e4244","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1543.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b8e8309d-80b0-46b0-8cb0-f936269edc40","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1518.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9317408a-a9eb-473f-8cbb-0cc6da780771","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1493.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d38e97db-10fb-4bba-aec5-85dc18bdefa4","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1468.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4d1d212a-00fd-4644-b675-a4dd3d0debe8","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1819.8025761530514,"y":1443.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"da221e40-e6b4-4210-9ad3-6f5f057e0772","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1593.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0000f7ec-f6a7-4cc4-8f32-ad453d96e860","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1568.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f884771f-d933-4d93-ad05-b03168272d04","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1543.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4fc999e5-6718-4ffc-92bc-a31da2c84dd4","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1518.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"06393b8d-ad8f-429a-9549-b5893b287afa","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1493.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"684d8e49-5f71-4482-abf2-6769c46f3048","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1468.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3e6b866c-2348-40d4-888b-4fdadad7a66b","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1929.8025761530514,"y":1443.2841817845772},"created_at":"2025-09-24T11:08:00.275Z","updated_at":"2025-09-24T11:08:21.701Z","type":"seat","seat_id":"Z1-T19-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1874.8025761530514,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73884, '29a6034b-1cc9-4f83-a4d6-874de998efc2', 1, '', 'Z1-T19-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73885, '4bff8837-fec8-434b-b0e7-690a5858ded7', 1, '', 'Z1-T19-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73886, 'c744e829-9636-44fe-8c0b-9b0ce85e4244', 1, '', 'Z1-T19-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73887, 'b8e8309d-80b0-46b0-8cb0-f936269edc40', 1, '', 'Z1-T19-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73888, '9317408a-a9eb-473f-8cbb-0cc6da780771', 1, '', 'Z1-T19-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73889, 'd38e97db-10fb-4bba-aec5-85dc18bdefa4', 1, '', 'Z1-T19-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73890, '4d1d212a-00fd-4644-b675-a4dd3d0debe8', 1, '', 'Z1-T19-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1819.8025761530514,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73891, 'da221e40-e6b4-4210-9ad3-6f5f057e0772', 1, '', 'Z1-T19-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73892, '0000f7ec-f6a7-4cc4-8f32-ad453d96e860', 1, '', 'Z1-T19-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73893, 'f884771f-d933-4d93-ad05-b03168272d04', 1, '', 'Z1-T19-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73894, '4fc999e5-6718-4ffc-92bc-a31da2c84dd4', 1, '', 'Z1-T19-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73895, '06393b8d-ad8f-429a-9549-b5893b287afa', 1, '', 'Z1-T19-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73896, '684d8e49-5f71-4482-abf2-6769c46f3048', 1, '', 'Z1-T19-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73897, '3e6b866c-2348-40d4-888b-4fdadad7a66b', 1, '', 'Z1-T19-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '83c33b09-63d7-4dd6-b5e4-5a06f9929b61', 'table_child', NULL, NULL, 0, '{"x":1929.8025761530514,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73898, '319e0d45-793d-44dd-8377-26a2a2d34d22', 1, '', 'Z1-T20', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2022.6622823988132,"y":1518.2841817845772},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"489a302a-a190-46e7-b5fc-3b0924aa7fbb","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1593.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4277dcb1-f4ee-48dd-b615-d9c7fea31a5c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1568.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a31bc23f-af2c-4eed-83e0-3be791242b36","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1543.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4dcf1df6-83e5-4d65-ac64-112ab29ed777","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1518.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"45304458-9952-4e64-ac28-bfcfc47e0ecc","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1493.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"600912ea-1bef-4b99-9e1f-36c2fa12ccb8","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1468.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f4c3f1c4-ddfd-46a4-ba3f-7f41f8eef900","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":1967.6622823988132,"y":1443.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7d1b0c8d-bc52-4b23-b650-2ad1f6da34e5","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1593.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b0f658b1-ea78-4d17-911c-e41ddf21069c","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1568.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bb94e5e4-189a-4c3c-a499-91f1d6193488","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1543.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9f7bcb24-cb99-4d95-8893-020cf3949f50","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1518.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2dfa51f3-44f2-46ef-98d3-ccda49912010","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1493.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8190d346-c30a-4bb0-b858-4bf7ee893b76","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1468.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"41643d47-f1e4-471b-8e11-f7d01498244d","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2077.662282398813,"y":1443.2841817845772},"created_at":"2025-09-24T11:08:00.811Z","updated_at":"2025-09-24T11:08:21.700Z","type":"seat","seat_id":"Z1-T20-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2022.6622823988132,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73899, '489a302a-a190-46e7-b5fc-3b0924aa7fbb', 1, '', 'Z1-T20-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73900, '4277dcb1-f4ee-48dd-b615-d9c7fea31a5c', 1, '', 'Z1-T20-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73901, 'a31bc23f-af2c-4eed-83e0-3be791242b36', 1, '', 'Z1-T20-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73902, '4dcf1df6-83e5-4d65-ac64-112ab29ed777', 1, '', 'Z1-T20-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73903, '45304458-9952-4e64-ac28-bfcfc47e0ecc', 1, '', 'Z1-T20-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73904, '600912ea-1bef-4b99-9e1f-36c2fa12ccb8', 1, '', 'Z1-T20-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73905, 'f4c3f1c4-ddfd-46a4-ba3f-7f41f8eef900', 1, '', 'Z1-T20-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":1967.6622823988132,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73906, '7d1b0c8d-bc52-4b23-b650-2ad1f6da34e5', 1, '', 'Z1-T20-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73907, 'b0f658b1-ea78-4d17-911c-e41ddf21069c', 1, '', 'Z1-T20-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73908, 'bb94e5e4-189a-4c3c-a499-91f1d6193488', 1, '', 'Z1-T20-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73909, '9f7bcb24-cb99-4d95-8893-020cf3949f50', 1, '', 'Z1-T20-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73910, '2dfa51f3-44f2-46ef-98d3-ccda49912010', 1, '', 'Z1-T20-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73911, '8190d346-c30a-4bb0-b858-4bf7ee893b76', 1, '', 'Z1-T20-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73912, '41643d47-f1e4-471b-8e11-f7d01498244d', 1, '', 'Z1-T20-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '319e0d45-793d-44dd-8377-26a2a2d34d22', 'table_child', NULL, NULL, 0, '{"x":2077.662282398813,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73913, 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 1, '', 'Z1-T21', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2170.521988644575,"y":1518.2841817845772},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"1be6479a-78ed-4623-85d5-2b85a2bd107d","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1593.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ec74e32d-074c-4010-80d8-831b1b116dea","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1568.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0f819cfc-238a-4adf-9af2-69c6bdc6e4a5","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1543.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2de7f3bd-5f93-4fbd-a38d-97da349e9951","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1518.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a592d584-2ccc-4c23-adb8-f4f3af95db45","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1493.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"603fc125-63b5-4315-83d3-6e303dabe8a0","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1468.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"80312166-a123-4f42-a86c-596a0050a6f2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2115.521988644575,"y":1443.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5bb9f15b-c583-4f95-b026-a85b5f93da30","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1593.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5e2d70b2-697e-4d75-a583-8d55a317f828","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1568.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8ef9929e-e04f-4d49-a36a-75ce20b5436e","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1543.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cdf7c6fe-1b4c-46ae-bd20-659df5507a67","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1518.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4c9e0106-7d89-49dd-9382-70b5786bbe10","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1493.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"64d9c39e-98bf-41e7-8505-aed855f1a4a9","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1468.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"efb7cf22-64ed-4869-b9ae-a1b2dfd168e2","section_id":"d5938654-2036-468a-9411-c1f43a086b55","position":{"x":2225.521988644575,"y":1443.2841817845772},"created_at":"2025-09-24T11:08:01.295Z","updated_at":"2025-09-24T11:08:21.698Z","type":"seat","seat_id":"Z1-T21-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2170.521988644575,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73914, '1be6479a-78ed-4623-85d5-2b85a2bd107d', 1, '', 'Z1-T21-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73915, 'ec74e32d-074c-4010-80d8-831b1b116dea', 1, '', 'Z1-T21-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73916, '0f819cfc-238a-4adf-9af2-69c6bdc6e4a5', 1, '', 'Z1-T21-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73917, '2de7f3bd-5f93-4fbd-a38d-97da349e9951', 1, '', 'Z1-T21-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73918, 'a592d584-2ccc-4c23-adb8-f4f3af95db45', 1, '', 'Z1-T21-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73919, '603fc125-63b5-4315-83d3-6e303dabe8a0', 1, '', 'Z1-T21-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73920, '80312166-a123-4f42-a86c-596a0050a6f2', 1, '', 'Z1-T21-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2115.521988644575,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73921, '5bb9f15b-c583-4f95-b026-a85b5f93da30', 1, '', 'Z1-T21-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1593.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73922, '5e2d70b2-697e-4d75-a583-8d55a317f828', 1, '', 'Z1-T21-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1568.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73923, '8ef9929e-e04f-4d49-a36a-75ce20b5436e', 1, '', 'Z1-T21-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1543.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73924, 'cdf7c6fe-1b4c-46ae-bd20-659df5507a67', 1, '', 'Z1-T21-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1518.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73925, '4c9e0106-7d89-49dd-9382-70b5786bbe10', 1, '', 'Z1-T21-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1493.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73926, '64d9c39e-98bf-41e7-8505-aed855f1a4a9', 1, '', 'Z1-T21-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1468.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73927, 'efb7cf22-64ed-4869-b9ae-a1b2dfd168e2', 1, '', 'Z1-T21-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'e707ca5b-80ff-43f6-abec-14d50a71daaf', 'table_child', NULL, NULL, 0, '{"x":2225.521988644575,"y":1443.2841817845772}', 'd5938654-2036-468a-9411-c1f43a086b55');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73928, 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 1, '', 'Z2-T01', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2343.229565832125,"y":891.9337245923019},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"02bd59c6-8335-4b01-8bdd-261ffa2fc329","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":966.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e22bba73-56f1-439a-960e-bdfd225af26a","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":941.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a4692fe9-33bd-4133-a4d7-064b576ee37f","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":916.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ada124a7-9fc0-4e17-bab6-53a38df691fc","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":891.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"67167009-4a66-45b9-84e0-246331405769","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":866.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cf10f833-e1f0-42d8-a1b5-be949713f16c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":841.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"19d9903b-bf73-4c62-9212-6e126e7c464e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":816.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d64dacad-462b-4f41-a842-00b44762219b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":966.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f238e4ac-8f0b-4cb3-9198-c2d13423e75c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":941.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4685bf39-ee20-47b6-a26b-b85f980e6531","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":916.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ae1f5548-4231-4938-a431-94602a846dd5","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":891.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5f529d42-fa60-4a92-a448-861079c00192","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":866.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6406a248-e53d-4c50-a10c-263794f10224","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":841.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"94556d39-c72e-4648-9c7b-06497d920d63","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":816.9337245923019},"created_at":"2025-09-24T11:09:23.795Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T01-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2343.229565832125,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73929, '02bd59c6-8335-4b01-8bdd-261ffa2fc329', 1, '', 'Z2-T01-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73930, 'e22bba73-56f1-439a-960e-bdfd225af26a', 1, '', 'Z2-T01-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73931, 'a4692fe9-33bd-4133-a4d7-064b576ee37f', 1, '', 'Z2-T01-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73932, 'ada124a7-9fc0-4e17-bab6-53a38df691fc', 1, '', 'Z2-T01-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73933, '67167009-4a66-45b9-84e0-246331405769', 1, '', 'Z2-T01-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73934, 'cf10f833-e1f0-42d8-a1b5-be949713f16c', 1, '', 'Z2-T01-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73935, '19d9903b-bf73-4c62-9212-6e126e7c464e', 1, '', 'Z2-T01-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73936, 'd64dacad-462b-4f41-a842-00b44762219b', 1, '', 'Z2-T01-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73937, 'f238e4ac-8f0b-4cb3-9198-c2d13423e75c', 1, '', 'Z2-T01-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73938, '4685bf39-ee20-47b6-a26b-b85f980e6531', 1, '', 'Z2-T01-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73939, 'ae1f5548-4231-4938-a431-94602a846dd5', 1, '', 'Z2-T01-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73940, '5f529d42-fa60-4a92-a448-861079c00192', 1, '', 'Z2-T01-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73941, '6406a248-e53d-4c50-a10c-263794f10224', 1, '', 'Z2-T01-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73942, '94556d39-c72e-4648-9c7b-06497d920d63', 1, '', 'Z2-T01-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'df44fa20-9da4-4570-a7d0-d93e7b421fa3', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73943, 'daab526c-61f7-4606-8af9-c644009b6666', 1, '', 'Z2-T02', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2498.4948521197975,"y":891.9337245923019},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"9fa1b9ee-fb3d-4579-ab47-8be54630f27d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":966.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c5da9cea-998c-47ba-bbed-98e2514e42c8","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":941.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f3b3b2a8-3588-449b-8693-e83699adb198","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":916.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f5b95b22-b820-4c51-a699-4510c55ab4ea","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":891.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f3aa61b4-18a6-443e-9d43-caf41092cd46","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":866.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"35497834-3f79-4de2-9724-582200b5ea5c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":841.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0d34035f-4829-42af-b5cd-3df3bdbf2e4a","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":816.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"64e90ca9-68c6-40af-84ec-378377d9ae07","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":966.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"61d9e769-d57f-4f61-bc3c-39203b6da4bd","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":941.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"10be6a44-2db5-4727-8638-800730a04425","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":916.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"18f4a95f-c7c1-43c1-b443-295eb222cafb","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":891.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"21b4cbda-4f84-48ad-a2ce-db91af236a40","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":866.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f6a1c578-dc36-4e28-94ed-79398432fc5b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":841.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"125759d5-e228-496f-ab3e-b631e503058f","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":816.9337245923019},"created_at":"2025-09-24T11:09:24.410Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T02-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2498.4948521197975,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73944, '9fa1b9ee-fb3d-4579-ab47-8be54630f27d', 1, '', 'Z2-T02-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73945, 'c5da9cea-998c-47ba-bbed-98e2514e42c8', 1, '', 'Z2-T02-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73946, 'f3b3b2a8-3588-449b-8693-e83699adb198', 1, '', 'Z2-T02-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73947, 'f5b95b22-b820-4c51-a699-4510c55ab4ea', 1, '', 'Z2-T02-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73948, 'f3aa61b4-18a6-443e-9d43-caf41092cd46', 1, '', 'Z2-T02-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73949, '35497834-3f79-4de2-9724-582200b5ea5c', 1, '', 'Z2-T02-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73950, '0d34035f-4829-42af-b5cd-3df3bdbf2e4a', 1, '', 'Z2-T02-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73951, '64e90ca9-68c6-40af-84ec-378377d9ae07', 1, '', 'Z2-T02-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73952, '61d9e769-d57f-4f61-bc3c-39203b6da4bd', 1, '', 'Z2-T02-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73953, '10be6a44-2db5-4727-8638-800730a04425', 1, '', 'Z2-T02-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73954, '18f4a95f-c7c1-43c1-b443-295eb222cafb', 1, '', 'Z2-T02-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73955, '21b4cbda-4f84-48ad-a2ce-db91af236a40', 1, '', 'Z2-T02-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73956, 'f6a1c578-dc36-4e28-94ed-79398432fc5b', 1, '', 'Z2-T02-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73957, '125759d5-e228-496f-ab3e-b631e503058f', 1, '', 'Z2-T02-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'daab526c-61f7-4606-8af9-c644009b6666', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73958, '94aaed2a-ab83-49f8-b82d-6a5247912b05', 1, '', 'Z2-T03', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2653.76013840747,"y":891.9337245923019},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"bdb2d4eb-8357-4824-8e89-f9a4ac7ddad2","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":966.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f206306b-f47c-4e14-b81d-7956c8422d34","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":941.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f6921c80-5535-474b-aec9-080442e06c04","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":916.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7a711870-77ba-4352-8bd4-239cc6f78c69","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":891.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5306fb77-2eac-42b5-844e-1031c27d953f","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":866.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bcf3bc4a-6f1b-4b25-8450-d904a51af453","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":841.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7a0d99b5-75a0-472b-a72e-facfd9f768a2","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":816.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0900c0e3-2d84-4aa9-a90f-a81b15609e67","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":966.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"da2a5b9b-4aa1-49fb-b17e-730a14cff065","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":941.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7d0e3823-91a0-47a4-8104-789e7a295331","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":916.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"346326d9-aa8e-4874-a932-db77fdeb8d93","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":891.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"44d4ad26-1cf8-4058-8aa4-bf5bba390122","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":866.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ec1b95ee-6da7-4d8a-b53a-eea58432a924","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":841.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e9078d4e-e72e-4587-bbe0-abdaa9f88e8e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":816.9337245923019},"created_at":"2025-09-24T11:09:24.943Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T03-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2653.76013840747,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73959, 'bdb2d4eb-8357-4824-8e89-f9a4ac7ddad2', 1, '', 'Z2-T03-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73960, 'f206306b-f47c-4e14-b81d-7956c8422d34', 1, '', 'Z2-T03-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73961, 'f6921c80-5535-474b-aec9-080442e06c04', 1, '', 'Z2-T03-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73962, '7a711870-77ba-4352-8bd4-239cc6f78c69', 1, '', 'Z2-T03-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73963, '5306fb77-2eac-42b5-844e-1031c27d953f', 1, '', 'Z2-T03-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73964, 'bcf3bc4a-6f1b-4b25-8450-d904a51af453', 1, '', 'Z2-T03-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73965, '7a0d99b5-75a0-472b-a72e-facfd9f768a2', 1, '', 'Z2-T03-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73966, '0900c0e3-2d84-4aa9-a90f-a81b15609e67', 1, '', 'Z2-T03-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73967, 'da2a5b9b-4aa1-49fb-b17e-730a14cff065', 1, '', 'Z2-T03-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73968, '7d0e3823-91a0-47a4-8104-789e7a295331', 1, '', 'Z2-T03-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73969, '346326d9-aa8e-4874-a932-db77fdeb8d93', 1, '', 'Z2-T03-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73970, '44d4ad26-1cf8-4058-8aa4-bf5bba390122', 1, '', 'Z2-T03-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73971, 'ec1b95ee-6da7-4d8a-b53a-eea58432a924', 1, '', 'Z2-T03-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73972, 'e9078d4e-e72e-4587-bbe0-abdaa9f88e8e', 1, '', 'Z2-T03-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '94aaed2a-ab83-49f8-b82d-6a5247912b05', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73973, '522e6bbd-8f8c-498d-bf37-622132db56a7', 1, '', 'Z2-T04', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2809.0254246951426,"y":891.9337245923019},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"fd71fc91-ab19-4246-80bc-fc8de535c0e1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":966.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"665a55bc-f886-42d9-b706-cc5573bda105","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":941.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b0940798-4bda-44f8-9ca7-f623ca2f4be4","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":916.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"224d8951-791c-4304-8d81-3b76918ca5e2","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":891.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8caff014-df02-4513-85cb-e970c4ef0195","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":866.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"87c92281-aa44-4ad6-8d91-31e9cdacbe47","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":841.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1cdf66a3-2ccf-436c-ba7a-7ed650355807","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":816.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9e487803-7f08-4882-bcae-9106da901f73","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":966.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b9a4a781-35a8-4af0-b784-ca7d8088af36","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":941.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c34c0246-428c-414a-99d8-df14b31b1a5b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":916.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"676a775d-fbb4-4dad-8d30-e559aaa88cde","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":891.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1d10f086-c441-46c9-9796-001b05e42ab5","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":866.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"256029a2-3dc9-4275-a395-f89e990437ad","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":841.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"55ab8352-e24a-4421-8432-9e0aae894986","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":816.9337245923019},"created_at":"2025-09-24T11:09:25.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T04-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2809.0254246951426,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73974, 'fd71fc91-ab19-4246-80bc-fc8de535c0e1', 1, '', 'Z2-T04-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73975, '665a55bc-f886-42d9-b706-cc5573bda105', 1, '', 'Z2-T04-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73976, 'b0940798-4bda-44f8-9ca7-f623ca2f4be4', 1, '', 'Z2-T04-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73977, '224d8951-791c-4304-8d81-3b76918ca5e2', 1, '', 'Z2-T04-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73978, '8caff014-df02-4513-85cb-e970c4ef0195', 1, '', 'Z2-T04-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73979, '87c92281-aa44-4ad6-8d91-31e9cdacbe47', 1, '', 'Z2-T04-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73980, '1cdf66a3-2ccf-436c-ba7a-7ed650355807', 1, '', 'Z2-T04-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73981, '9e487803-7f08-4882-bcae-9106da901f73', 1, '', 'Z2-T04-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73982, 'b9a4a781-35a8-4af0-b784-ca7d8088af36', 1, '', 'Z2-T04-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73983, 'c34c0246-428c-414a-99d8-df14b31b1a5b', 1, '', 'Z2-T04-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73984, '676a775d-fbb4-4dad-8d30-e559aaa88cde', 1, '', 'Z2-T04-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73985, '1d10f086-c441-46c9-9796-001b05e42ab5', 1, '', 'Z2-T04-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73986, '256029a2-3dc9-4275-a395-f89e990437ad', 1, '', 'Z2-T04-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73987, '55ab8352-e24a-4421-8432-9e0aae894986', 1, '', 'Z2-T04-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '522e6bbd-8f8c-498d-bf37-622132db56a7', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73988, 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 1, '', 'Z2-T05', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2964.290710982815,"y":891.9337245923019},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"3aa63668-248d-432f-bcf2-47e38ed077fa","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":966.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ebe3aaf0-aa3c-4168-a47b-cf715b80f2f8","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":941.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0c398db3-99b6-4788-88b7-6805a245cb93","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":916.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c00018a3-65b5-4563-b786-7761a0873d2e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":891.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7b21fe6e-5958-4fc7-845f-ea35e756afc9","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":866.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"aae630d5-7771-4eb1-a277-504942be7c02","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":841.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2587a399-1aa2-482b-bbed-a405051a08a3","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":816.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"406e894e-d359-407c-b77c-e77170790249","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":966.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e036370e-61e5-4cfa-9ef9-ce45f94f544b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":941.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4a82cf44-94a7-4fb0-97c6-2f5bc09c7f46","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":916.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"dd1e86ea-0ee4-4ebf-8dca-344ca46fff44","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":891.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7824c208-c2a5-4fed-a046-1211b58604dc","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":866.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9d9a4bf6-b8d8-4d75-a453-57f3d99c553d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":841.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"26c82dd8-9bd1-4b70-8b0c-a97e2ebd39de","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":816.9337245923019},"created_at":"2025-09-24T11:09:26.045Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T05-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2964.290710982815,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73989, '3aa63668-248d-432f-bcf2-47e38ed077fa', 1, '', 'Z2-T05-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73990, 'ebe3aaf0-aa3c-4168-a47b-cf715b80f2f8', 1, '', 'Z2-T05-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73991, '0c398db3-99b6-4788-88b7-6805a245cb93', 1, '', 'Z2-T05-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73992, 'c00018a3-65b5-4563-b786-7761a0873d2e', 1, '', 'Z2-T05-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73993, '7b21fe6e-5958-4fc7-845f-ea35e756afc9', 1, '', 'Z2-T05-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73994, 'aae630d5-7771-4eb1-a277-504942be7c02', 1, '', 'Z2-T05-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73995, '2587a399-1aa2-482b-bbed-a405051a08a3', 1, '', 'Z2-T05-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73996, '406e894e-d359-407c-b77c-e77170790249', 1, '', 'Z2-T05-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73997, 'e036370e-61e5-4cfa-9ef9-ce45f94f544b', 1, '', 'Z2-T05-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73998, '4a82cf44-94a7-4fb0-97c6-2f5bc09c7f46', 1, '', 'Z2-T05-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (73999, 'dd1e86ea-0ee4-4ebf-8dca-344ca46fff44', 1, '', 'Z2-T05-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74000, '7824c208-c2a5-4fed-a046-1211b58604dc', 1, '', 'Z2-T05-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74001, '9d9a4bf6-b8d8-4d75-a453-57f3d99c553d', 1, '', 'Z2-T05-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74002, '26c82dd8-9bd1-4b70-8b0c-a97e2ebd39de', 1, '', 'Z2-T05-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ff7f3e07-7f62-466d-ab63-5bcf710ee05f', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74003, '0763f59d-a923-4ac0-aa06-ab308336731a', 1, '', 'Z2-T06', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3119.5559972704878,"y":891.9337245923019},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"debb9cbc-0572-4ec1-a941-d7a5452c38c4","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":966.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"97977084-8e61-405a-9dff-933321693292","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":941.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"703dbcd1-756a-4e16-b598-63837ffad626","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":916.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6bf52c0a-ff58-4b11-bdf0-3c9d793f69e5","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":891.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ae8067c5-17a8-4ce2-bea2-e27f20741809","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":866.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cc0d564e-3747-4335-84bb-069dc4338219","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":841.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b2b4026f-fdbc-492d-8feb-bbdb95ec73fb","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":816.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a7cd9789-5e2e-4350-8ee4-b7b12e06f60f","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":966.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e069804f-c784-484c-9fba-43678d6a01c3","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":941.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8dcbfa7f-679d-42a3-8f4e-ae005f1fe1b4","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":916.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6bb0cd06-b71a-42ab-b61e-e6af9054052c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":891.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c50a4e05-99af-4824-8e50-c8f5e5632732","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":866.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c8de998c-65d3-43ca-8bb7-2c8d2ff1c03e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":841.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"40a95416-71ec-46bf-86f1-cdb894fffc5c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":816.9337245923019},"created_at":"2025-09-24T11:09:26.675Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T06-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3119.5559972704878,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74004, 'debb9cbc-0572-4ec1-a941-d7a5452c38c4', 1, '', 'Z2-T06-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74005, '97977084-8e61-405a-9dff-933321693292', 1, '', 'Z2-T06-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74006, '703dbcd1-756a-4e16-b598-63837ffad626', 1, '', 'Z2-T06-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74007, '6bf52c0a-ff58-4b11-bdf0-3c9d793f69e5', 1, '', 'Z2-T06-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74008, 'ae8067c5-17a8-4ce2-bea2-e27f20741809', 1, '', 'Z2-T06-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74009, 'cc0d564e-3747-4335-84bb-069dc4338219', 1, '', 'Z2-T06-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74010, 'b2b4026f-fdbc-492d-8feb-bbdb95ec73fb', 1, '', 'Z2-T06-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74011, 'a7cd9789-5e2e-4350-8ee4-b7b12e06f60f', 1, '', 'Z2-T06-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":966.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74012, 'e069804f-c784-484c-9fba-43678d6a01c3', 1, '', 'Z2-T06-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":941.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74013, '8dcbfa7f-679d-42a3-8f4e-ae005f1fe1b4', 1, '', 'Z2-T06-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":916.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74014, '6bb0cd06-b71a-42ab-b61e-e6af9054052c', 1, '', 'Z2-T06-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":891.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74015, 'c50a4e05-99af-4824-8e50-c8f5e5632732', 1, '', 'Z2-T06-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":866.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74016, 'c8de998c-65d3-43ca-8bb7-2c8d2ff1c03e', 1, '', 'Z2-T06-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":841.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74017, '40a95416-71ec-46bf-86f1-cdb894fffc5c', 1, '', 'Z2-T06-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '0763f59d-a923-4ac0-aa06-ab308336731a', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":816.9337245923019}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74018, '39289baa-0bad-4048-9914-0b12186b1791', 1, '', 'Z2-T07', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2343.229565832125,"y":1200.6862184972827},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"aff64fe2-98a1-488c-86cc-69499409bc86","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f29ce865-cb91-4da5-a175-d8a600ab2961","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5d30b13a-8085-475b-83f2-c9395ab55e64","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2beb175a-6b9d-4e40-865d-f3140b7215d3","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4d5ae804-522b-4dfe-866d-1947384b81c1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"76d9acf2-05a7-4252-92af-d9a91b6d7d80","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9b140949-ced0-43e4-bd7b-9e0a1851a5e4","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4d268689-010d-449b-a665-c073cef73a0d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ac877daf-d718-49d2-9342-f34d0a9898d6","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"11c66f36-2c11-4ec2-9754-ebcf8c2d3860","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"03a6d7a1-71bb-40e1-98f4-623d5664a389","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"be223fd0-50a7-40b6-acb0-5737b4a21c09","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"89427214-e2c7-488f-b8b4-22f0fb77ff46","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3455ad2e-dd6f-4f36-abd5-89b3197c40c3","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:27.477Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T07-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2343.229565832125,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74019, 'aff64fe2-98a1-488c-86cc-69499409bc86', 1, '', 'Z2-T07-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74020, 'f29ce865-cb91-4da5-a175-d8a600ab2961', 1, '', 'Z2-T07-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74021, '5d30b13a-8085-475b-83f2-c9395ab55e64', 1, '', 'Z2-T07-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74022, '2beb175a-6b9d-4e40-865d-f3140b7215d3', 1, '', 'Z2-T07-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74023, '4d5ae804-522b-4dfe-866d-1947384b81c1', 1, '', 'Z2-T07-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74024, '76d9acf2-05a7-4252-92af-d9a91b6d7d80', 1, '', 'Z2-T07-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74025, '9b140949-ced0-43e4-bd7b-9e0a1851a5e4', 1, '', 'Z2-T07-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74026, '4d268689-010d-449b-a665-c073cef73a0d', 1, '', 'Z2-T07-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74027, 'ac877daf-d718-49d2-9342-f34d0a9898d6', 1, '', 'Z2-T07-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74028, '11c66f36-2c11-4ec2-9754-ebcf8c2d3860', 1, '', 'Z2-T07-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74029, '03a6d7a1-71bb-40e1-98f4-623d5664a389', 1, '', 'Z2-T07-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74030, 'be223fd0-50a7-40b6-acb0-5737b4a21c09', 1, '', 'Z2-T07-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74031, '89427214-e2c7-488f-b8b4-22f0fb77ff46', 1, '', 'Z2-T07-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74032, '3455ad2e-dd6f-4f36-abd5-89b3197c40c3', 1, '', 'Z2-T07-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '39289baa-0bad-4048-9914-0b12186b1791', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74033, '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 1, '', 'Z2-T08', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2498.4948521197975,"y":1200.6862184972827},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"264ff113-eeb7-447a-a160-8dede807ec39","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"151af498-316e-4090-b059-1e6f24c913e6","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fdf26681-6a1f-4229-8c67-6d6bb9f6e7ec","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d3d04898-3db2-4010-8c96-8329e92bcdb8","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"df042781-c447-4a7b-ac1b-192c0f5825c1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9309f933-80fe-4dd4-8731-56d0f08d5891","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f6271c79-5d93-41fc-acb7-30958bfac0df","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"df7493d0-9236-4da0-ae57-9192e7a46ae1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"69ef52f5-402a-4de7-a526-023c60b54d5c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f0af9b2f-04cf-4bb1-b64d-75e60d2fd28b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c225d874-6d56-4a4d-a482-c449e019ca24","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a2033de0-54b8-4b1d-8c68-e10c1e1602d8","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f02ee827-f524-4c0b-bd7d-b8510dd91598","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"944491c2-b29d-42ac-b71d-a48ad10d8f47","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:28.061Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T08-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2498.4948521197975,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74034, '264ff113-eeb7-447a-a160-8dede807ec39', 1, '', 'Z2-T08-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74035, '151af498-316e-4090-b059-1e6f24c913e6', 1, '', 'Z2-T08-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74036, 'fdf26681-6a1f-4229-8c67-6d6bb9f6e7ec', 1, '', 'Z2-T08-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74037, 'd3d04898-3db2-4010-8c96-8329e92bcdb8', 1, '', 'Z2-T08-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74038, 'df042781-c447-4a7b-ac1b-192c0f5825c1', 1, '', 'Z2-T08-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74039, '9309f933-80fe-4dd4-8731-56d0f08d5891', 1, '', 'Z2-T08-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74040, 'f6271c79-5d93-41fc-acb7-30958bfac0df', 1, '', 'Z2-T08-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74041, 'df7493d0-9236-4da0-ae57-9192e7a46ae1', 1, '', 'Z2-T08-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74042, '69ef52f5-402a-4de7-a526-023c60b54d5c', 1, '', 'Z2-T08-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74043, 'f0af9b2f-04cf-4bb1-b64d-75e60d2fd28b', 1, '', 'Z2-T08-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74044, 'c225d874-6d56-4a4d-a482-c449e019ca24', 1, '', 'Z2-T08-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74045, 'a2033de0-54b8-4b1d-8c68-e10c1e1602d8', 1, '', 'Z2-T08-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74046, 'f02ee827-f524-4c0b-bd7d-b8510dd91598', 1, '', 'Z2-T08-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74047, '944491c2-b29d-42ac-b71d-a48ad10d8f47', 1, '', 'Z2-T08-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '36aa816e-b0fc-45e6-95fe-487c3d23f2d8', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74048, '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 1, '', 'Z2-T09', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2653.76013840747,"y":1200.6862184972827},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"8da771b4-6881-4a2a-9c83-f3ef57264588","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"dc10cb88-63cc-4366-a39a-79712ccfa35e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"21b7ee84-781e-44ed-bd79-21185c1925f2","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"12598b59-4b8a-4855-9262-0114a9853625","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ccac62cd-c9fa-4821-ba83-c97801abaf90","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e65302b6-61f5-4848-b900-820643cda51b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a86c3847-3d2c-4af1-a785-d5f5ebefa3a6","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b3eee924-6df9-4177-b88d-51df069d25f5","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"29b5aab9-602e-4437-a28e-2c0bf22be809","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9c7521d3-8c56-48e7-8a59-c1465e3ebd9f","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1731be2c-ae76-4ff6-bdc3-83037294f5aa","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"87dc1edf-8299-4654-b7e3-1ebd01515eb7","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1975dd98-4293-4e66-99be-9256350179a9","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"151b32ad-b86e-4ca2-96ea-e5d90c767803","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:28.475Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T09-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2653.76013840747,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74049, '8da771b4-6881-4a2a-9c83-f3ef57264588', 1, '', 'Z2-T09-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74050, 'dc10cb88-63cc-4366-a39a-79712ccfa35e', 1, '', 'Z2-T09-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74051, '21b7ee84-781e-44ed-bd79-21185c1925f2', 1, '', 'Z2-T09-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74052, '12598b59-4b8a-4855-9262-0114a9853625', 1, '', 'Z2-T09-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74053, 'ccac62cd-c9fa-4821-ba83-c97801abaf90', 1, '', 'Z2-T09-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74054, 'e65302b6-61f5-4848-b900-820643cda51b', 1, '', 'Z2-T09-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74055, 'a86c3847-3d2c-4af1-a785-d5f5ebefa3a6', 1, '', 'Z2-T09-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74056, 'b3eee924-6df9-4177-b88d-51df069d25f5', 1, '', 'Z2-T09-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74057, '29b5aab9-602e-4437-a28e-2c0bf22be809', 1, '', 'Z2-T09-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74058, '9c7521d3-8c56-48e7-8a59-c1465e3ebd9f', 1, '', 'Z2-T09-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74059, '1731be2c-ae76-4ff6-bdc3-83037294f5aa', 1, '', 'Z2-T09-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74060, '87dc1edf-8299-4654-b7e3-1ebd01515eb7', 1, '', 'Z2-T09-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74061, '1975dd98-4293-4e66-99be-9256350179a9', 1, '', 'Z2-T09-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74062, '151b32ad-b86e-4ca2-96ea-e5d90c767803', 1, '', 'Z2-T09-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '289be9a9-d8da-4099-a22d-13f54e5ce2ea', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74063, 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 1, '', 'Z2-T10', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2809.0254246951426,"y":1200.6862184972827},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"3d6ebdca-12c1-4619-b6c0-1deecd176a86","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b338a155-5db8-4476-8678-287729af930e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"47922b4a-9afa-434b-a2b9-be4bad35f810","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1753a375-602d-4c78-8f07-2aecf107b6cb","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"13fb10eb-21b7-4cfd-b49b-1346730caad7","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b2236500-4cd2-435e-9090-178d93c43b56","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6f6fa885-0a6c-4254-a78d-eb71c8fbc953","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0725e406-7b40-4b07-aca4-11b2270b953d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bc3a44fb-6c83-463e-a055-894a30bfa7ea","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4b9cb827-5bc7-4697-aa49-82b39dfaa0c8","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f47e1eb2-accc-4950-aee9-2c38973a1a47","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"98254f34-a132-4bfe-909b-4a2aad9175bd","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"283b3bd2-f840-4066-82ba-540a6b321cd6","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"aefd96b4-c0d3-4ae7-8285-27f8596cc480","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:28.892Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T10-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2809.0254246951426,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74064, '3d6ebdca-12c1-4619-b6c0-1deecd176a86', 1, '', 'Z2-T10-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74065, 'b338a155-5db8-4476-8678-287729af930e', 1, '', 'Z2-T10-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74066, '47922b4a-9afa-434b-a2b9-be4bad35f810', 1, '', 'Z2-T10-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74067, '1753a375-602d-4c78-8f07-2aecf107b6cb', 1, '', 'Z2-T10-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74068, '13fb10eb-21b7-4cfd-b49b-1346730caad7', 1, '', 'Z2-T10-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74069, 'b2236500-4cd2-435e-9090-178d93c43b56', 1, '', 'Z2-T10-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74070, '6f6fa885-0a6c-4254-a78d-eb71c8fbc953', 1, '', 'Z2-T10-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74071, '0725e406-7b40-4b07-aca4-11b2270b953d', 1, '', 'Z2-T10-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74072, 'bc3a44fb-6c83-463e-a055-894a30bfa7ea', 1, '', 'Z2-T10-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74073, '4b9cb827-5bc7-4697-aa49-82b39dfaa0c8', 1, '', 'Z2-T10-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74074, 'f47e1eb2-accc-4950-aee9-2c38973a1a47', 1, '', 'Z2-T10-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74075, '98254f34-a132-4bfe-909b-4a2aad9175bd', 1, '', 'Z2-T10-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74076, '283b3bd2-f840-4066-82ba-540a6b321cd6', 1, '', 'Z2-T10-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74077, 'aefd96b4-c0d3-4ae7-8285-27f8596cc480', 1, '', 'Z2-T10-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f4e9cc51-0f46-40b3-8b5b-e7995599adc4', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74078, 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 1, '', 'Z2-T11', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2964.290710982815,"y":1200.6862184972827},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"d76ed997-ce68-49cb-9fcc-35534cc86d13","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"66fdad7d-d710-4b6a-b7dd-59ad58480981","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"961fde16-22d8-4716-9fc0-cdbebf34fce7","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7162fd5f-7d9d-41d9-b00f-126a07e0685e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f0e149b7-8950-413a-82f5-d3429ecb1a99","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3d9feced-e3b4-409f-b3a6-8816fe03139b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6b1787de-c132-4f89-9ff9-bafafe7f95ce","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6921e164-b40a-41f2-805d-3052a3506e1b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4c51bdfd-44f1-499f-a6b3-6d10db233648","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5d1fc2b4-c2ed-4b6b-b163-7bf0b74efed7","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3037f7d7-69da-46e5-a321-eea9a57e0be7","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d50a3445-b092-4b40-8315-71ce3fd2ad4f","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"713d51c9-37cd-4488-a1ce-4bea44ded6c1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f90c19ac-7a2c-4456-95aa-f57eef6b4b31","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:29.428Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T11-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2964.290710982815,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74079, 'd76ed997-ce68-49cb-9fcc-35534cc86d13', 1, '', 'Z2-T11-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74080, '66fdad7d-d710-4b6a-b7dd-59ad58480981', 1, '', 'Z2-T11-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74081, '961fde16-22d8-4716-9fc0-cdbebf34fce7', 1, '', 'Z2-T11-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74082, '7162fd5f-7d9d-41d9-b00f-126a07e0685e', 1, '', 'Z2-T11-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74083, 'f0e149b7-8950-413a-82f5-d3429ecb1a99', 1, '', 'Z2-T11-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74084, '3d9feced-e3b4-409f-b3a6-8816fe03139b', 1, '', 'Z2-T11-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74085, '6b1787de-c132-4f89-9ff9-bafafe7f95ce', 1, '', 'Z2-T11-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74086, '6921e164-b40a-41f2-805d-3052a3506e1b', 1, '', 'Z2-T11-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74087, '4c51bdfd-44f1-499f-a6b3-6d10db233648', 1, '', 'Z2-T11-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74088, '5d1fc2b4-c2ed-4b6b-b163-7bf0b74efed7', 1, '', 'Z2-T11-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74089, '3037f7d7-69da-46e5-a321-eea9a57e0be7', 1, '', 'Z2-T11-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74090, 'd50a3445-b092-4b40-8315-71ce3fd2ad4f', 1, '', 'Z2-T11-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74091, '713d51c9-37cd-4488-a1ce-4bea44ded6c1', 1, '', 'Z2-T11-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74092, 'f90c19ac-7a2c-4456-95aa-f57eef6b4b31', 1, '', 'Z2-T11-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'faa2de3f-f082-496b-86e4-589a5a7ad79a', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74093, '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 1, '', 'Z2-T12', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3119.5559972704878,"y":1200.6862184972827},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"a634b004-a3a0-4e25-840e-59b82e5cb890","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7bd3937a-5a31-4785-996d-62e3cb2fbf0e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7a14d55d-0e6f-4901-879f-7f651926fecf","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a8e5f57b-ca2a-4abb-9fb1-a5fec5b00075","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9859f498-1289-41e8-b298-a8b2df505764","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b029e9b2-51b0-41d5-85df-4064232a0247","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"796077a0-8612-497b-9147-f7b9bab2b202","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6e753135-07e6-4945-bdd6-5ac2b12e8b46","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1275.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b800bc48-4c6f-47ba-b35e-6c25f580057c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1250.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a30f1ede-8ea2-43ee-8b05-b087f7820568","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1225.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d8980929-8f88-44cd-b7ea-af45dd7c0165","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1200.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1cc158d1-0a7b-42c0-8129-e6978e06d631","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1175.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"23ab524e-7bad-41b2-8f3a-57dd6000ab74","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1150.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"613b2225-a206-4985-a1f8-5fe8c63ef443","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1125.6862184972827},"created_at":"2025-09-24T11:09:30.081Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T12-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3119.5559972704878,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74094, 'a634b004-a3a0-4e25-840e-59b82e5cb890', 1, '', 'Z2-T12-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74095, '7bd3937a-5a31-4785-996d-62e3cb2fbf0e', 1, '', 'Z2-T12-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74096, '7a14d55d-0e6f-4901-879f-7f651926fecf', 1, '', 'Z2-T12-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74097, 'a8e5f57b-ca2a-4abb-9fb1-a5fec5b00075', 1, '', 'Z2-T12-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74098, '9859f498-1289-41e8-b298-a8b2df505764', 1, '', 'Z2-T12-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74099, 'b029e9b2-51b0-41d5-85df-4064232a0247', 1, '', 'Z2-T12-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74100, '796077a0-8612-497b-9147-f7b9bab2b202', 1, '', 'Z2-T12-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74101, '6e753135-07e6-4945-bdd6-5ac2b12e8b46', 1, '', 'Z2-T12-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1275.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74102, 'b800bc48-4c6f-47ba-b35e-6c25f580057c', 1, '', 'Z2-T12-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1250.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74103, 'a30f1ede-8ea2-43ee-8b05-b087f7820568', 1, '', 'Z2-T12-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1225.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74104, 'd8980929-8f88-44cd-b7ea-af45dd7c0165', 1, '', 'Z2-T12-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1200.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74105, '1cc158d1-0a7b-42c0-8129-e6978e06d631', 1, '', 'Z2-T12-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1175.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74106, '23ab524e-7bad-41b2-8f3a-57dd6000ab74', 1, '', 'Z2-T12-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1150.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74107, '613b2225-a206-4985-a1f8-5fe8c63ef443', 1, '', 'Z2-T12-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '12f06b27-ba8a-4cf7-ba7a-6b057aed1806', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1125.6862184972827}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74108, '4a1e12de-2e68-430a-9103-924a8245c02c', 1, '', 'Z2-T13', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2343.229565832125,"y":1509.4387124022633},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"03ec2b38-1674-4f43-93a0-713598cad07a","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d34cf7ba-175a-4b7d-b276-a7b1ccf51135","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4dfe20eb-3783-4adc-bc9a-d6bc9ae97dd7","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4038b88a-2140-4f95-876d-420d5477e4db","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4fc729f6-3c0d-46ae-b56f-e413169077d3","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"604a7e4f-f59c-4d27-af11-ebaa56909bf4","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"33d03b36-9b26-44a1-8e28-779e3552d0d8","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2288.229565832125,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"62af7f98-d4a9-4ac2-a84b-a36c3905647f","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f1b74ed8-90f4-4789-9d76-477c3469d632","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ccae3c6a-75fc-44b1-864c-d604986962a5","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ea70ab0a-0b1a-495d-b841-840857209176","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1e5762f4-9808-4f52-a607-5606cbd0838e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ca8dcd45-341c-4d8e-ab5d-0c5a9dba0714","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"228a2716-7f44-49d4-9c6c-975ed968752d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2398.229565832125,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:32.078Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T13-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2343.229565832125,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74109, '03ec2b38-1674-4f43-93a0-713598cad07a', 1, '', 'Z2-T13-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74110, 'd34cf7ba-175a-4b7d-b276-a7b1ccf51135', 1, '', 'Z2-T13-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74111, '4dfe20eb-3783-4adc-bc9a-d6bc9ae97dd7', 1, '', 'Z2-T13-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74112, '4038b88a-2140-4f95-876d-420d5477e4db', 1, '', 'Z2-T13-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74113, '4fc729f6-3c0d-46ae-b56f-e413169077d3', 1, '', 'Z2-T13-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74114, '604a7e4f-f59c-4d27-af11-ebaa56909bf4', 1, '', 'Z2-T13-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74115, '33d03b36-9b26-44a1-8e28-779e3552d0d8', 1, '', 'Z2-T13-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2288.229565832125,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74116, '62af7f98-d4a9-4ac2-a84b-a36c3905647f', 1, '', 'Z2-T13-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74117, 'f1b74ed8-90f4-4789-9d76-477c3469d632', 1, '', 'Z2-T13-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74118, 'ccae3c6a-75fc-44b1-864c-d604986962a5', 1, '', 'Z2-T13-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74119, 'ea70ab0a-0b1a-495d-b841-840857209176', 1, '', 'Z2-T13-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74120, '1e5762f4-9808-4f52-a607-5606cbd0838e', 1, '', 'Z2-T13-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74121, 'ca8dcd45-341c-4d8e-ab5d-0c5a9dba0714', 1, '', 'Z2-T13-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74122, '228a2716-7f44-49d4-9c6c-975ed968752d', 1, '', 'Z2-T13-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4a1e12de-2e68-430a-9103-924a8245c02c', 'table_child', NULL, NULL, 0, '{"x":2398.229565832125,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74123, '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 1, '', 'Z2-T14', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2498.4948521197975,"y":1509.4387124022633},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"b587df0f-7207-456f-bfb7-b03933c82a39","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"449b8b29-fc6b-4dfc-a70f-ff045b278ec1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"dc3380cb-cb06-42d4-a460-d1263ed411dc","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"900cceb6-4855-47c5-ad59-76214e746286","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"91b75564-cb35-4b0b-a250-740c68e86d6a","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"926ef146-c17e-4614-af53-d4d8a6c1eb8f","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b58b6f3a-a4b5-4e87-b011-fb5398f72189","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2443.4948521197975,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6d055e2b-981d-4f61-985a-fe4d3619794e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"24309843-2506-4c9f-8803-1515291dc8f7","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c28f04cc-6b76-4408-b26c-81ffe2c134e1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"502f8ada-76c3-4273-802d-847082d6bdce","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"48694a14-2509-4382-96a6-4553323c25f5","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6e93d9cd-76f1-4738-9f0c-207a32672987","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"63adc8e4-9b8c-4294-b52b-3d219f458a7b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2553.4948521197975,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:32.581Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T14-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2498.4948521197975,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74124, 'b587df0f-7207-456f-bfb7-b03933c82a39', 1, '', 'Z2-T14-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74125, '449b8b29-fc6b-4dfc-a70f-ff045b278ec1', 1, '', 'Z2-T14-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74126, 'dc3380cb-cb06-42d4-a460-d1263ed411dc', 1, '', 'Z2-T14-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74127, '900cceb6-4855-47c5-ad59-76214e746286', 1, '', 'Z2-T14-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74128, '91b75564-cb35-4b0b-a250-740c68e86d6a', 1, '', 'Z2-T14-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74129, '926ef146-c17e-4614-af53-d4d8a6c1eb8f', 1, '', 'Z2-T14-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74130, 'b58b6f3a-a4b5-4e87-b011-fb5398f72189', 1, '', 'Z2-T14-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2443.4948521197975,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74131, '6d055e2b-981d-4f61-985a-fe4d3619794e', 1, '', 'Z2-T14-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74132, '24309843-2506-4c9f-8803-1515291dc8f7', 1, '', 'Z2-T14-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74133, 'c28f04cc-6b76-4408-b26c-81ffe2c134e1', 1, '', 'Z2-T14-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74134, '502f8ada-76c3-4273-802d-847082d6bdce', 1, '', 'Z2-T14-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74135, '48694a14-2509-4382-96a6-4553323c25f5', 1, '', 'Z2-T14-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74136, '6e93d9cd-76f1-4738-9f0c-207a32672987', 1, '', 'Z2-T14-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74137, '63adc8e4-9b8c-4294-b52b-3d219f458a7b', 1, '', 'Z2-T14-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '31e041dd-5c65-4887-bca8-3d141e6fbfc2', 'table_child', NULL, NULL, 0, '{"x":2553.4948521197975,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74138, '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 1, '', 'Z2-T15', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2653.76013840747,"y":1509.4387124022633},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"3eb46b83-902c-437e-8be4-ff671925801d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"56859cde-e5c3-4749-9be9-533a85dcd7e0","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d9b4400f-e607-484e-8dc3-af34c63d414c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e591c026-76ed-4437-bfc2-4015edd6201e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d95e974d-9d64-478d-b257-d3d7b553b47d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"13bda560-54e7-4129-84be-4d35d86af329","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3219cdbe-a9b0-4f10-8e01-7251aa264cf6","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2598.76013840747,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f320ad51-d9d8-4747-b340-f6c3b25a7d1a","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f57c00c0-7356-41ba-aee0-f70f9bcd0da1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"63c1e625-e482-4c31-afc2-3600663aff9d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1a3373d4-a523-4826-b727-52924b01bc5f","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"836eec1a-93b0-4eb2-a0fd-86014e42d6e3","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6d655e5e-05fc-4280-a2e5-f1ef8cf0714c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8545ba1a-ed62-41fa-a6f7-b9397338f6a1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2708.76013840747,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:33.259Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T15-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2653.76013840747,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74139, '3eb46b83-902c-437e-8be4-ff671925801d', 1, '', 'Z2-T15-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74140, '56859cde-e5c3-4749-9be9-533a85dcd7e0', 1, '', 'Z2-T15-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74141, 'd9b4400f-e607-484e-8dc3-af34c63d414c', 1, '', 'Z2-T15-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74142, 'e591c026-76ed-4437-bfc2-4015edd6201e', 1, '', 'Z2-T15-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74143, 'd95e974d-9d64-478d-b257-d3d7b553b47d', 1, '', 'Z2-T15-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74144, '13bda560-54e7-4129-84be-4d35d86af329', 1, '', 'Z2-T15-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74145, '3219cdbe-a9b0-4f10-8e01-7251aa264cf6', 1, '', 'Z2-T15-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2598.76013840747,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74146, 'f320ad51-d9d8-4747-b340-f6c3b25a7d1a', 1, '', 'Z2-T15-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74147, 'f57c00c0-7356-41ba-aee0-f70f9bcd0da1', 1, '', 'Z2-T15-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74148, '63c1e625-e482-4c31-afc2-3600663aff9d', 1, '', 'Z2-T15-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74149, '1a3373d4-a523-4826-b727-52924b01bc5f', 1, '', 'Z2-T15-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74150, '836eec1a-93b0-4eb2-a0fd-86014e42d6e3', 1, '', 'Z2-T15-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74151, '6d655e5e-05fc-4280-a2e5-f1ef8cf0714c', 1, '', 'Z2-T15-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74152, '8545ba1a-ed62-41fa-a6f7-b9397338f6a1', 1, '', 'Z2-T15-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '4c729499-dfc5-4b23-b6bb-e83fc866ed38', 'table_child', NULL, NULL, 0, '{"x":2708.76013840747,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74153, 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 1, '', 'Z2-T16', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2809.0254246951426,"y":1509.4387124022633},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"a8dfe158-991b-4200-a795-4d292a8a59ec","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a7f0e711-6c05-4fac-99c2-66ea57bceb13","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f79a5e34-da1f-4f64-bef5-0998ed53329d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1c9aeb28-9d12-4c9a-8c90-873fadd7ce2b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b9c2bd4f-c4b4-4d57-bd9e-1afb08d4abd3","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bb78d481-3519-4215-b19b-db34a75c0cd5","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"057c97c3-a011-48c4-9993-e6906cd53427","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2754.0254246951426,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ffb9f9d1-f1e3-4f40-8a56-c5819618567d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c3662842-4e84-47ed-acb0-41384338d154","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b46155f7-fcdf-46cc-a0e8-3ca8a9cb4c71","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"44eb5f0d-7e97-4d64-a4c4-fc50c0be710a","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e16a1078-f81c-42db-84bd-16d6c773a7db","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"64b3ffff-148e-41cd-8b40-fff2913ffead","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c91eb788-822a-4b88-aec5-1ad5b77aa133","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2864.0254246951426,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:34.025Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T16-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2809.0254246951426,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74154, 'a8dfe158-991b-4200-a795-4d292a8a59ec', 1, '', 'Z2-T16-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74155, 'a7f0e711-6c05-4fac-99c2-66ea57bceb13', 1, '', 'Z2-T16-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74156, 'f79a5e34-da1f-4f64-bef5-0998ed53329d', 1, '', 'Z2-T16-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74157, '1c9aeb28-9d12-4c9a-8c90-873fadd7ce2b', 1, '', 'Z2-T16-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74158, 'b9c2bd4f-c4b4-4d57-bd9e-1afb08d4abd3', 1, '', 'Z2-T16-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74159, 'bb78d481-3519-4215-b19b-db34a75c0cd5', 1, '', 'Z2-T16-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74160, '057c97c3-a011-48c4-9993-e6906cd53427', 1, '', 'Z2-T16-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2754.0254246951426,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74161, 'ffb9f9d1-f1e3-4f40-8a56-c5819618567d', 1, '', 'Z2-T16-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74162, 'c3662842-4e84-47ed-acb0-41384338d154', 1, '', 'Z2-T16-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74163, 'b46155f7-fcdf-46cc-a0e8-3ca8a9cb4c71', 1, '', 'Z2-T16-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74164, '44eb5f0d-7e97-4d64-a4c4-fc50c0be710a', 1, '', 'Z2-T16-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74165, 'e16a1078-f81c-42db-84bd-16d6c773a7db', 1, '', 'Z2-T16-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74166, '64b3ffff-148e-41cd-8b40-fff2913ffead', 1, '', 'Z2-T16-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74167, 'c91eb788-822a-4b88-aec5-1ad5b77aa133', 1, '', 'Z2-T16-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a8120807-eb14-4c18-8e19-bb1cf0bf631a', 'table_child', NULL, NULL, 0, '{"x":2864.0254246951426,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74168, '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 1, '', 'Z2-T17', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2964.290710982815,"y":1509.4387124022633},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"fd049c2a-1187-413e-ba74-5db6a3a9ea72","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"57507acc-312f-4848-967d-c76c4726ce44","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ebcaec4a-34a9-4589-b12d-f4d041519ff3","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1b08b9c1-c38b-469f-9137-1fbd23ff723a","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b58e7c32-af68-4080-8b5c-8ce281d1937d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"776fe287-da87-45bb-be8c-254003d0f889","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b3801bfb-e3a2-4bc5-a513-f938c5c37a77","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":2909.290710982815,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c5218b00-af4c-4ec4-bb65-3b471853d67e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9371089c-458d-4a7f-b76a-ff1e97e9224e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"22709aa5-9198-4456-befd-af7d0ab6572b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3e619c75-2bae-4c74-922b-db04cb58515d","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"42382e9d-1c7c-463f-b488-f6722cdad920","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"58e0e20a-b8da-409b-bdc6-88da16a5ccea","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eeade50d-3f76-44d1-b2a9-e9d21cbf0f45","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3019.290710982815,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:34.660Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T17-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2964.290710982815,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74169, 'fd049c2a-1187-413e-ba74-5db6a3a9ea72', 1, '', 'Z2-T17-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74170, '57507acc-312f-4848-967d-c76c4726ce44', 1, '', 'Z2-T17-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74171, 'ebcaec4a-34a9-4589-b12d-f4d041519ff3', 1, '', 'Z2-T17-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74172, '1b08b9c1-c38b-469f-9137-1fbd23ff723a', 1, '', 'Z2-T17-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74173, 'b58e7c32-af68-4080-8b5c-8ce281d1937d', 1, '', 'Z2-T17-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74174, '776fe287-da87-45bb-be8c-254003d0f889', 1, '', 'Z2-T17-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74175, 'b3801bfb-e3a2-4bc5-a513-f938c5c37a77', 1, '', 'Z2-T17-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":2909.290710982815,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74176, 'c5218b00-af4c-4ec4-bb65-3b471853d67e', 1, '', 'Z2-T17-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74177, '9371089c-458d-4a7f-b76a-ff1e97e9224e', 1, '', 'Z2-T17-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74178, '22709aa5-9198-4456-befd-af7d0ab6572b', 1, '', 'Z2-T17-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74179, '3e619c75-2bae-4c74-922b-db04cb58515d', 1, '', 'Z2-T17-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74180, '42382e9d-1c7c-463f-b488-f6722cdad920', 1, '', 'Z2-T17-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74181, '58e0e20a-b8da-409b-bdc6-88da16a5ccea', 1, '', 'Z2-T17-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74182, 'eeade50d-3f76-44d1-b2a9-e9d21cbf0f45', 1, '', 'Z2-T17-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2fdf9ecf-7247-4bfb-bf52-c6d057bf091e', 'table_child', NULL, NULL, 0, '{"x":3019.290710982815,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74183, '55776b5b-1a77-4d72-917f-a672625c9761', 1, '', 'Z2-T18', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3119.5559972704878,"y":1509.4387124022633},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"db70d57f-7642-4e68-989f-eca0a5d85891","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2a957bd0-ddc9-4467-ad39-fb6f6dd842aa","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"106f65f5-b045-4bad-9bbd-e24580d36c6b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"95050eb8-593f-4b0a-8a59-9840066fdb63","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8fe1e3ba-6a35-4be6-8bc4-97e818f6d7dc","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"dd406ec6-4426-49fc-911e-bebb0a16188c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2e67c6ee-9afe-4b8f-8e09-25ac0bf70f75","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3064.5559972704878,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d9cdb58d-6890-481e-ae81-4b26d353743b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1584.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9aa96d34-7e83-42ef-8cb7-54584619f92b","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1559.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a1895dd2-bd5f-42b8-811c-f4d77fba61e1","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1534.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"757bb25c-a1a8-4f28-a1d3-bc6dcd7607e3","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1509.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1e22c5f2-1882-4c63-a8f7-17a7f2e2077a","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1484.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0fc12a41-48f7-40a1-9f4b-6d7a3df52b8c","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1459.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"704266b7-3a07-4bd8-8811-4e3fadab1b2e","section_id":"5d78483d-5355-41a0-b21c-471ccd58ebec","position":{"x":3174.5559972704878,"y":1434.4387124022633},"created_at":"2025-09-24T11:09:35.192Z","updated_at":"2025-09-24T11:10:25.348Z","type":"seat","seat_id":"Z2-T18-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3119.5559972704878,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74184, 'db70d57f-7642-4e68-989f-eca0a5d85891', 1, '', 'Z2-T18-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74185, '2a957bd0-ddc9-4467-ad39-fb6f6dd842aa', 1, '', 'Z2-T18-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74186, '106f65f5-b045-4bad-9bbd-e24580d36c6b', 1, '', 'Z2-T18-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74187, '95050eb8-593f-4b0a-8a59-9840066fdb63', 1, '', 'Z2-T18-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74188, '8fe1e3ba-6a35-4be6-8bc4-97e818f6d7dc', 1, '', 'Z2-T18-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74189, 'dd406ec6-4426-49fc-911e-bebb0a16188c', 1, '', 'Z2-T18-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74190, '2e67c6ee-9afe-4b8f-8e09-25ac0bf70f75', 1, '', 'Z2-T18-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3064.5559972704878,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74191, 'd9cdb58d-6890-481e-ae81-4b26d353743b', 1, '', 'Z2-T18-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1584.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74192, '9aa96d34-7e83-42ef-8cb7-54584619f92b', 1, '', 'Z2-T18-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1559.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74193, 'a1895dd2-bd5f-42b8-811c-f4d77fba61e1', 1, '', 'Z2-T18-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1534.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74194, '757bb25c-a1a8-4f28-a1d3-bc6dcd7607e3', 1, '', 'Z2-T18-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1509.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74195, '1e22c5f2-1882-4c63-a8f7-17a7f2e2077a', 1, '', 'Z2-T18-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1484.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74196, '0fc12a41-48f7-40a1-9f4b-6d7a3df52b8c', 1, '', 'Z2-T18-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1459.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74197, '704266b7-3a07-4bd8-8811-4e3fadab1b2e', 1, '', 'Z2-T18-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '55776b5b-1a77-4d72-917f-a672625c9761', 'table_child', NULL, NULL, 0, '{"x":3174.5559972704878,"y":1434.4387124022633}', '5d78483d-5355-41a0-b21c-471ccd58ebec');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74198, '2b244542-bee7-47d6-a715-d7692bc6e9c2', 1, '', 'Z4-T01', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2358.1351219105577,"y":1875.0211744361666},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"9cd6d7ec-5c29-475b-8d22-81a59d8fbb03","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2303.1351219105577,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"78be3ac6-8043-4817-b202-2a7720bbcd5b","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2303.1351219105577,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"abd6ce3d-fbd3-4b8c-ac88-89d6bc4cc111","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2303.1351219105577,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2f23e75b-106e-4595-9e2c-f3dad253a223","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2303.1351219105577,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2ce8193c-ddcc-4971-b62a-3837c293f2ea","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2303.1351219105577,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cbe9061b-c84e-4f20-95a0-06ec2e85fd09","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2303.1351219105577,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"354c4446-770d-420f-8fc0-df981a53636f","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2303.1351219105577,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1ce4232b-3678-4265-a890-9a2dd8304e6e","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2413.1351219105577,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"41cf6ccc-7063-4892-b9f9-c7fcc13048dc","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2413.1351219105577,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2ba6693a-e42d-490c-ae39-67d0cc7a5e31","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2413.1351219105577,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f9f652b1-8983-4e4d-8979-4616a4c037e8","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2413.1351219105577,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3aecb9ef-1c0e-48e6-8f8a-bff2f1faca8c","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2413.1351219105577,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a51cf3f8-df20-40d9-8d6f-fb0dc737c2c5","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2413.1351219105577,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5588fddc-bded-478d-a898-1bb804aebd28","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2413.1351219105577,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:44.559Z","updated_at":"2025-09-24T11:11:28.583Z","type":"seat","seat_id":"Z4-T01-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2358.1351219105577,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74199, '9cd6d7ec-5c29-475b-8d22-81a59d8fbb03', 1, '', 'Z4-T01-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2303.1351219105577,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74200, '78be3ac6-8043-4817-b202-2a7720bbcd5b', 1, '', 'Z4-T01-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2303.1351219105577,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74201, 'abd6ce3d-fbd3-4b8c-ac88-89d6bc4cc111', 1, '', 'Z4-T01-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2303.1351219105577,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74202, '2f23e75b-106e-4595-9e2c-f3dad253a223', 1, '', 'Z4-T01-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2303.1351219105577,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74203, '2ce8193c-ddcc-4971-b62a-3837c293f2ea', 1, '', 'Z4-T01-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2303.1351219105577,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74204, 'cbe9061b-c84e-4f20-95a0-06ec2e85fd09', 1, '', 'Z4-T01-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2303.1351219105577,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74205, '354c4446-770d-420f-8fc0-df981a53636f', 1, '', 'Z4-T01-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2303.1351219105577,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74206, '1ce4232b-3678-4265-a890-9a2dd8304e6e', 1, '', 'Z4-T01-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2413.1351219105577,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74207, '41cf6ccc-7063-4892-b9f9-c7fcc13048dc', 1, '', 'Z4-T01-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2413.1351219105577,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74208, '2ba6693a-e42d-490c-ae39-67d0cc7a5e31', 1, '', 'Z4-T01-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2413.1351219105577,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74209, 'f9f652b1-8983-4e4d-8979-4616a4c037e8', 1, '', 'Z4-T01-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2413.1351219105577,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74210, '3aecb9ef-1c0e-48e6-8f8a-bff2f1faca8c', 1, '', 'Z4-T01-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2413.1351219105577,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74211, 'a51cf3f8-df20-40d9-8d6f-fb0dc737c2c5', 1, '', 'Z4-T01-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2413.1351219105577,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74212, '5588fddc-bded-478d-a898-1bb804aebd28', 1, '', 'Z4-T01-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2b244542-bee7-47d6-a715-d7692bc6e9c2', 'table_child', NULL, NULL, 0, '{"x":2413.1351219105577,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74213, '74c57691-dfeb-4538-b09d-47f69d9fabaf', 1, '', 'Z4-T02', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2503.895526419392,"y":1875.0211744361666},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"7556fa85-10ea-4954-a291-bbaf012c2031","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2448.895526419392,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8b7a2ebd-8da4-4633-bd91-66c10f4ed3c3","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2448.895526419392,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e7af05b0-6ac3-45ce-939c-f8e95375f805","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2448.895526419392,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d5d0ac53-5c02-41ae-9272-62a8e1f3ab4b","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2448.895526419392,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0e015955-d74b-4c27-b0fa-12404df0c001","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2448.895526419392,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"41bf51d9-9830-4e3e-b209-36b1f74d92b9","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2448.895526419392,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"659edce8-b618-4fae-83fa-7834ec223472","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2448.895526419392,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d6aaa855-53ae-4cc3-81e7-27b36345a173","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2558.895526419392,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f5f8368a-8138-4581-b070-dff82cc41e31","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2558.895526419392,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b5ae2ed3-737d-4164-ae1c-efc8f7515e71","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2558.895526419392,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"17e46ae2-74ab-4863-a79c-4e08640ac670","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2558.895526419392,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"92a89170-449a-4400-b5bf-3d2b4481248e","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2558.895526419392,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eb56d0a8-cc18-4eaf-a1e9-4efe484e0dc9","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2558.895526419392,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c4563ffd-0256-4709-ba4c-48c34e4ac036","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2558.895526419392,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:49.349Z","updated_at":"2025-09-24T11:11:29.888Z","type":"seat","seat_id":"Z4-T02-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2503.895526419392,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74214, '7556fa85-10ea-4954-a291-bbaf012c2031', 1, '', 'Z4-T02-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2448.895526419392,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74215, '8b7a2ebd-8da4-4633-bd91-66c10f4ed3c3', 1, '', 'Z4-T02-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2448.895526419392,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74216, 'e7af05b0-6ac3-45ce-939c-f8e95375f805', 1, '', 'Z4-T02-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2448.895526419392,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74217, 'd5d0ac53-5c02-41ae-9272-62a8e1f3ab4b', 1, '', 'Z4-T02-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2448.895526419392,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74218, '0e015955-d74b-4c27-b0fa-12404df0c001', 1, '', 'Z4-T02-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2448.895526419392,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74219, '41bf51d9-9830-4e3e-b209-36b1f74d92b9', 1, '', 'Z4-T02-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2448.895526419392,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74220, '659edce8-b618-4fae-83fa-7834ec223472', 1, '', 'Z4-T02-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2448.895526419392,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74221, 'd6aaa855-53ae-4cc3-81e7-27b36345a173', 1, '', 'Z4-T02-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2558.895526419392,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74222, 'f5f8368a-8138-4581-b070-dff82cc41e31', 1, '', 'Z4-T02-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2558.895526419392,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74223, 'b5ae2ed3-737d-4164-ae1c-efc8f7515e71', 1, '', 'Z4-T02-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2558.895526419392,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74224, '17e46ae2-74ab-4863-a79c-4e08640ac670', 1, '', 'Z4-T02-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2558.895526419392,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74225, '92a89170-449a-4400-b5bf-3d2b4481248e', 1, '', 'Z4-T02-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2558.895526419392,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74226, 'eb56d0a8-cc18-4eaf-a1e9-4efe484e0dc9', 1, '', 'Z4-T02-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2558.895526419392,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74227, 'c4563ffd-0256-4709-ba4c-48c34e4ac036', 1, '', 'Z4-T02-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '74c57691-dfeb-4538-b09d-47f69d9fabaf', 'table_child', NULL, NULL, 0, '{"x":2558.895526419392,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74228, '2c52879a-9d11-4941-87eb-77d46504e7b7', 1, '', 'Z4-T03', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2649.655930928226,"y":1875.0211744361666},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"7729cf15-2b41-4184-938a-75a40b8cfa6f","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2594.655930928226,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3caa4a3b-4ca8-45d0-8dc3-7698fa4dea5a","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2594.655930928226,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"40a4a4c7-301b-4ef3-aeaf-c2946b9bcacd","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2594.655930928226,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6719357a-0a3e-41dd-85aa-eb48997536db","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2594.655930928226,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ea6321c7-b5bf-47c8-a48b-dd61075b507d","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2594.655930928226,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3fae6f41-33ef-4530-8543-8d574b335e22","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2594.655930928226,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"38e9babc-f1d8-4045-ad42-04309c160e7c","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2594.655930928226,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5dcfe0d7-d96e-45a9-af79-54d4e6e86ff6","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2704.655930928226,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9ee80b95-f09b-42a3-981a-2132ef95f5c8","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2704.655930928226,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5eee903a-7aec-4fab-acc5-d96512eda043","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2704.655930928226,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"88e69915-112e-4af8-a468-430757bb78b4","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2704.655930928226,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"84059ef7-8bd9-4018-ad56-223e8ea12db0","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2704.655930928226,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"db7da19b-ea13-4944-9413-9adc2a608096","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2704.655930928226,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bb2dc164-76d5-42a2-b948-caf7485092c5","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2704.655930928226,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:49.893Z","updated_at":"2025-09-24T11:11:31.398Z","type":"seat","seat_id":"Z4-T03-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2649.655930928226,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74229, '7729cf15-2b41-4184-938a-75a40b8cfa6f', 1, '', 'Z4-T03-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2594.655930928226,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74230, '3caa4a3b-4ca8-45d0-8dc3-7698fa4dea5a', 1, '', 'Z4-T03-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2594.655930928226,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74231, '40a4a4c7-301b-4ef3-aeaf-c2946b9bcacd', 1, '', 'Z4-T03-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2594.655930928226,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74232, '6719357a-0a3e-41dd-85aa-eb48997536db', 1, '', 'Z4-T03-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2594.655930928226,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74233, 'ea6321c7-b5bf-47c8-a48b-dd61075b507d', 1, '', 'Z4-T03-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2594.655930928226,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74234, '3fae6f41-33ef-4530-8543-8d574b335e22', 1, '', 'Z4-T03-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2594.655930928226,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74235, '38e9babc-f1d8-4045-ad42-04309c160e7c', 1, '', 'Z4-T03-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2594.655930928226,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74236, '5dcfe0d7-d96e-45a9-af79-54d4e6e86ff6', 1, '', 'Z4-T03-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2704.655930928226,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74237, '9ee80b95-f09b-42a3-981a-2132ef95f5c8', 1, '', 'Z4-T03-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2704.655930928226,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74238, '5eee903a-7aec-4fab-acc5-d96512eda043', 1, '', 'Z4-T03-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2704.655930928226,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74239, '88e69915-112e-4af8-a468-430757bb78b4', 1, '', 'Z4-T03-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2704.655930928226,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74240, '84059ef7-8bd9-4018-ad56-223e8ea12db0', 1, '', 'Z4-T03-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2704.655930928226,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74241, 'db7da19b-ea13-4944-9413-9adc2a608096', 1, '', 'Z4-T03-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2704.655930928226,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74242, 'bb2dc164-76d5-42a2-b948-caf7485092c5', 1, '', 'Z4-T03-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2c52879a-9d11-4941-87eb-77d46504e7b7', 'table_child', NULL, NULL, 0, '{"x":2704.655930928226,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74243, '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 1, '', 'Z4-T04', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2795.4163354370603,"y":1875.0211744361666},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"657ebeea-7f8c-4fb4-9308-1f3f2f2c5751","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2740.4163354370603,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"03c498f7-f149-4530-91b0-702eaeae5481","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2740.4163354370603,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c6a705aa-3cbb-4d00-a8e0-75abe221ed7c","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2740.4163354370603,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"de1c762f-e900-4955-b1f5-3cf479ff8ac1","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2740.4163354370603,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a41a9de8-4cd9-47c3-b5bc-c4564694ee35","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2740.4163354370603,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"34276453-77b7-4d66-b3d7-cf23539767b4","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2740.4163354370603,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7995acb2-59fa-4d6e-b766-e278196350c7","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2740.4163354370603,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a6263451-4f86-4ee7-8061-a890d6294dda","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2850.4163354370603,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"343b17b6-200c-431b-b2c5-80a7fd27fa92","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2850.4163354370603,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6d5eb0e6-3b7f-4843-a212-632f749d5c71","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2850.4163354370603,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"baca5eb1-5b93-4998-b81e-e945ac8325cb","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2850.4163354370603,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"65f04260-a7c9-41f4-8115-8c1647a93a75","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2850.4163354370603,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cec09bc0-7099-4715-af7a-aef7d753d077","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2850.4163354370603,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c25fa473-e1ec-4efc-be3c-50999bbbeccc","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2850.4163354370603,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:50.593Z","updated_at":"2025-09-24T11:11:03.500Z","type":"seat","seat_id":"Z4-T04-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2795.4163354370603,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74244, '657ebeea-7f8c-4fb4-9308-1f3f2f2c5751', 1, '', 'Z4-T04-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2740.4163354370603,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74245, '03c498f7-f149-4530-91b0-702eaeae5481', 1, '', 'Z4-T04-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2740.4163354370603,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74246, 'c6a705aa-3cbb-4d00-a8e0-75abe221ed7c', 1, '', 'Z4-T04-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2740.4163354370603,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74247, 'de1c762f-e900-4955-b1f5-3cf479ff8ac1', 1, '', 'Z4-T04-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2740.4163354370603,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74248, 'a41a9de8-4cd9-47c3-b5bc-c4564694ee35', 1, '', 'Z4-T04-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2740.4163354370603,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74249, '34276453-77b7-4d66-b3d7-cf23539767b4', 1, '', 'Z4-T04-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2740.4163354370603,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74250, '7995acb2-59fa-4d6e-b766-e278196350c7', 1, '', 'Z4-T04-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2740.4163354370603,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74251, 'a6263451-4f86-4ee7-8061-a890d6294dda', 1, '', 'Z4-T04-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2850.4163354370603,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74252, '343b17b6-200c-431b-b2c5-80a7fd27fa92', 1, '', 'Z4-T04-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2850.4163354370603,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74253, '6d5eb0e6-3b7f-4843-a212-632f749d5c71', 1, '', 'Z4-T04-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2850.4163354370603,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74254, 'baca5eb1-5b93-4998-b81e-e945ac8325cb', 1, '', 'Z4-T04-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2850.4163354370603,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74255, '65f04260-a7c9-41f4-8115-8c1647a93a75', 1, '', 'Z4-T04-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2850.4163354370603,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74256, 'cec09bc0-7099-4715-af7a-aef7d753d077', 1, '', 'Z4-T04-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2850.4163354370603,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74257, 'c25fa473-e1ec-4efc-be3c-50999bbbeccc', 1, '', 'Z4-T04-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '2460d8a0-7178-49cf-a7cf-2711cfa429a4', 'table_child', NULL, NULL, 0, '{"x":2850.4163354370603,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74258, 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 1, '', 'Z4-T05', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2941.1767399458945,"y":1875.0211744361666},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"d40a0d00-6f0a-4f98-b377-5c2f9d9cde71","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2886.1767399458945,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ab5907fe-b58c-4e87-a401-ce220be00f16","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2886.1767399458945,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a1da3e3f-f87b-4628-a0d7-0c1d062d16ab","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2886.1767399458945,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"314ac123-4726-49cd-b83b-ae07b751feef","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2886.1767399458945,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0e0d6343-706f-42ac-ba96-66d4d5593d94","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2886.1767399458945,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"78f49b8c-8223-456b-b155-1923dc73c75e","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2886.1767399458945,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"420d40df-2f64-4c68-84a0-6b31bccb559c","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2886.1767399458945,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f933f5c8-998e-4ce6-9caf-90dbe8d2d72c","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2996.1767399458945,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"92bee1ff-a95e-4b6e-9adf-c2bc8f23ad7c","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2996.1767399458945,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4cc02305-7db4-4de5-876c-e751ceb2b727","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2996.1767399458945,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5a4df2dd-04aa-42bf-bd7f-148cb9f96c6b","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2996.1767399458945,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f0f4af16-7346-49b9-b7d1-1cb591db693a","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2996.1767399458945,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"175bed3d-3557-42c6-b11c-2c4bd65889c8","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2996.1767399458945,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"29ee91d5-2df2-454e-85f3-0a49c347bc50","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2996.1767399458945,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:51.161Z","updated_at":"2025-09-24T11:11:03.497Z","type":"seat","seat_id":"Z4-T05-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2941.1767399458945,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74259, 'd40a0d00-6f0a-4f98-b377-5c2f9d9cde71', 1, '', 'Z4-T05-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2886.1767399458945,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74260, 'ab5907fe-b58c-4e87-a401-ce220be00f16', 1, '', 'Z4-T05-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2886.1767399458945,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74261, 'a1da3e3f-f87b-4628-a0d7-0c1d062d16ab', 1, '', 'Z4-T05-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2886.1767399458945,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74262, '314ac123-4726-49cd-b83b-ae07b751feef', 1, '', 'Z4-T05-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2886.1767399458945,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74263, '0e0d6343-706f-42ac-ba96-66d4d5593d94', 1, '', 'Z4-T05-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2886.1767399458945,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74264, '78f49b8c-8223-456b-b155-1923dc73c75e', 1, '', 'Z4-T05-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2886.1767399458945,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74265, '420d40df-2f64-4c68-84a0-6b31bccb559c', 1, '', 'Z4-T05-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2886.1767399458945,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74266, 'f933f5c8-998e-4ce6-9caf-90dbe8d2d72c', 1, '', 'Z4-T05-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2996.1767399458945,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74267, '92bee1ff-a95e-4b6e-9adf-c2bc8f23ad7c', 1, '', 'Z4-T05-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2996.1767399458945,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74268, '4cc02305-7db4-4de5-876c-e751ceb2b727', 1, '', 'Z4-T05-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2996.1767399458945,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74269, '5a4df2dd-04aa-42bf-bd7f-148cb9f96c6b', 1, '', 'Z4-T05-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2996.1767399458945,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74270, 'f0f4af16-7346-49b9-b7d1-1cb591db693a', 1, '', 'Z4-T05-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2996.1767399458945,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74271, '175bed3d-3557-42c6-b11c-2c4bd65889c8', 1, '', 'Z4-T05-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2996.1767399458945,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74272, '29ee91d5-2df2-454e-85f3-0a49c347bc50', 1, '', 'Z4-T05-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'b58aec13-1c0e-443c-ae77-29eb88fc68f2', 'table_child', NULL, NULL, 0, '{"x":2996.1767399458945,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74273, 'a95f6c10-a836-4370-a2fe-337b9903080b', 1, '', 'Z4-T06', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3086.9371444547287,"y":1875.0211744361666},"dimensions":{"width":200,"height":80},"seat_count":14,"seat_spacing":25}', '[{"id":"089a8cb5-4041-460a-a55c-0122c1677eba","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3031.9371444547287,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4418c363-4c05-4c1f-a1a5-25250d12236f","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3031.9371444547287,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1433773e-51e7-426b-9580-82a3d5abd2c4","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3031.9371444547287,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bb68e60f-85b7-4eb0-928b-122606a097ca","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3031.9371444547287,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"76776800-602f-428f-a5d2-5b18c9356ff1","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3031.9371444547287,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7cbc53a7-5a29-4c46-887d-3e8cdf33eb16","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3031.9371444547287,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-T6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"be288bd0-45ad-4885-a877-7c765679eab7","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3031.9371444547287,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-T7","seat_type":"chair","capacity":1,"is_premium":false},{"id":"39562175-5d7e-4478-930f-b7fec095ad3b","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3141.9371444547287,"y":1950.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c70b8ff5-4b6c-4e28-a3a5-11b12b4ca2bd","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3141.9371444547287,"y":1925.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a1c01dad-dd1d-4c42-bb96-b55357bac9b3","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3141.9371444547287,"y":1900.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5d8d03e1-5906-4ff1-9d54-7c975ad88201","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3141.9371444547287,"y":1875.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"14927e28-d6bc-4045-9880-56b4627e8abd","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3141.9371444547287,"y":1850.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-B5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9c0a8f51-cbe5-44cc-975b-5d1986e1c48d","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3141.9371444547287,"y":1825.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-B6","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bfe1238c-1dff-418f-bd31-ebabeb5dd57d","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":3141.9371444547287,"y":1800.0211744361666},"created_at":"2025-09-24T11:10:51.708Z","updated_at":"2025-09-24T11:11:32.752Z","type":"seat","seat_id":"Z4-T06-B7","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3086.9371444547287,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74274, '089a8cb5-4041-460a-a55c-0122c1677eba', 1, '', 'Z4-T06-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3031.9371444547287,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74275, '4418c363-4c05-4c1f-a1a5-25250d12236f', 1, '', 'Z4-T06-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3031.9371444547287,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74276, '1433773e-51e7-426b-9580-82a3d5abd2c4', 1, '', 'Z4-T06-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3031.9371444547287,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74277, 'bb68e60f-85b7-4eb0-928b-122606a097ca', 1, '', 'Z4-T06-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3031.9371444547287,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74278, '76776800-602f-428f-a5d2-5b18c9356ff1', 1, '', 'Z4-T06-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3031.9371444547287,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74279, '7cbc53a7-5a29-4c46-887d-3e8cdf33eb16', 1, '', 'Z4-T06-T6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3031.9371444547287,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74280, 'be288bd0-45ad-4885-a877-7c765679eab7', 1, '', 'Z4-T06-T7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3031.9371444547287,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74281, '39562175-5d7e-4478-930f-b7fec095ad3b', 1, '', 'Z4-T06-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3141.9371444547287,"y":1950.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74282, 'c70b8ff5-4b6c-4e28-a3a5-11b12b4ca2bd', 1, '', 'Z4-T06-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3141.9371444547287,"y":1925.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74283, 'a1c01dad-dd1d-4c42-bb96-b55357bac9b3', 1, '', 'Z4-T06-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3141.9371444547287,"y":1900.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74284, '5d8d03e1-5906-4ff1-9d54-7c975ad88201', 1, '', 'Z4-T06-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3141.9371444547287,"y":1875.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74285, '14927e28-d6bc-4045-9880-56b4627e8abd', 1, '', 'Z4-T06-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3141.9371444547287,"y":1850.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74286, '9c0a8f51-cbe5-44cc-975b-5d1986e1c48d', 1, '', 'Z4-T06-B6', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3141.9371444547287,"y":1825.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74287, 'bfe1238c-1dff-418f-bd31-ebabeb5dd57d', 1, '', 'Z4-T06-B7', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'a95f6c10-a836-4370-a2fe-337b9903080b', 'table_child', NULL, NULL, 0, '{"x":3141.9371444547287,"y":1800.0211744361666}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74288, '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 1, '', 'Z4-T07', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2300.8547444642504,"y":2183.311666642622},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"3310bcbc-11ef-4ecb-98a9-9541a7a4c54f","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2245.8547444642504,"y":2249.9783333092887},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9a2da6c0-5f1f-49c0-9e73-9482bc3f0a4e","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2245.8547444642504,"y":2216.6449999759557},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"36fe3882-00fc-499c-9fc2-d7a173810bb9","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2245.8547444642504,"y":2183.311666642622},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c062577b-bc8d-4b1f-ab93-c79217b45735","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2245.8547444642504,"y":2149.9783333092887},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a918a57a-4c7c-4a45-a87d-2fbe2f17091b","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2245.8547444642504,"y":2116.6449999759557},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a71f6382-bc7b-42c5-b9b6-f5ce81b64d96","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2355.8547444642504,"y":2249.9783333092887},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"29aa1e5f-d2a4-4e45-9025-c3b89f765293","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2355.8547444642504,"y":2216.6449999759557},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9f8c79a8-e924-4d27-b4ba-023e353c0cd5","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2355.8547444642504,"y":2183.311666642622},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c54e5c60-b6a5-4f27-b69c-28bea1be6cc4","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2355.8547444642504,"y":2149.9783333092887},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b26866d9-1499-40f2-9006-fd79793a2699","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2355.8547444642504,"y":2116.6449999759557},"created_at":"2025-09-24T11:10:56.444Z","updated_at":"2025-09-24T11:11:16.683Z","type":"seat","seat_id":"Z4-T07-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2300.8547444642504,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74289, '3310bcbc-11ef-4ecb-98a9-9541a7a4c54f', 1, '', 'Z4-T07-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2245.8547444642504,"y":2249.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74290, '9a2da6c0-5f1f-49c0-9e73-9482bc3f0a4e', 1, '', 'Z4-T07-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2245.8547444642504,"y":2216.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74291, '36fe3882-00fc-499c-9fc2-d7a173810bb9', 1, '', 'Z4-T07-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2245.8547444642504,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74292, 'c062577b-bc8d-4b1f-ab93-c79217b45735', 1, '', 'Z4-T07-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2245.8547444642504,"y":2149.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74293, 'a918a57a-4c7c-4a45-a87d-2fbe2f17091b', 1, '', 'Z4-T07-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2245.8547444642504,"y":2116.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74294, 'a71f6382-bc7b-42c5-b9b6-f5ce81b64d96', 1, '', 'Z4-T07-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2355.8547444642504,"y":2249.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74295, '29aa1e5f-d2a4-4e45-9025-c3b89f765293', 1, '', 'Z4-T07-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2355.8547444642504,"y":2216.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74296, '9f8c79a8-e924-4d27-b4ba-023e353c0cd5', 1, '', 'Z4-T07-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2355.8547444642504,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74297, 'c54e5c60-b6a5-4f27-b69c-28bea1be6cc4', 1, '', 'Z4-T07-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2355.8547444642504,"y":2149.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74298, 'b26866d9-1499-40f2-9006-fd79793a2699', 1, '', 'Z4-T07-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '8b72a69f-1c77-446f-8d7f-277fdd32dc82', 'table_child', NULL, NULL, 0, '{"x":2355.8547444642504,"y":2116.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74299, '5b2956ff-b73f-425a-aeae-3ff56a92da64', 1, '', 'Z4-T08', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2499.630872320222,"y":2183.311666642622},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"2b30e14d-1427-46dd-af35-d6c03532d198","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2444.630872320222,"y":2249.9783333092887},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4b431b29-cd39-4691-bc75-6de5617c5015","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2444.630872320222,"y":2216.6449999759557},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2a760976-9865-4871-91ff-ee1a7c8867b4","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2444.630872320222,"y":2183.311666642622},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4caebe95-7972-4f52-aad4-11a87e19fbbc","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2444.630872320222,"y":2149.9783333092887},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0ae135f6-f625-4bb1-b338-034470011360","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2444.630872320222,"y":2116.6449999759557},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bb66c118-4f93-4ebd-b3da-4e9c05c6d4fb","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2554.630872320222,"y":2249.9783333092887},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b458a2fd-2daa-400b-bc95-ad5a8de5d1b9","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2554.630872320222,"y":2216.6449999759557},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0bb7a2f3-66b3-49aa-a18a-a14504e9cd49","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2554.630872320222,"y":2183.311666642622},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7206f185-04cd-45de-ba05-7d7328cfe5f7","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2554.630872320222,"y":2149.9783333092887},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"01e3146c-cd0a-4f6c-a7a3-2efeb6a101ad","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2554.630872320222,"y":2116.6449999759557},"created_at":"2025-09-24T11:10:57.495Z","updated_at":"2025-09-24T11:11:42.555Z","type":"seat","seat_id":"Z4-T08-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2499.630872320222,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74300, '2b30e14d-1427-46dd-af35-d6c03532d198', 1, '', 'Z4-T08-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2444.630872320222,"y":2249.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74301, '4b431b29-cd39-4691-bc75-6de5617c5015', 1, '', 'Z4-T08-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2444.630872320222,"y":2216.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74302, '2a760976-9865-4871-91ff-ee1a7c8867b4', 1, '', 'Z4-T08-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2444.630872320222,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74303, '4caebe95-7972-4f52-aad4-11a87e19fbbc', 1, '', 'Z4-T08-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2444.630872320222,"y":2149.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74304, '0ae135f6-f625-4bb1-b338-034470011360', 1, '', 'Z4-T08-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2444.630872320222,"y":2116.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74305, 'bb66c118-4f93-4ebd-b3da-4e9c05c6d4fb', 1, '', 'Z4-T08-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2554.630872320222,"y":2249.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74306, 'b458a2fd-2daa-400b-bc95-ad5a8de5d1b9', 1, '', 'Z4-T08-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2554.630872320222,"y":2216.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74307, '0bb7a2f3-66b3-49aa-a18a-a14504e9cd49', 1, '', 'Z4-T08-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2554.630872320222,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74308, '7206f185-04cd-45de-ba05-7d7328cfe5f7', 1, '', 'Z4-T08-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2554.630872320222,"y":2149.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74309, '01e3146c-cd0a-4f6c-a7a3-2efeb6a101ad', 1, '', 'Z4-T08-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '5b2956ff-b73f-425a-aeae-3ff56a92da64', 'table_child', NULL, NULL, 0, '{"x":2554.630872320222,"y":2116.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74310, 'f637c859-8a80-4063-b736-68f0d5343cd4', 1, '', 'Z4-T09', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2698.4070001761934,"y":2183.311666642622},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"afa337f2-cd77-44e0-a846-a0819147f960","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2643.4070001761934,"y":2249.9783333092887},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a0f506a6-b0d4-4b4f-aa1b-3a80c34f0bba","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2643.4070001761934,"y":2216.6449999759557},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1ac4682e-ecaf-495d-8a51-4e481e6f81d7","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2643.4070001761934,"y":2183.311666642622},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8a4db29b-2b5e-46f8-80fb-11a4960a200d","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2643.4070001761934,"y":2149.9783333092887},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0fa42c68-58a5-485a-9ee2-ba67b47faa2a","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2643.4070001761934,"y":2116.6449999759557},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8801ec11-189d-45ca-b184-69965e1cf022","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2753.4070001761934,"y":2249.9783333092887},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"68334860-401e-4783-b740-635c6f6d6833","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2753.4070001761934,"y":2216.6449999759557},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"dda3063a-865c-45ff-99a8-056bb3c5b7b1","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2753.4070001761934,"y":2183.311666642622},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"23990b29-0b57-4011-bfba-ed99b1c44f97","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2753.4070001761934,"y":2149.9783333092887},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a9d710b5-5155-4ca3-8811-278b921a1b02","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2753.4070001761934,"y":2116.6449999759557},"created_at":"2025-09-24T11:10:58.193Z","updated_at":"2025-09-24T11:11:41.041Z","type":"seat","seat_id":"Z4-T09-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2698.4070001761934,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74311, 'afa337f2-cd77-44e0-a846-a0819147f960', 1, '', 'Z4-T09-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2643.4070001761934,"y":2249.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74312, 'a0f506a6-b0d4-4b4f-aa1b-3a80c34f0bba', 1, '', 'Z4-T09-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2643.4070001761934,"y":2216.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74313, '1ac4682e-ecaf-495d-8a51-4e481e6f81d7', 1, '', 'Z4-T09-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2643.4070001761934,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74314, '8a4db29b-2b5e-46f8-80fb-11a4960a200d', 1, '', 'Z4-T09-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2643.4070001761934,"y":2149.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74315, '0fa42c68-58a5-485a-9ee2-ba67b47faa2a', 1, '', 'Z4-T09-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2643.4070001761934,"y":2116.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74316, '8801ec11-189d-45ca-b184-69965e1cf022', 1, '', 'Z4-T09-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2753.4070001761934,"y":2249.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74317, '68334860-401e-4783-b740-635c6f6d6833', 1, '', 'Z4-T09-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2753.4070001761934,"y":2216.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74318, 'dda3063a-865c-45ff-99a8-056bb3c5b7b1', 1, '', 'Z4-T09-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2753.4070001761934,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74319, '23990b29-0b57-4011-bfba-ed99b1c44f97', 1, '', 'Z4-T09-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2753.4070001761934,"y":2149.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74320, 'a9d710b5-5155-4ca3-8811-278b921a1b02', 1, '', 'Z4-T09-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'f637c859-8a80-4063-b736-68f0d5343cd4', 'table_child', NULL, NULL, 0, '{"x":2753.4070001761934,"y":2116.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74321, 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 1, '', 'Z4-T10', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":2897.183128032165,"y":2183.311666642622},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"63996a10-29f6-43d4-bc08-8ddcd89b02ff","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2842.183128032165,"y":2249.9783333092887},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b6ed177f-f597-4143-b32e-b2cc83c8a175","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2842.183128032165,"y":2216.6449999759557},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d2e80ed8-8512-4c02-b1c6-95fc3e90fcbe","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2842.183128032165,"y":2183.311666642622},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e4c2d32e-1a41-4b26-893d-9437959a00d3","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2842.183128032165,"y":2149.9783333092887},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cc5b912d-43d0-43fc-b380-88e296728df5","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2842.183128032165,"y":2116.6449999759557},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d9829ece-1050-474d-b0c7-2ff3103728f4","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2952.183128032165,"y":2249.9783333092887},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f15599db-459d-44ad-9e77-618cc30c36bb","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2952.183128032165,"y":2216.6449999759557},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ab2897d6-4222-4f76-a316-62563a6ffbda","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2952.183128032165,"y":2183.311666642622},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"99b40fbd-1c94-4094-8f25-6c92a554f15b","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2952.183128032165,"y":2149.9783333092887},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c54655cb-fadd-4444-a89e-bdb099511abb","section_id":"bcd43658-453d-4075-9c4e-5bfe96cd0a18","position":{"x":2952.183128032165,"y":2116.6449999759557},"created_at":"2025-09-24T11:10:58.708Z","updated_at":"2025-09-24T11:11:39.682Z","type":"seat","seat_id":"Z4-T10-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":2897.183128032165,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74322, '63996a10-29f6-43d4-bc08-8ddcd89b02ff', 1, '', 'Z4-T10-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2842.183128032165,"y":2249.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74323, 'b6ed177f-f597-4143-b32e-b2cc83c8a175', 1, '', 'Z4-T10-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2842.183128032165,"y":2216.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74324, 'd2e80ed8-8512-4c02-b1c6-95fc3e90fcbe', 1, '', 'Z4-T10-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2842.183128032165,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74325, 'e4c2d32e-1a41-4b26-893d-9437959a00d3', 1, '', 'Z4-T10-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2842.183128032165,"y":2149.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74326, 'cc5b912d-43d0-43fc-b380-88e296728df5', 1, '', 'Z4-T10-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2842.183128032165,"y":2116.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74327, 'd9829ece-1050-474d-b0c7-2ff3103728f4', 1, '', 'Z4-T10-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2952.183128032165,"y":2249.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74328, 'f15599db-459d-44ad-9e77-618cc30c36bb', 1, '', 'Z4-T10-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2952.183128032165,"y":2216.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74329, 'ab2897d6-4222-4f76-a316-62563a6ffbda', 1, '', 'Z4-T10-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2952.183128032165,"y":2183.311666642622}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74330, '99b40fbd-1c94-4094-8f25-6c92a554f15b', 1, '', 'Z4-T10-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2952.183128032165,"y":2149.9783333092887}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74331, 'c54655cb-fadd-4444-a89e-bdb099511abb', 1, '', 'Z4-T10-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'bc557560-aa0c-49aa-a41c-e77fa52de5f6', 'table_child', NULL, NULL, 0, '{"x":2952.183128032165,"y":2116.6449999759557}', 'bcd43658-453d-4075-9c4e-5bfe96cd0a18');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74332, '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 1, '', 'Z6-T01', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3597.627396778551,"y":1017.254015159398},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"8cdafd20-7a9e-4e99-959f-1635ba8e7ff1","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3605.8769758923936,"y":1103.2853402037613},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6d74f4a3-41cf-441a-9d2a-188b2c70c67e","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3582.306749852842,"y":1079.7151141642098},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9cdbc5f5-c971-4fc7-b7b1-4c5a36bc8654","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3558.7365238132907,"y":1056.144888124658},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fd3bb732-d2e1-4a2a-b360-53c6aa443665","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3535.166297773739,"y":1032.5746620851064},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c4e9aa51-5fdf-4471-a3e1-d05527de4f5f","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3511.5960717341877,"y":1009.004436045555},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a1e55b0e-d19f-47c7-9d35-cf0263be5812","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3683.6587218229142,"y":1025.503594273241},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3608a498-e4dc-4a7e-b850-d10bd4c69fa4","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3660.0884957833628,"y":1001.9333682336896},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bb8d0e34-7bd2-4629-9ab1-44ad4dca29df","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3636.5182697438113,"y":978.3631421941379},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3b2d66fd-7895-4fab-a564-bf360d07a4d8","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3612.94804370426,"y":954.7929161545862},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f3d23adb-a568-4d21-ae23-ee5fb9ae83be","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3589.3778176647083,"y":931.2226901150349},"created_at":"2025-09-24T11:13:19.578Z","updated_at":"2025-09-24T11:14:17.046Z","type":"seat","seat_id":"Z6-T01-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3597.627396778551,"y":1017.254015159398}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74333, '8cdafd20-7a9e-4e99-959f-1635ba8e7ff1', 1, '', 'Z6-T01-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3605.8769758923936,"y":1103.2853402037613}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74334, '6d74f4a3-41cf-441a-9d2a-188b2c70c67e', 1, '', 'Z6-T01-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3582.306749852842,"y":1079.7151141642098}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74335, '9cdbc5f5-c971-4fc7-b7b1-4c5a36bc8654', 1, '', 'Z6-T01-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3558.7365238132907,"y":1056.144888124658}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74336, 'fd3bb732-d2e1-4a2a-b360-53c6aa443665', 1, '', 'Z6-T01-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3535.166297773739,"y":1032.5746620851064}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74337, 'c4e9aa51-5fdf-4471-a3e1-d05527de4f5f', 1, '', 'Z6-T01-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3511.5960717341877,"y":1009.004436045555}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74338, 'a1e55b0e-d19f-47c7-9d35-cf0263be5812', 1, '', 'Z6-T01-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3683.6587218229142,"y":1025.503594273241}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74339, '3608a498-e4dc-4a7e-b850-d10bd4c69fa4', 1, '', 'Z6-T01-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3660.0884957833628,"y":1001.9333682336896}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74340, 'bb8d0e34-7bd2-4629-9ab1-44ad4dca29df', 1, '', 'Z6-T01-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3636.5182697438113,"y":978.3631421941379}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74341, '3b2d66fd-7895-4fab-a564-bf360d07a4d8', 1, '', 'Z6-T01-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3612.94804370426,"y":954.7929161545862}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74342, 'f3d23adb-a568-4d21-ae23-ee5fb9ae83be', 1, '', 'Z6-T01-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '7b6e7ca2-de15-42ca-837f-b5e26d7f2b9c', 'table_child', NULL, NULL, 0, '{"x":3589.3778176647083,"y":931.2226901150349}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74343, '15507d5d-0384-4c22-82ad-060d103caaaa', 1, '', 'Z6-T02', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3597.627396778551,"y":1242.500244843107},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"796fe692-b134-4e5f-a056-a8f77601ba3c","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3605.8769758923936,"y":1328.5315698874704},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"32083295-c26f-4da5-ba6c-243b91570289","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3582.306749852842,"y":1304.961343847919},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"26ccc8c0-8dce-4c82-95f7-d3d088a812bd","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3558.7365238132907,"y":1281.3911178083672},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"430e5862-919b-47d4-a6ef-d82b7e3db194","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3535.166297773739,"y":1257.8208917688155},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"71554829-9fdb-4414-a47f-d58e14a510f6","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3511.5960717341877,"y":1234.250665729264},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4ba7a3a6-367f-4f88-b467-6c3b63c5f5e0","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3683.6587218229142,"y":1250.7498239569502},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a342cc7c-1ce5-4d0a-9c3b-aab7f9b7d486","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3660.0884957833628,"y":1227.1795979173987},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7979f42d-053e-4fcf-9c64-592221025aea","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3636.5182697438113,"y":1203.609371877847},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eff67b87-3b46-4d1d-ab78-c7e4caf71e34","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3612.94804370426,"y":1180.0391458382953},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c9fdb325-8504-47b2-84d7-547375b817f5","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3589.3778176647083,"y":1156.4689197987439},"created_at":"2025-09-24T11:13:21.695Z","updated_at":"2025-09-24T11:14:17.044Z","type":"seat","seat_id":"Z6-T02-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3597.627396778551,"y":1242.500244843107}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74344, '796fe692-b134-4e5f-a056-a8f77601ba3c', 1, '', 'Z6-T02-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3605.8769758923936,"y":1328.5315698874704}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74345, '32083295-c26f-4da5-ba6c-243b91570289', 1, '', 'Z6-T02-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3582.306749852842,"y":1304.961343847919}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74346, '26ccc8c0-8dce-4c82-95f7-d3d088a812bd', 1, '', 'Z6-T02-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3558.7365238132907,"y":1281.3911178083672}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74347, '430e5862-919b-47d4-a6ef-d82b7e3db194', 1, '', 'Z6-T02-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3535.166297773739,"y":1257.8208917688155}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74348, '71554829-9fdb-4414-a47f-d58e14a510f6', 1, '', 'Z6-T02-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3511.5960717341877,"y":1234.250665729264}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74349, '4ba7a3a6-367f-4f88-b467-6c3b63c5f5e0', 1, '', 'Z6-T02-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3683.6587218229142,"y":1250.7498239569502}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74350, 'a342cc7c-1ce5-4d0a-9c3b-aab7f9b7d486', 1, '', 'Z6-T02-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3660.0884957833628,"y":1227.1795979173987}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74351, '7979f42d-053e-4fcf-9c64-592221025aea', 1, '', 'Z6-T02-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3636.5182697438113,"y":1203.609371877847}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74352, 'eff67b87-3b46-4d1d-ab78-c7e4caf71e34', 1, '', 'Z6-T02-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3612.94804370426,"y":1180.0391458382953}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74353, 'c9fdb325-8504-47b2-84d7-547375b817f5', 1, '', 'Z6-T02-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '15507d5d-0384-4c22-82ad-060d103caaaa', 'table_child', NULL, NULL, 0, '{"x":3589.3778176647083,"y":1156.4689197987439}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74354, 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 1, '', 'Z6-T03', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3597.627396778551,"y":1467.7464745268162},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"87c77b24-f787-4096-ba08-5b5ab8ed399e","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3605.8769758923936,"y":1553.7777995711795},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4529282f-6c54-4abb-b71e-3a16f2865991","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3582.306749852842,"y":1530.207573531628},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b658faae-20d7-4c9f-af2a-cfe18a91ef6b","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3558.7365238132907,"y":1506.6373474920763},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7491c6a7-0dce-43ce-a525-de209318910f","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3535.166297773739,"y":1483.0671214525246},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0e85cebd-c2fc-45ec-bb37-4c985ef96de1","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3511.5960717341877,"y":1459.4968954129731},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7acbcd8f-4796-4fb6-8e3a-13f5b66b24b2","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3683.6587218229142,"y":1475.9960536406593},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5bfab676-eb1a-4b8a-bddb-1e4e7045d876","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3660.0884957833628,"y":1452.4258276011078},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0258c16b-4dea-44dd-8e97-eb9e0ec5e066","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3636.5182697438113,"y":1428.855601561556},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"09476523-9408-4128-96e7-84cbc1b75a6c","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3612.94804370426,"y":1405.2853755220044},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8b5b64c5-c121-463d-a75a-e1a93041a444","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3589.3778176647083,"y":1381.715149482453},"created_at":"2025-09-24T11:13:22.847Z","updated_at":"2025-09-24T11:14:17.043Z","type":"seat","seat_id":"Z6-T03-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3597.627396778551,"y":1467.7464745268162}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74355, '87c77b24-f787-4096-ba08-5b5ab8ed399e', 1, '', 'Z6-T03-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3605.8769758923936,"y":1553.7777995711795}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74356, '4529282f-6c54-4abb-b71e-3a16f2865991', 1, '', 'Z6-T03-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3582.306749852842,"y":1530.207573531628}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74357, 'b658faae-20d7-4c9f-af2a-cfe18a91ef6b', 1, '', 'Z6-T03-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3558.7365238132907,"y":1506.6373474920763}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74358, '7491c6a7-0dce-43ce-a525-de209318910f', 1, '', 'Z6-T03-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3535.166297773739,"y":1483.0671214525246}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74359, '0e85cebd-c2fc-45ec-bb37-4c985ef96de1', 1, '', 'Z6-T03-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3511.5960717341877,"y":1459.4968954129731}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74360, '7acbcd8f-4796-4fb6-8e3a-13f5b66b24b2', 1, '', 'Z6-T03-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3683.6587218229142,"y":1475.9960536406593}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74361, '5bfab676-eb1a-4b8a-bddb-1e4e7045d876', 1, '', 'Z6-T03-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3660.0884957833628,"y":1452.4258276011078}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74362, '0258c16b-4dea-44dd-8e97-eb9e0ec5e066', 1, '', 'Z6-T03-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3636.5182697438113,"y":1428.855601561556}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74363, '09476523-9408-4128-96e7-84cbc1b75a6c', 1, '', 'Z6-T03-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3612.94804370426,"y":1405.2853755220044}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74364, '8b5b64c5-c121-463d-a75a-e1a93041a444', 1, '', 'Z6-T03-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'd37ae1a3-1786-4607-ae8d-74f61851d9dc', 'table_child', NULL, NULL, 0, '{"x":3589.3778176647083,"y":1381.715149482453}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74365, '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 1, '', 'Z6-T04', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3352.204436466112,"y":813.0746198343941},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"4bbdeec2-9fb6-4801-b77b-000dc0bcf6a9","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3360.4540155799546,"y":899.1059448787572},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5bde25d9-00f9-4148-9fe7-6d197ebcf156","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3336.883789540403,"y":875.5357188392059},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eb015c24-e93c-4d97-bd83-fb2ff2abb7b2","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3313.3135635008516,"y":851.9654927996542},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"92416642-dee5-4fef-8aaa-2bcb0881529e","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3289.7433374613,"y":828.3952667601025},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7b2b788c-acdd-4176-8788-21a80da463b4","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3266.1731114217487,"y":804.8250407205511},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1a4e6fb4-ac19-4cae-8d34-06b794069602","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3438.235761510475,"y":821.324198948237},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"848c05d7-a2ee-4115-afc8-8df5b9883070","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3414.6655354709237,"y":797.7539729086857},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1ee0fa54-7e19-49ab-8d94-91ff8f37eb86","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3391.0953094313722,"y":774.183746869134},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5af5eb73-c322-4308-8164-62a52ff24d9d","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3367.5250833918208,"y":750.6135208295823},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2ee56bd5-7da5-4185-afb7-a9fe7ca9d450","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3343.9548573522693,"y":727.0432947900309},"created_at":"2025-09-24T11:13:50.261Z","updated_at":"2025-09-24T11:14:17.047Z","type":"seat","seat_id":"Z6-T04-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3352.204436466112,"y":813.0746198343941}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74366, '4bbdeec2-9fb6-4801-b77b-000dc0bcf6a9', 1, '', 'Z6-T04-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3360.4540155799546,"y":899.1059448787572}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74367, '5bde25d9-00f9-4148-9fe7-6d197ebcf156', 1, '', 'Z6-T04-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3336.883789540403,"y":875.5357188392059}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74368, 'eb015c24-e93c-4d97-bd83-fb2ff2abb7b2', 1, '', 'Z6-T04-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3313.3135635008516,"y":851.9654927996542}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74369, '92416642-dee5-4fef-8aaa-2bcb0881529e', 1, '', 'Z6-T04-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3289.7433374613,"y":828.3952667601025}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74370, '7b2b788c-acdd-4176-8788-21a80da463b4', 1, '', 'Z6-T04-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3266.1731114217487,"y":804.8250407205511}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74371, '1a4e6fb4-ac19-4cae-8d34-06b794069602', 1, '', 'Z6-T04-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3438.235761510475,"y":821.324198948237}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74372, '848c05d7-a2ee-4115-afc8-8df5b9883070', 1, '', 'Z6-T04-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3414.6655354709237,"y":797.7539729086857}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74373, '1ee0fa54-7e19-49ab-8d94-91ff8f37eb86', 1, '', 'Z6-T04-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3391.0953094313722,"y":774.183746869134}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74374, '5af5eb73-c322-4308-8164-62a52ff24d9d', 1, '', 'Z6-T04-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3367.5250833918208,"y":750.6135208295823}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74375, '2ee56bd5-7da5-4185-afb7-a9fe7ca9d450', 1, '', 'Z6-T04-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '3d8832ed-43fd-46f9-be4c-ea6b0917e3e9', 'table_child', NULL, NULL, 0, '{"x":3343.9548573522693,"y":727.0432947900309}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74376, '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 1, '', 'Z6-T05', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3352.204436466112,"y":1033.3496716280247},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"1d471c1a-4a29-4d94-b06c-e05a58dcd108","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3360.4540155799546,"y":1119.380996672388},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f1b59ebd-5e4c-4f92-beb4-f121d24d66f4","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3336.883789540403,"y":1095.8107706328365},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ebdfafd5-4ec8-473d-af3f-7cc4ebfb6730","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3313.3135635008516,"y":1072.2405445932848},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1a1de138-ab42-47db-b246-666207d6814b","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3289.7433374613,"y":1048.670318553733},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a1f236f9-7b23-41b6-8c1c-60b12f30c160","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3266.1731114217487,"y":1025.1000925141818},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e78d66ed-87cd-4384-a322-e88b15da4e41","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3438.235761510475,"y":1041.5992507418678},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9a868a2f-51c6-423f-a67a-10609015d971","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3414.6655354709237,"y":1018.0290247023163},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"ec590371-d5fd-441f-af7c-7bcd64f34bde","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3391.0953094313722,"y":994.4587986627646},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f48a6033-31e5-445b-ae0b-9480320a62d5","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3367.5250833918208,"y":970.8885726232129},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c2f6a97c-ce3b-48ad-9679-f398b4b1ff19","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3343.9548573522693,"y":947.3183465836615},"created_at":"2025-09-24T11:13:50.961Z","updated_at":"2025-09-24T11:14:17.049Z","type":"seat","seat_id":"Z6-T05-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3352.204436466112,"y":1033.3496716280247}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74377, '1d471c1a-4a29-4d94-b06c-e05a58dcd108', 1, '', 'Z6-T05-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3360.4540155799546,"y":1119.380996672388}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74378, 'f1b59ebd-5e4c-4f92-beb4-f121d24d66f4', 1, '', 'Z6-T05-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3336.883789540403,"y":1095.8107706328365}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74379, 'ebdfafd5-4ec8-473d-af3f-7cc4ebfb6730', 1, '', 'Z6-T05-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3313.3135635008516,"y":1072.2405445932848}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74380, '1a1de138-ab42-47db-b246-666207d6814b', 1, '', 'Z6-T05-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3289.7433374613,"y":1048.670318553733}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74381, 'a1f236f9-7b23-41b6-8c1c-60b12f30c160', 1, '', 'Z6-T05-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3266.1731114217487,"y":1025.1000925141818}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74382, 'e78d66ed-87cd-4384-a322-e88b15da4e41', 1, '', 'Z6-T05-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3438.235761510475,"y":1041.5992507418678}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74383, '9a868a2f-51c6-423f-a67a-10609015d971', 1, '', 'Z6-T05-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3414.6655354709237,"y":1018.0290247023163}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74384, 'ec590371-d5fd-441f-af7c-7bcd64f34bde', 1, '', 'Z6-T05-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3391.0953094313722,"y":994.4587986627646}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74385, 'f48a6033-31e5-445b-ae0b-9480320a62d5', 1, '', 'Z6-T05-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3367.5250833918208,"y":970.8885726232129}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74386, 'c2f6a97c-ce3b-48ad-9679-f398b4b1ff19', 1, '', 'Z6-T05-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '6843bdcf-b12e-44a7-b0ef-03281edd2bef', 'table_child', NULL, NULL, 0, '{"x":3343.9548573522693,"y":947.3183465836615}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74387, '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 1, '', 'Z6-T06', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3352.204436466112,"y":1253.6247234216553},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"cf425e98-4d79-41ab-af70-37152e6ecf1c","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3360.4540155799546,"y":1339.6560484660185},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0271d5c9-52e6-46bc-8a95-e5ea9d5d2cb9","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3336.883789540403,"y":1316.085822426467},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a258db2e-45ab-447c-9453-8b4940bdc0a9","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3313.3135635008516,"y":1292.5155963869154},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"82e565a5-6ff5-46fa-8810-5a8fa1e798ec","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3289.7433374613,"y":1268.9453703473637},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b6fe25a1-63cc-4a21-a90e-7ce53fc6be36","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3266.1731114217487,"y":1245.3751443078122},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"5cb4bdea-0fcb-4c37-8199-0d5ec14cb26d","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3438.235761510475,"y":1261.8743025354984},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3f91af49-a0bd-4155-8f57-c67aad416caa","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3414.6655354709237,"y":1238.304076495947},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"afedba18-69a4-40f2-b827-5599639e96d7","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3391.0953094313722,"y":1214.7338504563952},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"92097b66-c39e-4456-90d9-c2e8659fc792","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3367.5250833918208,"y":1191.1636244168435},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"062ac7d0-7cc5-4d28-b83e-1fa5cd18b44d","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3343.9548573522693,"y":1167.593398377292},"created_at":"2025-09-24T11:13:51.844Z","updated_at":"2025-09-24T11:14:17.041Z","type":"seat","seat_id":"Z6-T06-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3352.204436466112,"y":1253.6247234216553}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74388, 'cf425e98-4d79-41ab-af70-37152e6ecf1c', 1, '', 'Z6-T06-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3360.4540155799546,"y":1339.6560484660185}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74389, '0271d5c9-52e6-46bc-8a95-e5ea9d5d2cb9', 1, '', 'Z6-T06-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3336.883789540403,"y":1316.085822426467}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74390, 'a258db2e-45ab-447c-9453-8b4940bdc0a9', 1, '', 'Z6-T06-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3313.3135635008516,"y":1292.5155963869154}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74391, '82e565a5-6ff5-46fa-8810-5a8fa1e798ec', 1, '', 'Z6-T06-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3289.7433374613,"y":1268.9453703473637}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74392, 'b6fe25a1-63cc-4a21-a90e-7ce53fc6be36', 1, '', 'Z6-T06-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3266.1731114217487,"y":1245.3751443078122}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74393, '5cb4bdea-0fcb-4c37-8199-0d5ec14cb26d', 1, '', 'Z6-T06-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3438.235761510475,"y":1261.8743025354984}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74394, '3f91af49-a0bd-4155-8f57-c67aad416caa', 1, '', 'Z6-T06-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3414.6655354709237,"y":1238.304076495947}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74395, 'afedba18-69a4-40f2-b827-5599639e96d7', 1, '', 'Z6-T06-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3391.0953094313722,"y":1214.7338504563952}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74396, '92097b66-c39e-4456-90d9-c2e8659fc792', 1, '', 'Z6-T06-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3367.5250833918208,"y":1191.1636244168435}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74397, '062ac7d0-7cc5-4d28-b83e-1fa5cd18b44d', 1, '', 'Z6-T06-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9f6b22e1-96a5-462d-8dbb-2c64a929ed1a', 'table_child', NULL, NULL, 0, '{"x":3343.9548573522693,"y":1167.593398377292}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74398, '9509cabd-e16e-4a12-b30e-d124dfe27748', 1, '', 'Z6-T07', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3352.204436466112,"y":1473.899775215286},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"e2589fcb-1282-4732-8805-2904c30ba0e6","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3360.4540155799546,"y":1559.9311002596492},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2a60fcbc-1d20-4943-a763-05d87530b632","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3336.883789540403,"y":1536.3608742200977},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"eb5be720-e8c1-4adf-9b0c-c656e5c63544","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3313.3135635008516,"y":1512.790648180546},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"385517fe-5869-45cd-a639-90306bea725d","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3289.7433374613,"y":1489.2204221409943},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3018ed04-6ea3-455d-882c-fdf3b7cd32ec","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3266.1731114217487,"y":1465.6501961014428},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1ada6fa4-bf24-4ef9-8c5c-e8c455c92085","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3438.235761510475,"y":1482.149354329129},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"397ad496-166b-4810-b0ad-09cbea9824ef","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3414.6655354709237,"y":1458.5791282895775},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"b56455f0-f34a-45f6-a7ee-d93767b22515","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3391.0953094313722,"y":1435.0089022500258},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8f27fa7a-caa1-40b7-ac05-c153b24e1847","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3367.5250833918208,"y":1411.4386762104741},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"839e39ce-c728-4414-85c7-c0e47973d3bf","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3343.9548573522693,"y":1387.8684501709226},"created_at":"2025-09-24T11:13:52.845Z","updated_at":"2025-09-24T11:14:17.039Z","type":"seat","seat_id":"Z6-T07-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3352.204436466112,"y":1473.899775215286}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74399, 'e2589fcb-1282-4732-8805-2904c30ba0e6', 1, '', 'Z6-T07-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3360.4540155799546,"y":1559.9311002596492}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74400, '2a60fcbc-1d20-4943-a763-05d87530b632', 1, '', 'Z6-T07-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3336.883789540403,"y":1536.3608742200977}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74401, 'eb5be720-e8c1-4adf-9b0c-c656e5c63544', 1, '', 'Z6-T07-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3313.3135635008516,"y":1512.790648180546}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74402, '385517fe-5869-45cd-a639-90306bea725d', 1, '', 'Z6-T07-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3289.7433374613,"y":1489.2204221409943}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74403, '3018ed04-6ea3-455d-882c-fdf3b7cd32ec', 1, '', 'Z6-T07-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3266.1731114217487,"y":1465.6501961014428}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74404, '1ada6fa4-bf24-4ef9-8c5c-e8c455c92085', 1, '', 'Z6-T07-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3438.235761510475,"y":1482.149354329129}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74405, '397ad496-166b-4810-b0ad-09cbea9824ef', 1, '', 'Z6-T07-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3414.6655354709237,"y":1458.5791282895775}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74406, 'b56455f0-f34a-45f6-a7ee-d93767b22515', 1, '', 'Z6-T07-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3391.0953094313722,"y":1435.0089022500258}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74407, '8f27fa7a-caa1-40b7-ac05-c153b24e1847', 1, '', 'Z6-T07-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3367.5250833918208,"y":1411.4386762104741}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74408, '839e39ce-c728-4414-85c7-c0e47973d3bf', 1, '', 'Z6-T07-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '9509cabd-e16e-4a12-b30e-d124dfe27748', 'table_child', NULL, NULL, 0, '{"x":3343.9548573522693,"y":1387.8684501709226}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74409, '691100f9-9aaf-4e2b-80e8-07913ca19720', 1, '', 'Z6-T08', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3352.204436466112,"y":1694.1748270089165},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"f1f91a0b-2e5d-43fa-a2a2-08505e3d6ef3","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3360.4540155799546,"y":1780.2061520532798},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8842006f-c8a8-4232-99ea-9d11300a9431","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3336.883789540403,"y":1756.6359260137283},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"0a5bebc9-90bb-4d6c-9cae-ac1b454c9fe0","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3313.3135635008516,"y":1733.0656999741766},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"f8bea1b2-6433-429d-884b-f21dd1db0d9f","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3289.7433374613,"y":1709.495473934625},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"d5b16502-cb99-420e-bfa7-a3a2a5b915a4","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3266.1731114217487,"y":1685.9252478950734},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4d7a1c82-600f-41af-8619-87ba42b20628","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3438.235761510475,"y":1702.4244061227596},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"43132ae1-45a3-4416-a0bc-a815a7447cf9","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3414.6655354709237,"y":1678.8541800832081},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"c9448b20-ed5b-4773-a3fe-f7e006e1e1d4","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3391.0953094313722,"y":1655.2839540436564},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9eea05eb-4a3b-4213-8710-66bdca0b643c","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3367.5250833918208,"y":1631.7137280041047},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"cc5cf8be-b970-4fbe-96f2-a01569b2604a","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3343.9548573522693,"y":1608.1435019645533},"created_at":"2025-09-24T11:13:54.662Z","updated_at":"2025-09-24T11:14:17.038Z","type":"seat","seat_id":"Z6-T08-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3352.204436466112,"y":1694.1748270089165}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74410, 'f1f91a0b-2e5d-43fa-a2a2-08505e3d6ef3', 1, '', 'Z6-T08-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3360.4540155799546,"y":1780.2061520532798}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74411, '8842006f-c8a8-4232-99ea-9d11300a9431', 1, '', 'Z6-T08-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3336.883789540403,"y":1756.6359260137283}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74412, '0a5bebc9-90bb-4d6c-9cae-ac1b454c9fe0', 1, '', 'Z6-T08-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3313.3135635008516,"y":1733.0656999741766}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74413, 'f8bea1b2-6433-429d-884b-f21dd1db0d9f', 1, '', 'Z6-T08-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3289.7433374613,"y":1709.495473934625}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74414, 'd5b16502-cb99-420e-bfa7-a3a2a5b915a4', 1, '', 'Z6-T08-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3266.1731114217487,"y":1685.9252478950734}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74415, '4d7a1c82-600f-41af-8619-87ba42b20628', 1, '', 'Z6-T08-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3438.235761510475,"y":1702.4244061227596}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74416, '43132ae1-45a3-4416-a0bc-a815a7447cf9', 1, '', 'Z6-T08-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3414.6655354709237,"y":1678.8541800832081}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74417, 'c9448b20-ed5b-4773-a3fe-f7e006e1e1d4', 1, '', 'Z6-T08-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3391.0953094313722,"y":1655.2839540436564}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74418, '9eea05eb-4a3b-4213-8710-66bdca0b643c', 1, '', 'Z6-T08-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3367.5250833918208,"y":1631.7137280041047}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74419, 'cc5cf8be-b970-4fbe-96f2-a01569b2604a', 1, '', 'Z6-T08-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', '691100f9-9aaf-4e2b-80e8-07913ca19720', 'table_child', NULL, NULL, 0, '{"x":3343.9548573522693,"y":1608.1435019645533}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74420, 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 1, '', 'Z6-T09', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":3352.204436466112,"y":1914.4498788025471},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"a95b4813-7960-4bb7-82c5-222411bc60ec","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3360.4540155799546,"y":2000.4812038469104},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"10a62d76-3ad6-497b-a110-f2fefcee77a0","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3336.883789540403,"y":1976.910977807359},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"4ac1c20d-4c98-4d53-9494-0857b27c1f9c","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3313.3135635008516,"y":1953.3407517678072},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"fe3a275d-5490-4b96-960f-e69c36ea67a0","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3289.7433374613,"y":1929.7705257282555},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"2739c7eb-acd9-4549-ba29-fd04054248e1","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3266.1731114217487,"y":1906.200299688704},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3f194466-29c2-402f-8699-b6f647e4583f","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3438.235761510475,"y":1922.6994579163902},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1b40771f-e267-43b8-9ea7-1f9b67f7f862","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3414.6655354709237,"y":1899.1292318768387},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"51e001e1-8560-4720-b1c7-1fcbe2c5ffda","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3391.0953094313722,"y":1875.559005837287},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"19edea7d-dab3-4598-a0ae-693276e1f5bf","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3367.5250833918208,"y":1851.9887797977353},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"70d4d181-eb26-47a4-b941-74daff1a6e0d","section_id":"7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7","position":{"x":3343.9548573522693,"y":1828.4185537581839},"created_at":"2025-09-24T11:13:55.329Z","updated_at":"2025-09-24T11:14:17.036Z","type":"seat","seat_id":"Z6-T09-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":3352.204436466112,"y":1914.4498788025471}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74421, 'a95b4813-7960-4bb7-82c5-222411bc60ec', 1, '', 'Z6-T09-T1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3360.4540155799546,"y":2000.4812038469104}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74422, '10a62d76-3ad6-497b-a110-f2fefcee77a0', 1, '', 'Z6-T09-T2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3336.883789540403,"y":1976.910977807359}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74423, '4ac1c20d-4c98-4d53-9494-0857b27c1f9c', 1, '', 'Z6-T09-T3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3313.3135635008516,"y":1953.3407517678072}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74424, 'fe3a275d-5490-4b96-960f-e69c36ea67a0', 1, '', 'Z6-T09-T4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3289.7433374613,"y":1929.7705257282555}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74425, '2739c7eb-acd9-4549-ba29-fd04054248e1', 1, '', 'Z6-T09-T5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3266.1731114217487,"y":1906.200299688704}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74426, '3f194466-29c2-402f-8699-b6f647e4583f', 1, '', 'Z6-T09-B1', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3438.235761510475,"y":1922.6994579163902}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74427, '1b40771f-e267-43b8-9ea7-1f9b67f7f862', 1, '', 'Z6-T09-B2', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3414.6655354709237,"y":1899.1292318768387}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74428, '51e001e1-8560-4720-b1c7-1fcbe2c5ffda', 1, '', 'Z6-T09-B3', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3391.0953094313722,"y":1875.559005837287}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74429, '19edea7d-dab3-4598-a0ae-693276e1f5bf', 1, '', 'Z6-T09-B4', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3367.5250833918208,"y":1851.9887797977353}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74430, '70d4d181-eb26-47a4-b941-74daff1a6e0d', 1, '', 'Z6-T09-B5', 0, 'general', 0, 1, '2025-09-24 14:07:48', '2025-09-25 13:23:12', 'ae656ceb-9d3e-4e8d-b028-788e705dc1fe', 'table_child', NULL, NULL, 0, '{"x":3343.9548573522693,"y":1828.4185537581839}', '7c171248-ea3a-4d93-9b8a-a0e05b4ca7e7');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74431, 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 1, '', 'Z5-T13', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', NULL, 'table', '{"center":{"x":552.6797761994359,"y":1363.4764368377155},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"60945479-d405-47b8-82cc-a39b2df2aafc","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":466.6484511550726,"y":1371.7260159515586},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"98b06fc4-ac28-4d30-b0dc-ebba2494e365","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":490.2186771946242,"y":1348.155789912007},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"94ad740e-162a-4edb-b838-2c07e2eaecaf","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":513.7889032341758,"y":1324.5855638724554},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"01322b3f-781c-4743-b872-ef401a3048f9","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":537.3591292737274,"y":1301.0153378329037},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9260e5a6-7271-4057-9ba9-d5e6d5ef69d3","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":560.929355313279,"y":1277.4451117933522},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"893781c0-6d74-4824-9f1d-bea3f5c75cec","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":544.4301970855928,"y":1449.5077618820787},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a4eb742e-c644-40dc-83ce-d34492fe8b8d","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":568.0004231251444,"y":1425.9375358425273},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"776952d0-449e-4fd0-abd3-b2d0078052bc","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":591.570649164696,"y":1402.3673098029756},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9059595f-20da-4fbb-a467-d0bb04b4f714","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":615.1408752042475,"y":1378.7970837634239},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"e8f02e0a-ee64-4d99-a248-b6e94ad1b38b","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":638.7111012437991,"y":1355.2268577238724},"created_at":"2025-09-24T11:03:14.525Z","updated_at":"2025-09-24T11:03:54.465Z","type":"seat","seat_id":"Z5-T13-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":542.6797761994359,"y":1363.4764368377155}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74432, 'de499e4a-2634-49be-92c8-bf89d6fec721', 1, '', 'Z5-T13-T1', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":466.6484511550726,"y":1371.7260159515586}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74433, '2f044bb1-c391-4af3-95a1-7e94090b5bfd', 1, '', 'Z5-T13-T2', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":490.2186771946242,"y":1348.155789912007}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74434, '9a45ba4d-56c9-4f36-a522-a0c72c55d57c', 1, '', 'Z5-T13-T3', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":513.7889032341758,"y":1324.5855638724554}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74435, '802b48b3-9f52-4a19-a28a-61adbe04605f', 1, '', 'Z5-T13-T4', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":537.3591292737274,"y":1301.0153378329037}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74436, '87fdb737-ff66-4e95-b572-5ab0834132c2', 1, '', 'Z5-T13-T5', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":560.929355313279,"y":1277.4451117933522}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74437, 'e2ea7591-6d78-4e7a-8b3a-3f0ec08ec3a9', 1, '', 'Z5-T13-B1', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":544.4301970855928,"y":1449.5077618820787}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74438, '1e49e015-a903-4226-b03b-685b700fa3df', 1, '', 'Z5-T13-B2', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":568.0004231251444,"y":1425.9375358425273}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74439, 'ee9edfe0-b367-45c4-babd-cfe6c0f3fd1c', 1, '', 'Z5-T13-B3', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":591.570649164696,"y":1402.3673098029756}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74440, '949c3419-4355-4cae-838f-048303e66eda', 1, '', 'Z5-T13-B4', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":615.1408752042475,"y":1378.7970837634239}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74441, '4f90b349-a83c-467e-895b-312a70c67369', 1, '', 'Z5-T13-B5', 0, 'general', 0, 0, '2025-09-24 14:07:48', '2025-09-25 13:23:24', 'ca3d5802-a960-4aff-b088-a0e280d9b45d', 'table_child', NULL, NULL, 0, '{"x":638.7111012437991,"y":1355.2268577238724}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74442, '248389a9-3402-4997-80e8-5da3756aa078', 1, '', 'O-T14', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', NULL, 'table', '{"center":{"x":1019.8730685888625,"y":804.3398805995278},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"5b51fac0-1c5f-437f-bbd4-00847c1696f6","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":933.8417435444991,"y":812.5894597133708},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"471d93f6-3d42-4fab-ae74-3df75a55efe1","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":957.4119695840507,"y":789.019233673819},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"7bbcf156-1d1c-4136-beda-8ecf442c2270","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":980.9821956236024,"y":765.4490076342677},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"9fa75f0a-a3dd-49b8-bef0-6e37b1d74192","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1004.5524216631541,"y":741.8787815947162},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1d63741c-91d5-4922-aac8-3a6ffbcaf095","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1028.1226477027058,"y":718.3085555551645},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"72dc7636-d276-4887-8a55-17520a731079","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1011.6234894750191,"y":890.371205643891},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"a6d6b867-0cb0-446b-a437-f076a4e9fd9e","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1035.1937155145708,"y":866.8009796043393},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"af987d3d-52be-46ac-b2bd-88bf05bdf706","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1058.7639415541225,"y":843.2307535647878},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"39996838-7cf1-41c0-bc1c-9a3a23dcafec","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1082.334167593674,"y":819.6605275252365},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"3fe728b3-0c90-4840-9db2-c804d12ff7a7","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1105.904393633226,"y":796.0903014856847},"created_at":"2025-09-24T13:11:32.924Z","updated_at":"2025-09-24T13:11:46.330Z","type":"seat","seat_id":"O-T14-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1743.6960286629653,"y":537.8782331841192}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74443, '5b51fac0-1c5f-437f-bbd4-00847c1696f6', 1, '', 'O-T14-T1', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":933.8417435444991,"y":812.5894597133708}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74444, '471d93f6-3d42-4fab-ae74-3df75a55efe1', 1, '', 'O-T14-T2', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":957.4119695840507,"y":789.019233673819}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74445, '7bbcf156-1d1c-4136-beda-8ecf442c2270', 1, '', 'O-T14-T3', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":980.9821956236024,"y":765.4490076342677}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74446, '9fa75f0a-a3dd-49b8-bef0-6e37b1d74192', 1, '', 'O-T14-T4', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":1004.5524216631541,"y":741.8787815947162}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74447, '1d63741c-91d5-4922-aac8-3a6ffbcaf095', 1, '', 'O-T14-T5', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":1028.1226477027058,"y":718.3085555551645}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74448, '72dc7636-d276-4887-8a55-17520a731079', 1, '', 'O-T14-B1', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":1011.6234894750191,"y":890.371205643891}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74449, 'a6d6b867-0cb0-446b-a437-f076a4e9fd9e', 1, '', 'O-T14-B2', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":1035.1937155145708,"y":866.8009796043393}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74450, 'af987d3d-52be-46ac-b2bd-88bf05bdf706', 1, '', 'O-T14-B3', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":1058.7639415541225,"y":843.2307535647878}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74451, '39996838-7cf1-41c0-bc1c-9a3a23dcafec', 1, '', 'O-T14-B4', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":1082.334167593674,"y":819.6605275252365}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74452, '3fe728b3-0c90-4840-9db2-c804d12ff7a7', 1, '', 'O-T14-B5', 200, 'general', 0, 0, '2025-09-24 14:11:49', '2025-09-24 15:45:08', '248389a9-3402-4997-80e8-5da3756aa078', 'table_child', NULL, NULL, 0, '{"x":1105.904393633226,"y":796.0903014856847}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74453, '4f88aa4a-68cd-4361-afda-be54ba96f963', 1, '', 'R1S1', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":200,"y":200}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74454, 'b65c40e6-f2a8-4784-a532-3826c131134c', 1, '', 'R1S2', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":260,"y":200}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74455, '3f5624f2-235a-4d2e-b9cd-d34a0a9195aa', 1, '', 'R1S3', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":320,"y":200}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74456, '709b9e3d-17c2-4ad3-b31e-877e0fedd017', 1, '', 'R1S4', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":380,"y":200}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74457, 'f681fc46-bac1-4d21-a113-edb2ae894f22', 1, '', 'R2S1', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":200,"y":250}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74458, '93e94f73-a2e4-4623-b489-34898f2ba26f', 1, '', 'R2S2', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":260,"y":250}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74459, 'dab9ac7b-0739-40f4-877a-eaf50a7db1a1', 1, '', 'R2S3', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":320,"y":250}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74460, '0d68de88-d24b-4b63-9f60-e8b4910cedc9', 1, '', 'R2S4', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":380,"y":250}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74461, 'c113d466-0522-412b-b893-40db2ab60b2b', 1, '', 'R3S1', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":200,"y":300}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74462, '6a815188-bcf4-416b-bad1-de7a00682c4c', 1, '', 'R3S2', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":260,"y":300}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74463, 'd2410a93-9494-4ded-b208-bae18fa08547', 1, '', 'R3S3', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":320,"y":300}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74464, '53ba0cdf-2652-417c-9db6-b97c71c27e69', 1, '', 'R3S4', 0, 'general', 0, 0, '2025-09-24 14:20:55', '2025-09-25 13:22:59', NULL, 'individual', NULL, NULL, 0, '{"x":380,"y":300}', '2ea7c9ba-d6b6-4b3b-9911-53ccbab60a20');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74465, '5a9cc5a5-4168-4020-a855-856e8694a78f', 1, '', 'Z5-T14', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', NULL, 'table', '{"center":{"x":1025.530636632009,"y":781.7904617769124},"dimensions":{"width":200,"height":80},"seat_count":10,"seat_spacing":25}', '[{"id":"b392199f-b1d5-4390-9289-a1f7eb20ae29","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":939.4993115876457,"y":790.0400408907554},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-T1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"8729a2eb-cfab-4482-8b27-a58abf583daf","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":963.0695376271973,"y":766.4698148512039},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-T2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"bc729ca3-f581-4c37-9555-41a87f4d5c13","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":986.6397636667489,"y":742.8995888116523},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-T3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"dd53f047-5b99-4ab2-aead-1e0b6fcc077e","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1010.2099897063003,"y":719.3293627721007},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-T4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"6f1db328-84f0-4f07-ac2a-76de23272e23","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1033.780215745852,"y":695.7591367325491},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-T5","seat_type":"chair","capacity":1,"is_premium":false},{"id":"1b55f0fb-9ce8-4e5d-bb0f-e2f990240d70","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1017.2810575181659,"y":867.8217868212756},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-B1","seat_type":"chair","capacity":1,"is_premium":false},{"id":"753818e7-de08-4d32-b03f-b085ef119cb3","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1040.8512835577176,"y":844.251560781724},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-B2","seat_type":"chair","capacity":1,"is_premium":false},{"id":"26fa8fc7-4da0-42d6-a80c-23f8887fd613","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1064.421509597269,"y":820.6813347421725},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-B3","seat_type":"chair","capacity":1,"is_premium":false},{"id":"59548fd7-dc28-4dbe-b957-72943b707d8d","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1087.9917356368205,"y":797.1111087026209},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-B4","seat_type":"chair","capacity":1,"is_premium":false},{"id":"241d02db-a7ab-4ba1-a08d-fd64765d8970","section_id":"8b685090-8986-4b13-9a98-644d56df6653","position":{"x":1111.5619616763722,"y":773.5408826630693},"created_at":"2025-09-24T13:39:31.450Z","updated_at":"2025-09-24T13:39:39.359Z","type":"seat","seat_id":"Z5-T14-B5","seat_type":"chair","capacity":1,"is_premium":false}]', 0, '{"x":1260.2072242366178,"y":618.2282757321975}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74466, 'b392199f-b1d5-4390-9289-a1f7eb20ae29', 1, '', 'Z5-T14-T1', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":939.4993115876457,"y":790.0400408907554}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74467, '8729a2eb-cfab-4482-8b27-a58abf583daf', 1, '', 'Z5-T14-T2', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":963.0695376271973,"y":766.4698148512039}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74468, 'bc729ca3-f581-4c37-9555-41a87f4d5c13', 1, '', 'Z5-T14-T3', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":986.6397636667489,"y":742.8995888116523}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74469, 'dd53f047-5b99-4ab2-aead-1e0b6fcc077e', 1, '', 'Z5-T14-T4', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":1010.2099897063003,"y":719.3293627721007}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74470, '6f1db328-84f0-4f07-ac2a-76de23272e23', 1, '', 'Z5-T14-T5', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":1033.780215745852,"y":695.7591367325491}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74471, '1b55f0fb-9ce8-4e5d-bb0f-e2f990240d70', 1, '', 'Z5-T14-B1', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":1017.2810575181659,"y":867.8217868212756}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74472, '753818e7-de08-4d32-b03f-b085ef119cb3', 1, '', 'Z5-T14-B2', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":1040.8512835577176,"y":844.251560781724}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74473, '26fa8fc7-4da0-42d6-a80c-23f8887fd613', 1, '', 'Z5-T14-B3', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":1064.421509597269,"y":820.6813347421725}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74474, '59548fd7-dc28-4dbe-b957-72943b707d8d', 1, '', 'Z5-T14-B4', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":1087.9917356368205,"y":797.1111087026209}', '8b685090-8986-4b13-9a98-644d56df6653');
INSERT INTO `seats` (`id`, `seat_id`, `event_id`, `row_letter`, `seat_number`, `price`, `zone`, `is_accessible`, `is_active`, `created_at`, `updated_at`, `parent_table_id`, `seat_type`, `parametric`, `child_seats`, `total_tables`, `position`, `section_id`) VALUES (74475, '241d02db-a7ab-4ba1-a08d-fd64765d8970', 1, '', 'Z5-T14-B5', 0, 'general', 0, 1, '2025-09-24 14:39:42', '2025-09-25 13:23:12', '5a9cc5a5-4168-4020-a855-856e8694a78f', 'table_child', NULL, NULL, 0, '{"x":1111.5619616763722,"y":773.5408826630693}', '8b685090-8986-4b13-9a98-644d56df6653');

-- Table structure for seat_reservations
DROP TABLE IF EXISTS `seat_reservations`;
CREATE TABLE seat_reservations (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, event_id INTEGER NOT NULL, order_id INTEGER DEFAULT NULL, user_id INTEGER DEFAULT NULL, seat_id VARCHAR(255) NOT NULL COLLATE "BINARY", hold_token VARCHAR(255) DEFAULT NULL COLLATE "BINARY", expires_at DATETIME DEFAULT NULL, user_session_id VARCHAR(255) DEFAULT NULL COLLATE "BINARY", session_id VARCHAR(255) DEFAULT NULL COLLATE "BINARY", price_snapshot NUMERIC(10, 0) DEFAULT NULL, created_at DATETIME DEFAULT NULL, updated_at DATETIME DEFAULT NULL, "status" varchar check ("status" in ('held', 'booked', 'shadow_sold')) not null default 'held', FOREIGN KEY (event_id) REFERENCES events (id) ON UPDATE NO ACTION ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE, FOREIGN KEY (order_id) REFERENCES ticket_booking (id) ON UPDATE NO ACTION ON DELETE SET NULL NOT DEFERRABLE INITIALLY IMMEDIATE, FOREIGN KEY (user_id) REFERENCES users (id) ON UPDATE NO ACTION ON DELETE SET NULL NOT DEFERRABLE INITIALLY IMMEDIATE);

-- Data for table seat_reservations (199 records)
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1275, 123, NULL, NULL, 'C-05', NULL, NULL, 'test-session', NULL, NULL, '2025-09-24 14:02:34', '2025-09-24 14:02:34', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1276, 1, NULL, NULL, '6f1db328-84f0-4f07-ac2a-76de23272e23', 'acd6a5831a0ddc4ba2a025b0dc73b9e1', NULL, NULL, 'taPK8enF0cAbBxBu0rEk8J943xepN1iTiLT0h7gZ', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1277, 1, NULL, NULL, '66a10d3e-c0af-4fc6-89d3-afd64ff9a619', 'acd6a5831a0ddc4ba2a025b0dc73b9e1', NULL, NULL, 'taPK8enF0cAbBxBu0rEk8J943xepN1iTiLT0h7gZ', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1278, 1, NULL, NULL, 'adc13cf7-07ec-49b7-a811-60b439403a19', 'acd6a5831a0ddc4ba2a025b0dc73b9e1', NULL, NULL, 'taPK8enF0cAbBxBu0rEk8J943xepN1iTiLT0h7gZ', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1279, 1, NULL, NULL, '19d9903b-bf73-4c62-9212-6e126e7c464e', 'acd6a5831a0ddc4ba2a025b0dc73b9e1', NULL, NULL, 'taPK8enF0cAbBxBu0rEk8J943xepN1iTiLT0h7gZ', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1280, 1, NULL, NULL, '796077a0-8612-497b-9147-f7b9bab2b202', 'acd6a5831a0ddc4ba2a025b0dc73b9e1', NULL, NULL, 'taPK8enF0cAbBxBu0rEk8J943xepN1iTiLT0h7gZ', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1281, 1, NULL, NULL, '7b2b788c-acdd-4176-8788-21a80da463b4', 'acd6a5831a0ddc4ba2a025b0dc73b9e1', NULL, NULL, 'taPK8enF0cAbBxBu0rEk8J943xepN1iTiLT0h7gZ', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1282, 1, NULL, NULL, 'be288bd0-45ad-4885-a877-7c765679eab7', 'acd6a5831a0ddc4ba2a025b0dc73b9e1', NULL, NULL, 'taPK8enF0cAbBxBu0rEk8J943xepN1iTiLT0h7gZ', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1283, 1, NULL, NULL, '3caa4a3b-4ca8-45d0-8dc3-7698fa4dea5a', 'acd6a5831a0ddc4ba2a025b0dc73b9e1', NULL, NULL, 'taPK8enF0cAbBxBu0rEk8J943xepN1iTiLT0h7gZ', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1284, 1, NULL, NULL, 'd132814b-a8f2-42b8-bd61-5958458a6b15', '786cfd514f322260dae334beaa6f71a6', NULL, NULL, '00Itrr2tzINCjCZeRAQa4ay5RLvzdVgQHXQkKud7', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1285, 1, NULL, NULL, '27162f8f-95d6-44cf-8a8d-0a5fec7e914d', '786cfd514f322260dae334beaa6f71a6', NULL, NULL, '00Itrr2tzINCjCZeRAQa4ay5RLvzdVgQHXQkKud7', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1286, 1, NULL, NULL, '5c0706bf-3569-49d0-a75a-e1315b265cc3', '786cfd514f322260dae334beaa6f71a6', NULL, NULL, '00Itrr2tzINCjCZeRAQa4ay5RLvzdVgQHXQkKud7', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1287, 1, NULL, NULL, '3992a074-4452-40f4-960f-f1cc969e8fbc', '786cfd514f322260dae334beaa6f71a6', NULL, NULL, '00Itrr2tzINCjCZeRAQa4ay5RLvzdVgQHXQkKud7', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1288, 1, NULL, NULL, '0f6f833c-5855-429a-bd11-cb9f624a150c', '786cfd514f322260dae334beaa6f71a6', NULL, NULL, '00Itrr2tzINCjCZeRAQa4ay5RLvzdVgQHXQkKud7', 200, '2025-09-24 13:40:56', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1289, 1, NULL, NULL, '64e90ca9-68c6-40af-84ec-378377d9ae07', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1290, 1, NULL, NULL, '61d9e769-d57f-4f61-bc3c-39203b6da4bd', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1291, 1, NULL, NULL, '10be6a44-2db5-4727-8638-800730a04425', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1292, 1, NULL, NULL, '18f4a95f-c7c1-43c1-b443-295eb222cafb', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1293, 1, NULL, NULL, '21b4cbda-4f84-48ad-a2ce-db91af236a40', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1294, 1, NULL, NULL, 'f6a1c578-dc36-4e28-94ed-79398432fc5b', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1295, 1, NULL, NULL, '125759d5-e228-496f-ab3e-b631e503058f', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1296, 1, NULL, NULL, 'bdb2d4eb-8357-4824-8e89-f9a4ac7ddad2', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1297, 1, NULL, NULL, 'f206306b-f47c-4e14-b81d-7956c8422d34', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1298, 1, NULL, NULL, 'f6921c80-5535-474b-aec9-080442e06c04', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1299, 1, NULL, NULL, '7a711870-77ba-4352-8bd4-239cc6f78c69', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1300, 1, NULL, NULL, '5306fb77-2eac-42b5-844e-1031c27d953f', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1301, 1, NULL, NULL, 'bcf3bc4a-6f1b-4b25-8450-d904a51af453', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1302, 1, NULL, NULL, '7a0d99b5-75a0-472b-a72e-facfd9f768a2', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1303, 1, NULL, NULL, '0900c0e3-2d84-4aa9-a90f-a81b15609e67', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1304, 1, NULL, NULL, 'da2a5b9b-4aa1-49fb-b17e-730a14cff065', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1305, 1, NULL, NULL, '7d0e3823-91a0-47a4-8104-789e7a295331', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1306, 1, NULL, NULL, '346326d9-aa8e-4874-a932-db77fdeb8d93', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1307, 1, NULL, NULL, '44d4ad26-1cf8-4058-8aa4-bf5bba390122', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1308, 1, NULL, NULL, 'ec1b95ee-6da7-4d8a-b53a-eea58432a924', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1309, 1, NULL, NULL, 'e9078d4e-e72e-4587-bbe0-abdaa9f88e8e', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1310, 1, NULL, NULL, 'fd71fc91-ab19-4246-80bc-fc8de535c0e1', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1311, 1, NULL, NULL, '665a55bc-f886-42d9-b706-cc5573bda105', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1312, 1, NULL, NULL, 'b0940798-4bda-44f8-9ca7-f623ca2f4be4', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1313, 1, NULL, NULL, '224d8951-791c-4304-8d81-3b76918ca5e2', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1314, 1, NULL, NULL, '8caff014-df02-4513-85cb-e970c4ef0195', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1315, 1, NULL, NULL, '87c92281-aa44-4ad6-8d91-31e9cdacbe47', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1316, 1, NULL, NULL, '1cdf66a3-2ccf-436c-ba7a-7ed650355807', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1317, 1, NULL, NULL, '9e487803-7f08-4882-bcae-9106da901f73', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1318, 1, NULL, NULL, 'b9a4a781-35a8-4af0-b784-ca7d8088af36', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1319, 1, NULL, NULL, 'c34c0246-428c-414a-99d8-df14b31b1a5b', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1320, 1, NULL, NULL, '676a775d-fbb4-4dad-8d30-e559aaa88cde', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1321, 1, NULL, NULL, '1d10f086-c441-46c9-9796-001b05e42ab5', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1322, 1, NULL, NULL, '256029a2-3dc9-4275-a395-f89e990437ad', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1323, 1, NULL, NULL, '55ab8352-e24a-4421-8432-9e0aae894986', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1324, 1, NULL, NULL, 'df7493d0-9236-4da0-ae57-9192e7a46ae1', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1325, 1, NULL, NULL, '69ef52f5-402a-4de7-a526-023c60b54d5c', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1326, 1, NULL, NULL, 'f0af9b2f-04cf-4bb1-b64d-75e60d2fd28b', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1327, 1, NULL, NULL, 'c225d874-6d56-4a4d-a482-c449e019ca24', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1328, 1, NULL, NULL, 'a2033de0-54b8-4b1d-8c68-e10c1e1602d8', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1329, 1, NULL, NULL, 'f02ee827-f524-4c0b-bd7d-b8510dd91598', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1330, 1, NULL, NULL, '944491c2-b29d-42ac-b71d-a48ad10d8f47', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1331, 1, NULL, NULL, '8da771b4-6881-4a2a-9c83-f3ef57264588', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1332, 1, NULL, NULL, 'dc10cb88-63cc-4366-a39a-79712ccfa35e', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1333, 1, NULL, NULL, '21b7ee84-781e-44ed-bd79-21185c1925f2', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1334, 1, NULL, NULL, '12598b59-4b8a-4855-9262-0114a9853625', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1335, 1, NULL, NULL, 'ccac62cd-c9fa-4821-ba83-c97801abaf90', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1336, 1, NULL, NULL, 'e65302b6-61f5-4848-b900-820643cda51b', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1337, 1, NULL, NULL, 'a86c3847-3d2c-4af1-a785-d5f5ebefa3a6', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1338, 1, NULL, NULL, 'b3eee924-6df9-4177-b88d-51df069d25f5', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1339, 1, NULL, NULL, '29b5aab9-602e-4437-a28e-2c0bf22be809', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1340, 1, NULL, NULL, '9c7521d3-8c56-48e7-8a59-c1465e3ebd9f', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1341, 1, NULL, NULL, '1731be2c-ae76-4ff6-bdc3-83037294f5aa', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1342, 1, NULL, NULL, '87dc1edf-8299-4654-b7e3-1ebd01515eb7', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1343, 1, NULL, NULL, '1975dd98-4293-4e66-99be-9256350179a9', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1344, 1, NULL, NULL, '151b32ad-b86e-4ca2-96ea-e5d90c767803', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1345, 1, NULL, NULL, '3d6ebdca-12c1-4619-b6c0-1deecd176a86', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1346, 1, NULL, NULL, 'b338a155-5db8-4476-8678-287729af930e', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1347, 1, NULL, NULL, '47922b4a-9afa-434b-a2b9-be4bad35f810', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1348, 1, NULL, NULL, '1753a375-602d-4c78-8f07-2aecf107b6cb', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1349, 1, NULL, NULL, '13fb10eb-21b7-4cfd-b49b-1346730caad7', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1350, 1, NULL, NULL, 'b2236500-4cd2-435e-9090-178d93c43b56', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1351, 1, NULL, NULL, '6f6fa885-0a6c-4254-a78d-eb71c8fbc953', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1352, 1, NULL, NULL, '0725e406-7b40-4b07-aca4-11b2270b953d', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1353, 1, NULL, NULL, 'bc3a44fb-6c83-463e-a055-894a30bfa7ea', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1354, 1, NULL, NULL, '4b9cb827-5bc7-4697-aa49-82b39dfaa0c8', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1355, 1, NULL, NULL, 'f47e1eb2-accc-4950-aee9-2c38973a1a47', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1356, 1, NULL, NULL, '98254f34-a132-4bfe-909b-4a2aad9175bd', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1357, 1, NULL, NULL, '283b3bd2-f840-4066-82ba-540a6b321cd6', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1358, 1, NULL, NULL, 'aefd96b4-c0d3-4ae7-8285-27f8596cc480', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1359, 1, NULL, NULL, '6d055e2b-981d-4f61-985a-fe4d3619794e', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1360, 1, NULL, NULL, '24309843-2506-4c9f-8803-1515291dc8f7', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1361, 1, NULL, NULL, 'c28f04cc-6b76-4408-b26c-81ffe2c134e1', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1362, 1, NULL, NULL, '502f8ada-76c3-4273-802d-847082d6bdce', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1363, 1, NULL, NULL, '48694a14-2509-4382-96a6-4553323c25f5', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1364, 1, NULL, NULL, '6e93d9cd-76f1-4738-9f0c-207a32672987', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1365, 1, NULL, NULL, '63adc8e4-9b8c-4294-b52b-3d219f458a7b', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1366, 1, NULL, NULL, '3eb46b83-902c-437e-8be4-ff671925801d', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1367, 1, NULL, NULL, '56859cde-e5c3-4749-9be9-533a85dcd7e0', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1368, 1, NULL, NULL, 'd9b4400f-e607-484e-8dc3-af34c63d414c', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1369, 1, NULL, NULL, 'e591c026-76ed-4437-bfc2-4015edd6201e', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1370, 1, NULL, NULL, 'd95e974d-9d64-478d-b257-d3d7b553b47d', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1371, 1, NULL, NULL, '13bda560-54e7-4129-84be-4d35d86af329', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1372, 1, NULL, NULL, '3219cdbe-a9b0-4f10-8e01-7251aa264cf6', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1373, 1, NULL, NULL, 'f320ad51-d9d8-4747-b340-f6c3b25a7d1a', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1374, 1, NULL, NULL, 'f57c00c0-7356-41ba-aee0-f70f9bcd0da1', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1375, 1, NULL, NULL, '63c1e625-e482-4c31-afc2-3600663aff9d', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1376, 1, NULL, NULL, '1a3373d4-a523-4826-b727-52924b01bc5f', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1377, 1, NULL, NULL, '836eec1a-93b0-4eb2-a0fd-86014e42d6e3', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1378, 1, NULL, NULL, '6d655e5e-05fc-4280-a2e5-f1ef8cf0714c', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1379, 1, NULL, NULL, '8545ba1a-ed62-41fa-a6f7-b9397338f6a1', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1380, 1, NULL, NULL, 'a8dfe158-991b-4200-a795-4d292a8a59ec', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1381, 1, NULL, NULL, 'a7f0e711-6c05-4fac-99c2-66ea57bceb13', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1382, 1, NULL, NULL, 'f79a5e34-da1f-4f64-bef5-0998ed53329d', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1383, 1, NULL, NULL, '1c9aeb28-9d12-4c9a-8c90-873fadd7ce2b', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1384, 1, NULL, NULL, 'b9c2bd4f-c4b4-4d57-bd9e-1afb08d4abd3', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1385, 1, NULL, NULL, 'bb78d481-3519-4215-b19b-db34a75c0cd5', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1386, 1, NULL, NULL, '057c97c3-a011-48c4-9993-e6906cd53427', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1387, 1, NULL, NULL, 'ffb9f9d1-f1e3-4f40-8a56-c5819618567d', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1388, 1, NULL, NULL, 'c3662842-4e84-47ed-acb0-41384338d154', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1389, 1, NULL, NULL, 'b46155f7-fcdf-46cc-a0e8-3ca8a9cb4c71', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1390, 1, NULL, NULL, '44eb5f0d-7e97-4d64-a4c4-fc50c0be710a', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1391, 1, NULL, NULL, 'e16a1078-f81c-42db-84bd-16d6c773a7db', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1392, 1, NULL, NULL, '64b3ffff-148e-41cd-8b40-fff2913ffead', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1393, 1, NULL, NULL, 'c91eb788-822a-4b88-aec5-1ad5b77aa133', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:41:25', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1394, 1, NULL, NULL, '0a61b2ba-b6ca-4b6e-865c-7b7b79147fd2', '0e9f7559d42468fd8750eed7d1b5c73e', NULL, NULL, '6nV4LEbjoPlscakOsocI3NCg7xC7eFKYw6nU3hBh', 200, '2025-09-24 13:43:28', '2025-09-24 15:45:40', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1395, 1, NULL, NULL, '1ed701f0-7cbb-4de3-8499-e82c61e38720', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1396, 1, NULL, NULL, '6a39024c-32c2-4a93-940a-97f53b57c05f', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1397, 1, NULL, NULL, '9034fc55-b174-4ed9-acd9-5110b7d78322', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1398, 1, NULL, NULL, '91b7b355-36f8-431b-a8dd-76e198606d70', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1399, 1, NULL, NULL, '3f6f0b42-c480-417b-beee-ff165c1d9cb2', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1400, 1, NULL, NULL, '02ae9976-38d3-4202-9eaf-705ecf63047a', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1401, 1, NULL, NULL, '651d345f-2e25-411e-b7c0-6601d80306b0', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1402, 1, NULL, NULL, '408084ca-0b4e-475c-9d3e-794d7ff84554', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1403, 1, NULL, NULL, 'f2357c1c-03bb-4240-a8d1-d0f80f2ffa98', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1404, 1, NULL, NULL, 'e128a3d5-cb28-462e-aebc-71f026cc9a6a', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1405, 1, NULL, NULL, '69d588d5-29d2-438c-bf32-3285d6cddae9', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1406, 1, NULL, NULL, 'da4aff62-0f15-4c48-9e0a-bee101c73375', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1407, 1, NULL, NULL, '6947b80e-ba45-4712-bacc-b0b82d736b4c', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1408, 1, NULL, NULL, '3d0b627c-f062-4fad-9da2-d909ab1b788f', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1409, 1, NULL, NULL, '5d44d2ae-8a0a-4ba4-87a9-dde5f264a1e1', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1410, 1, NULL, NULL, 'a7ac31de-2ec8-483f-8a5c-11f8d22a349e', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1411, 1, NULL, NULL, '3dd81743-72b9-4761-afd6-a26fa9b3bc16', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1412, 1, NULL, NULL, 'aae44734-38a0-48f0-a918-9779e72c9824', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1413, 1, NULL, NULL, 'cfa17aad-e00e-4ee4-8adc-e9f854f79078', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1414, 1, NULL, NULL, '9622ba57-7808-4dea-b282-2a9ab02f0007', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1415, 1, NULL, NULL, '7aa479b2-b9f6-42cf-93dd-74d0f291c7ce', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1416, 1, NULL, NULL, 'b2538737-13c8-4c76-9e57-9471d921ed8e', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1417, 1, NULL, NULL, 'af34d800-890d-4a92-837e-ce67972f8348', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1418, 1, NULL, NULL, 'f74a8ab7-e26c-479f-81db-f8b591eee237', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1419, 1, NULL, NULL, 'd56aa87c-d87e-4729-a031-fd5cbb10d291', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1420, 1, NULL, NULL, '09847c9e-f772-4563-bc44-d0f0a83cde5b', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1421, 1, NULL, NULL, 'ae9c13c8-d875-4200-800c-733057d7be44', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1422, 1, NULL, NULL, '60589fdd-8a9b-4595-ac14-1ed3f6d0a534', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1423, 1, NULL, NULL, '1abefc16-7d9d-46aa-9e3a-f498d79e57b1', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1424, 1, NULL, NULL, '729ca886-aabd-47ce-b4d0-33fae416b5eb', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1425, 1, NULL, NULL, '6f71c1f3-fe0c-4887-816c-373c6b20abe2', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1426, 1, NULL, NULL, '78965c24-b763-4fa1-ae97-06d5d116cf05', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1427, 1, NULL, NULL, 'b5981628-a41d-4003-bfc8-b6a4602f70cf', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1428, 1, NULL, NULL, '5d04d5bf-38ac-4c13-b6d7-a87ce5cd8165', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1429, 1, NULL, NULL, '6f50a124-022d-4f86-81ab-520af9f8dc28', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1430, 1, NULL, NULL, '236e6361-d476-4875-bbdb-ad3f823433be', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1431, 1, NULL, NULL, '6a9ecff0-85fc-4b29-851b-1161cbcb44e8', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1432, 1, NULL, NULL, '2a0a2f37-d34e-484c-baac-a7716a824688', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1433, 1, NULL, NULL, 'ed1161e9-4fdf-4319-981c-9c00cae08497', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1434, 1, NULL, NULL, '8d35d613-afed-4db6-acb2-19d916b2c496', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1435, 1, NULL, NULL, 'e70edb60-02be-48a5-80e1-969ca3929dd8', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1436, 1, NULL, NULL, 'f1abcb05-2006-4699-ac55-18313e93b0ac', NULL, NULL, NULL, NULL, 200, '2025-09-24 14:49:13', '2025-09-24 15:45:40', 'shadow_sold');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1437, 1, NULL, NULL, '908921b5-3200-49de-b002-23fde5823e5c', '971dd16f97cae84cd412b399afae3300', NULL, NULL, 'uCSyyqgK0a971a3925zRHuSZlhyuHVju2VlE0kZO', 200, '2025-09-24 15:09:25', '2025-09-24 16:09:25', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1438, 1, NULL, NULL, 'fbe161ae-34cc-4236-851b-daf47081c0e7', 'ed18981f9763b287dac42044ee0cf71c', NULL, NULL, '7A26tgydhJx889RyWVSHFOhX4eKMjKoD6NMYUmMC', 0, '2025-09-24 15:10:14', '2025-09-24 16:10:14', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1439, 1, NULL, NULL, '6387af54-4202-4012-a037-72cdef22c749', 'ed18981f9763b287dac42044ee0cf71c', NULL, NULL, '7A26tgydhJx889RyWVSHFOhX4eKMjKoD6NMYUmMC', 0, '2025-09-24 15:10:14', '2025-09-24 16:10:14', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1440, 1, NULL, NULL, 'df483861-2027-49d0-a7e4-1d95ff4d10d1', '69f5472abbc04f8061c723ee0e262ec1', NULL, NULL, '0j0BVbibZYF5a34KWL3Eg3DGUlvt9GvTdngNlzfL', 0, '2025-09-24 15:15:27', '2025-09-24 16:15:27', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1441, 1, NULL, NULL, '1c73df01-572d-49a1-a3db-deadf7ef6383', '69f5472abbc04f8061c723ee0e262ec1', NULL, NULL, '0j0BVbibZYF5a34KWL3Eg3DGUlvt9GvTdngNlzfL', 0, '2025-09-24 15:15:27', '2025-09-24 16:15:27', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1442, 1, NULL, NULL, 'a89ed5ce-2509-4fcc-a2d3-833587a21624', '69f5472abbc04f8061c723ee0e262ec1', NULL, NULL, '0j0BVbibZYF5a34KWL3Eg3DGUlvt9GvTdngNlzfL', 0, '2025-09-24 15:15:27', '2025-09-24 16:15:27', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1443, 1, NULL, NULL, 'f9d369ba-adef-4ebe-be98-60e50d9efc2d', 'c4720ca3f7d6fbad2dad798b6f108330', NULL, NULL, '69XgO1OyqoMbPeJwu871pjbUkN4mGLYExnjqrW5T', 0, '2025-09-24 15:18:43', '2025-09-24 16:18:43', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1444, 1, NULL, NULL, 'e4235d1f-40a5-4a07-a70f-b9bb93fbe065', 'c4720ca3f7d6fbad2dad798b6f108330', NULL, NULL, '69XgO1OyqoMbPeJwu871pjbUkN4mGLYExnjqrW5T', 0, '2025-09-24 15:18:43', '2025-09-24 16:18:43', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1448, 1, NULL, NULL, 'b26866d9-1499-40f2-9006-fd79793a2699', '4bf6336a987dc422d91691d9b207d091', NULL, NULL, 'MZJcYuJyVTkUq8VTJSPCMUmUgFfJiv6zmVK9c3T9', 5, '2025-09-24 15:30:33', '2025-09-24 16:30:33', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1449, 1, NULL, NULL, 'c54e5c60-b6a5-4f27-b69c-28bea1be6cc4', '4bf6336a987dc422d91691d9b207d091', NULL, NULL, 'MZJcYuJyVTkUq8VTJSPCMUmUgFfJiv6zmVK9c3T9', 5, '2025-09-24 15:30:33', '2025-09-24 16:30:33', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1450, 1, NULL, NULL, '9f8c79a8-e924-4d27-b4ba-023e353c0cd5', '4bf6336a987dc422d91691d9b207d091', NULL, NULL, 'MZJcYuJyVTkUq8VTJSPCMUmUgFfJiv6zmVK9c3T9', 5, '2025-09-24 15:30:33', '2025-09-24 16:30:33', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1451, 1, NULL, NULL, '29aa1e5f-d2a4-4e45-9025-c3b89f765293', '4bf6336a987dc422d91691d9b207d091', NULL, NULL, 'MZJcYuJyVTkUq8VTJSPCMUmUgFfJiv6zmVK9c3T9', 5, '2025-09-24 15:30:33', '2025-09-24 16:30:33', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1452, 1, NULL, NULL, 'a71f6382-bc7b-42c5-b9b6-f5ce81b64d96', '4bf6336a987dc422d91691d9b207d091', NULL, NULL, 'MZJcYuJyVTkUq8VTJSPCMUmUgFfJiv6zmVK9c3T9', 5, '2025-09-24 15:30:33', '2025-09-24 16:30:33', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1453, 1, NULL, NULL, 'bad5a032-73ae-416c-87bb-c73dbf6effa9', '00719ab02fdf0e110b08ce0e29a4a3cd', NULL, NULL, 'mV2byxs5TczxGAECGjtuMgZ6DCuTlwJTl4VzUwtZ', 3000, '2025-09-24 15:30:57', '2025-09-24 16:30:57', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1454, 1, NULL, NULL, 'b7231ebf-9a4b-4fb8-bce4-fcce8b2f055c', '00719ab02fdf0e110b08ce0e29a4a3cd', NULL, NULL, 'mV2byxs5TczxGAECGjtuMgZ6DCuTlwJTl4VzUwtZ', 1000, '2025-09-24 15:30:57', '2025-09-24 16:30:57', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1455, 1, NULL, NULL, 'df01a8d1-81b4-45db-aac3-01ce0e6bd47a', '00719ab02fdf0e110b08ce0e29a4a3cd', NULL, NULL, 'mV2byxs5TczxGAECGjtuMgZ6DCuTlwJTl4VzUwtZ', 10, '2025-09-24 15:30:57', '2025-09-24 16:30:57', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1456, 1, NULL, NULL, '60e145b5-76ca-4197-9b53-0c87d3eb99e6', '00719ab02fdf0e110b08ce0e29a4a3cd', NULL, NULL, 'mV2byxs5TczxGAECGjtuMgZ6DCuTlwJTl4VzUwtZ', 100, '2025-09-24 15:30:57', '2025-09-24 16:30:57', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1457, 1, NULL, NULL, '77b954eb-00c3-4fae-8c76-33e083e45890', '00719ab02fdf0e110b08ce0e29a4a3cd', NULL, NULL, 'mV2byxs5TczxGAECGjtuMgZ6DCuTlwJTl4VzUwtZ', 20, '2025-09-24 15:30:57', '2025-09-24 16:30:57', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1458, 1, NULL, NULL, 'f24373e9-eade-4b24-a548-04ea7266b196', '00719ab02fdf0e110b08ce0e29a4a3cd', NULL, NULL, 'mV2byxs5TczxGAECGjtuMgZ6DCuTlwJTl4VzUwtZ', 1000, '2025-09-24 15:30:57', '2025-09-24 16:30:57', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1459, 1, NULL, NULL, '6dcbdf8a-6306-4d94-8b28-cd5fc8c28041', '26a1c9b966d1e837cfe9eeb00942a574', NULL, NULL, 'K5qFBkm8bOn3xTJaGtkQcUOk26tqDLVvPryTZsgS', 15, '2025-09-24 15:38:06', '2025-09-24 16:38:37', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1460, 1, NULL, NULL, '3c903df8-5253-4702-a160-d1e8ba8f0602', '26a1c9b966d1e837cfe9eeb00942a574', NULL, NULL, 'K5qFBkm8bOn3xTJaGtkQcUOk26tqDLVvPryTZsgS', 25, '2025-09-24 15:38:06', '2025-09-24 16:38:37', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1461, 1, NULL, NULL, 'fb553406-42be-4874-b674-351a5303af5a', '872a895e739ffa009ee3537a3b7a6cfe', NULL, NULL, 'ehr6ata9cVuBWQYPSrfCoJSqdmDY8rVkyK2piB5A', 25.99, '2025-09-24 15:42:29', '2025-09-24 16:42:56', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1462, 1, NULL, NULL, '9339cce6-eed0-4729-ae72-be24bde5578c', '7ef9ced8dbf0614599ae7ee89a492c54', NULL, NULL, 'MnTAiSgfczp3imMUXA6dthOKVavmMLH6MCWdpF7h', 45, '2025-09-24 15:51:58', '2025-09-24 16:52:13', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1463, 1, NULL, NULL, '9311341e-ad2d-458d-9cf3-fca145cbaa31', '844a0c6ebf04f7a844e467eef5d05ef5', NULL, NULL, 'UoJ1WxOAw7mLFMl2f8EJqJNXzRx9uxnRfAAQiGtu', 75, '2025-09-24 15:56:02', '2025-09-24 16:56:16', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1467, 1, NULL, NULL, '1c37923c-ce88-42a4-afda-fb05495461d8', 'f7156f9ccac1814ffffb2d4e7b070ce8', NULL, NULL, 'iToLaAdxnU8W70WgYTxVOEvssPHq60xEaqt6leK8', 10, '2025-09-24 16:05:28', '2025-09-24 17:05:28', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1468, 1, NULL, NULL, 'a9311f14-7386-461c-911c-bd2ebbb087e5', 'f7156f9ccac1814ffffb2d4e7b070ce8', NULL, NULL, 'iToLaAdxnU8W70WgYTxVOEvssPHq60xEaqt6leK8', 5, '2025-09-24 16:05:28', '2025-09-24 17:05:28', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1477, 1, NULL, NULL, '4529282f-6c54-4abb-b71e-3a16f2865991', '1f970ba1d65f7aa32876296a323f4f91', NULL, NULL, 'snaNjx0fA3tExgAvEk8nzesZlfgD8lveBBEakeYW', 0, '2025-09-25 11:31:14', '2025-09-25 12:31:14', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1478, 1, NULL, NULL, 'f3d23adb-a568-4d21-ae23-ee5fb9ae83be', 'ec05b998b68ce8b1412d4c7d57afe0b5', NULL, NULL, 'irwt46Pc4Uvv6YVlWcMqbFFewIkUN7xS9cM8f1hX', 0, '2025-09-25 11:43:47', '2025-09-25 12:43:47', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1479, 1, NULL, NULL, '420d40df-2f64-4c68-84a0-6b31bccb559c', 'c1e44cf757ae1deb8225c9d61c15efcb', NULL, NULL, 'qkWh9o0sxhQx7bOZTSScRMKBoNe79bzMku6Pxanr', 0, '2025-09-25 11:44:07', '2025-09-25 12:44:07', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1480, 1, NULL, NULL, 'c25fa473-e1ec-4efc-be3c-50999bbbeccc', '5f07f38fb0fe7413772376f89db59870', NULL, NULL, 'XBeOMhIvjtV4nY44GCQet0QIEdpDZQ5FpifaquG4', 0, '2025-09-25 11:44:14', '2025-09-25 12:44:14', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1481, 1, NULL, NULL, '0e341e10-62ea-4f09-b885-c4492f242066', '95fb7a28ccb9985e1f2e7f4fd38198fa', NULL, NULL, 'sTkcRrKPwcUKsLaJjiCAmoH5kDWoJhZ9T6BsB9He', 0, '2025-09-25 11:44:47', '2025-09-25 12:44:47', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1482, 1, NULL, NULL, '815f1c11-6a99-4f78-bb4f-0deda6ff6d0c', '95fb7a28ccb9985e1f2e7f4fd38198fa', NULL, NULL, 'sTkcRrKPwcUKsLaJjiCAmoH5kDWoJhZ9T6BsB9He', 0, '2025-09-25 11:44:47', '2025-09-25 12:44:47', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1483, 1, NULL, NULL, 'd8cb1361-97aa-4f17-8c0a-2f8d698d2266', '846663d0e9ff6ebeb7a4d992438a16f9', NULL, NULL, '9LAQaiovm8WymPM6FKOPhY4RJqAnZ93IHZ3Eg10C', 0, '2025-09-25 11:53:07', '2025-09-25 12:53:07', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1484, 1, NULL, NULL, '86b54c84-c5aa-411a-a72d-6ba8cb0725c5', '846663d0e9ff6ebeb7a4d992438a16f9', NULL, NULL, '9LAQaiovm8WymPM6FKOPhY4RJqAnZ93IHZ3Eg10C', 0, '2025-09-25 11:53:07', '2025-09-25 12:53:07', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1485, 1, NULL, NULL, 'c0361c7b-9032-4b8a-8f96-44ebb3a9693d', '5f90b7abe743b71c77c87f899735345e', NULL, NULL, 'rl7SkBhsfax8dqiQEU6bL3PtqghP3phv3DAtprVe', 0, '2025-09-25 11:53:20', '2025-09-25 12:53:20', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1486, 1, NULL, NULL, '93a54435-be8d-416e-90ae-8dd8238466f1', '5f90b7abe743b71c77c87f899735345e', NULL, NULL, 'rl7SkBhsfax8dqiQEU6bL3PtqghP3phv3DAtprVe', 0, '2025-09-25 11:53:20', '2025-09-25 12:53:20', 'booked');
INSERT INTO `seat_reservations` (`id`, `event_id`, `order_id`, `user_id`, `seat_id`, `hold_token`, `expires_at`, `user_session_id`, `session_id`, `price_snapshot`, `created_at`, `updated_at`, `status`) VALUES (1487, 1, NULL, NULL, '05100090-abcd-4643-b1ab-ff8b063186df', '5f90b7abe743b71c77c87f899735345e', NULL, NULL, 'rl7SkBhsfax8dqiQEU6bL3PtqghP3phv3DAtprVe', 0, '2025-09-25 11:53:20', '2025-09-25 12:53:20', 'booked');

-- Table structure for orders
DROP TABLE IF EXISTS `orders`;
CREATE TABLE orders (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, event_id INTEGER NOT NULL, user_id BIGINT UNSIGNED DEFAULT NULL, total_amount NUMERIC(10, 0) NOT NULL, status VARCHAR(255) DEFAULT 'pending' NOT NULL COLLATE "BINARY", payment_method VARCHAR(255) DEFAULT NULL COLLATE "BINARY", payment_reference VARCHAR(255) DEFAULT NULL COLLATE "BINARY", created_at DATETIME DEFAULT NULL, updated_at DATETIME DEFAULT NULL, idempotency_key VARCHAR(255) DEFAULT NULL COLLATE "BINARY", session_id VARCHAR(255) DEFAULT NULL COLLATE "BINARY");

-- Data for table orders (23 records)
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (78, 1, 0, 0, 'completed', NULL, NULL, '2025-09-24 13:40:56', '2025-09-24 13:40:56', 'd87f415e-cbea-4c04-802e-e4ed64d1ef5c', 'xNaXlb7ntysKu8TUrQFrMWxdAZZBV8xvggEBA2IG');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (79, 1, 0, 0, 'completed', NULL, NULL, '2025-09-24 13:40:56', '2025-09-24 13:40:56', 'd15257c9-a276-490e-8415-3ee7d2e2fbfc', 'fDnmO9CwL47hlPfmrdPzuc43I0fsgwRqY9BTPFWE');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (80, 1, 0, 0, 'completed', NULL, NULL, '2025-09-24 13:43:28', '2025-09-24 13:43:28', 'd481a520-2628-416d-9e8d-f6d3e66e0a6e', 'VvTYtL8yZQkfRbS5Dpi0xHjd45FQy6kznHIaq6hf');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (81, 1, 0, 200, 'completed', NULL, NULL, '2025-09-24 15:09:25', '2025-09-24 15:09:25', '1415ea5e-7771-4d79-8dd3-48a79c9f9d78', 'BmoD0sB0VL3EFcv8fgqTqyQz3tX9w7FMvi55WnzO');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (82, 1, 0, 0, 'completed', NULL, NULL, '2025-09-24 15:10:14', '2025-09-24 15:10:14', '1d845176-9bb7-4237-9a59-fd5942ef7526', '8arWiIATWzP5xWaSbmqazYgUJHAMBZIzevRKsyLK');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (83, 1, 0, 0, 'completed', NULL, NULL, '2025-09-24 15:15:27', '2025-09-24 15:15:27', '3719cfe4-c74e-47f5-9622-c1d70b93076c', 'Gcm48WqT8GlpxY2tljPc2h068iM4povkbmiOPYSo');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (84, 1, 0, 0, 'completed', NULL, NULL, '2025-09-24 15:18:43', '2025-09-24 15:18:43', 'ae299606-b1ee-4f9c-bbd5-df9734d3403b', 'NY7yDf1bsMd5T0Pdxwdj6rHSPyW2l81e5vDrQwX8');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (85, 1, 0, 25, 'completed', NULL, NULL, '2025-09-24 15:30:33', '2025-09-24 15:30:33', '2053e9e1-16ac-44f9-991f-38b0c9ee0660', 'gfNY3OrND9cAtiP5t5qUXjHToyJjBgh8CpV8JBlz');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (86, 1, 0, 5130, 'completed', NULL, NULL, '2025-09-24 15:30:57', '2025-09-24 15:30:57', '31332116-fc8f-4a9e-b390-733441f581a3', 'Ppw0aRhLNji4WAzBnOnN4MKrb1ObGV9dIewuQebm');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (87, 1, 0, 40, 'completed', NULL, NULL, '2025-09-24 15:38:37', '2025-09-24 15:38:37', 'C667BE1E-D81C-4660-90E3-2F84DCEF7EAE', 'wpXqHviECRw672hIevxcmOJEihK1XuWz3bwUMgH0');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (88, 1, 0, 25.99, 'completed', NULL, NULL, '2025-09-24 15:42:56', '2025-09-24 15:42:56', '435D0115-9BA2-4ADB-AE55-11F81B41B754', '8OAfqm1dpxAb6egisLnUPK1rnIPEo0WguvZAWUQQ');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (89, 1, 0, 45, 'completed', NULL, NULL, '2025-09-24 15:52:13', '2025-09-24 15:52:13', 'CE929CA9-0305-4D22-8BD1-6BC0F558807D', 'yLkYHqZPR9VoEb5tNiExL9fl49wAMJ6NLX8OXtwL');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (90, 1, 0, 75, 'completed', NULL, NULL, '2025-09-24 15:56:16', '2025-09-24 15:56:16', '60B135D5-AA22-4055-BF22-4F31B9E62449', 'UGOdLdmf8kBwJexUeo3nRDvA8UvFpbRtdTJGvOfZ');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (91, 1, NULL, 145.75, 'booked', 'demo', NULL, '2025-09-24 17:02:15', '2025-09-24 17:02:15', NULL, 'fresh_demo_68d41607e4a05');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (92, 1, 0, 15, 'completed', NULL, NULL, '2025-09-24 16:05:28', '2025-09-24 16:05:28', '17ad9c74-035b-489e-814b-a478bcfe6e53', 'v5mNtYEwFkIVyebSJfcOBHnQEzre1496HKDjFXvE');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (93, 1, NULL, 18.61, 'booked', 'frontend', NULL, '2025-09-24 17:07:04', '2025-09-24 17:09:28', NULL, 'iToLaAdxnU8W70WgYTxVOEvssPHq60xEaqt6leK8');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (94, 1, 0, 0, 'completed', NULL, NULL, '2025-09-25 11:31:14', '2025-09-25 11:31:14', '8e96e329-a645-4f01-aa5b-1c9af814fd21', 'v6eXp8ZlpdOmXGqIzP5HgB9uREOVg1xLVbh7jwyH');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (95, 1, 0, 0, 'completed', NULL, NULL, '2025-09-25 11:43:47', '2025-09-25 11:43:47', 'e394e84f-fa23-4cf2-83c9-96ebe670ac19', '8E4osOPuGqz9xY7ONCq5h2K2KchiPhigUhallSYk');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (96, 1, 0, 0, 'completed', NULL, NULL, '2025-09-25 11:44:07', '2025-09-25 11:44:07', '1548d464-5620-449f-9ffd-5930cd1e0720', 'N4lEJ2hQdDa4j1wZmaM745dxaK4xne1xkKsD6KNd');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (97, 1, 0, 0, 'completed', NULL, NULL, '2025-09-25 11:44:14', '2025-09-25 11:44:14', '661068ca-da44-4fce-afee-a1c6da42d342', '4qUYhgIKjGpy9QSRq5KgRv0I0YVXHuCHAZH9Q4MI');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (98, 1, 0, 0, 'completed', NULL, NULL, '2025-09-25 11:44:47', '2025-09-25 11:44:47', '05eb9fee-35a5-4fc3-8d94-f0b6f9115509', 'gtCI5fE0noIeLWzKvq14HnW2pxwGpjPo0z1MLfvP');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (99, 1, 0, 0, 'completed', NULL, NULL, '2025-09-25 11:53:07', '2025-09-25 11:53:07', 'bff308e4-d8c8-4701-af16-669f49366376', '3I9GqCSQLprg7eJv0OvkC4Z0CbbJQZPKKYyVR5II');
INSERT INTO `orders` (`id`, `event_id`, `user_id`, `total_amount`, `status`, `payment_method`, `payment_reference`, `created_at`, `updated_at`, `idempotency_key`, `session_id`) VALUES (100, 1, 0, 0, 'completed', NULL, NULL, '2025-09-25 11:53:20', '2025-09-25 11:53:20', '3532d84c-6f04-450e-865d-0430e4cee005', 'T84QmxKy3p66UsSQ2NBuUYdEymRywyxo9rvxgTV0');

-- Table structure for order_items
DROP TABLE IF EXISTS `order_items`;
CREATE TABLE "order_items" ("id" integer not null primary key autoincrement, "order_id" integer not null, "event_id" integer not null, "user_id" integer, "amount" numeric not null, "seat" varchar not null, "zone" varchar, "ticket_id" varchar not null, "sub_cat" varchar, "category" varchar, "quantity" integer not null default '1', "status" integer not null default '1', "pdf_path" varchar, "created_at" datetime, "updated_at" datetime);

-- Table structure for users
DROP TABLE IF EXISTS `users`;
CREATE TABLE "users" ("id" integer not null primary key autoincrement, "full_name" varchar not null, "email" varchar not null, "email_verified_at" datetime, "gender" varchar not null, "age_range" varchar not null, "runner_walker" varchar not null, "phone" varchar not null, "address" text not null, "county" varchar not null, "eircode" varchar not null, "country" varchar not null, "corporate" varchar not null, "tshirt" varchar not null, "payment_flag" tinyint(1) not null default '0', "stripe_id" varchar not null, "password" varchar not null, "remember_token" varchar, "created_at" datetime, "updated_at" datetime, "password_changed_at" datetime, "migrated_to_admin" tinyint(1) not null default '0');

-- Table structure for migrations
DROP TABLE IF EXISTS `migrations`;
CREATE TABLE "migrations" ("id" integer not null primary key autoincrement, "migration" varchar not null, "batch" integer not null);

-- Data for table migrations (51 records)
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (2, '2014_10_12_100000_create_password_resets_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (3, '2022_02_15_105028_create_fundraising_profiles_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (4, '2022_02_15_112347_create_fundraising_transactions_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (5, '2022_03_07_040816_modify_registration_ext', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (6, '2022_03_08_132523_create_photos_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (7, '2022_03_08_140817_modify_users', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (8, '2022_03_08_143720_create_faqs_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (9, '2022_03_08_163251_create_donation_amounts_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (10, '2022_03_15_041018_create_special_messages_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (11, '2022_03_16_090802_create_posts_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (12, '2022_03_23_081540_create_strava_users_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (13, '2022_03_24_061328_create_tshirt_trackings_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (14, '2022_03_28_053654_create_user_groups_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (15, '2022_04_13_104317_create_teams_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (16, '2022_08_24_152513_create_events_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (17, '2022_08_24_152536_create_acts_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (18, '2022_08_25_073206_create_clubs_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (19, '2022_08_25_075649_create_event_photos_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (20, '2022_08_25_085350_create_act_sponsor_photos_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (21, '2022_08_25_085418_create_ticket_booking_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (22, '2022_08_25_122500_create_ticket_price_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (23, '2022_08_25_124049_create_tickets_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (24, '2022_08_25_140000_create_carts_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (25, '2022_08_25_150000_create_permissions_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (26, '2022_08_25_160000_create_contents_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (27, '2022_08_26_110000_create_blog_categories_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (28, '2022_08_26_120000_create_blogs_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (29, '2022_08_26_130000_create_banners_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (30, '2022_12_02_054841_create_queue_merge_acts_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (31, '2023_07_05_172058_create_ticket_categories_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (32, '2023_07_05_193358_create_ticket_wise_prices_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (33, '2024_09_10_111500_add_unique_constraint_to_carts_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (34, '2025_09_09_100000_create_seat_reservations_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (35, '2025_09_09_105000_create_seats_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (36, '2025_09_09_110000_create_orders_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (37, '2025_09_09_120000_add_idempotency_key_to_orders_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (38, '2025_09_09_130000_make_user_id_nullable_in_orders_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (39, '2025_09_09_153015_create_cache_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (40, '2025_09_10_155059_create_order_items_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (41, '2025_09_10_155308_create_event_wise_seat_categories_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (42, '2025_09_12_225618_add_table_support_to_seats_table', 2);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (43, '2025_09_12_230003_create_venue_templates_table', 2);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (44, '2025_09_17_182524_add_shadow_sold_status_to_seat_reservations_table', 3);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (45, '2025_09_23_140000_add_versioning_to_venue_templates', 4);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (48, '2025_09_24_174649_create_admin_roles_table', 5);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (49, '2025_09_24_174639_create_admins_table', 6);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (50, '2025_09_24_175742_migrate_mbs_users_to_admin_system', 7);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (51, '2025_09_24_180659_create_email_templates_table', 8);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (53, '2025_09_23_150000_fix_venue_templates_constraints', 9);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (54, '2025_09_24_183910_create_content_pages_table', 10);

COMMIT;
PRAGMA foreign_keys=ON;
