INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (1, 1, 6, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (2, 2, 6, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (3, 3, 4, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (4, 4, 8, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (5, 5, 6, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (6, 6, 8, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (7, 7, 2, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (8, 8, 6, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (9, 9, 2, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (10, 10, 4, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (11, 11, 2, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (12, 12, 8, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (13, 13, 8, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (14, 14, 4, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (15, 15, 2, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (16, 16, 6, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (17, 17, 2, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (18, 18, 8, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (19, 19, 6, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (20, 20, 4, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (21, 21, 8, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (22, 22, 4, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (23, 23, 2, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (24, 24, 2, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (25, 25, 2, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (26, 26, 6, 'indoor'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (27, 27, 6, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (28, 28, 8, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (29, 29, 6, 'patio'); INSERT INTO TableEntity (table_id, table_number, seating_capacity, location) VALUES (30, 30, 4, 'patio');