INSERT INTO categories (title, image, description, status, position, slug, deleted, deletedAt, createdAt, updatedAt) VALUES ('Du lịch trong nước', 'https://backend.daca.vn/assets/tour/images/du-lich-trong-nuoc.jpg', 'Các tour du lịch trong Việt Nam', 'active', 1, 'du-lich-trong-nuoc', false, NULL, NOW(), NOW()), ('Du lịch nước ngoài', 'https://backend.daca.vn/assets/tour/images/du-lich-nuoc-ngoai.jpg', 'Các tour du lịch quốc tế', 'active', 2, 'du-lich-nuoc-ngoai', false, NULL, NOW(), NOW()), ('Tour mùa hè', 'https://backend.daca.vn/assets/tour/images/tour-mua-he.jpeg', 'Các tour phù hợp cho mùa hè', 'active', 3, 'tour-mua-he', false, NULL, NOW(), NOW()), ('Tour mùa đông', 'https://backend.daca.vn/assets/tour/images/tour-mua-dong.jpg', 'Các tour phù hợp cho mùa đông', 'active', 4, 'tour-mua-dong', false, NULL, NOW(), NOW()), ('Tour thám hiểm', 'https://backend.daca.vn/assets/tour/images/tour-tham-hiem.jpg', 'Các tour khám phá và thám hiểm', 'active', 5, 'tour-tham-hiem', false, NULL, NOW(), NOW()), ('Tour nghỉ dưỡng', 'https://backend.daca.vn/assets/tour/images/tour-nghi-duong.jpg', 'Các tour nghỉ dưỡng tại các khu resort', 'active', 6, 'tour-nghi-duong', false, NULL, NOW(), NOW()), ('Tour ẩm thực', 'https://backend.daca.vn/assets/tour/images/tour-am-thuc.jpg', 'Các tour trải nghiệm ẩm thực độc đáo', 'active', 7, 'tour-am-thuc', false, NULL, NOW(), NOW()), ('Tour giáo dục', 'https://backend.daca.vn/assets/tour/images/tour-giao-duc.jpg', 'Các tour học thuật và giáo dục', 'active', 8, 'tour-giao-duc', false, NULL, NOW(), NOW()), ('Tour thể thao', 'https://backend.daca.vn/assets/tour/images/tour-the-thao.jpg', 'Các tour liên quan đến hoạt động thể thao', 'active', 9, 'tour-the-thao', false, NULL, NOW(), NOW()), ('Tour gia đình', 'https://backend.daca.vn/assets/tour/images/tour-gia-dinh.jpg', 'Các tour phù hợp cho cả gia đình', 'active', 10, 'tour-gia-dinh', false, NULL, NOW(), NOW());