33941-vm/db/migrations/003_seed_horses_table.sql
2025-09-11 10:05:52 +00:00

5 lines
478 B
SQL

INSERT INTO `horses` (`name`, `breed`, `description`, `image_url`) VALUES
('Spirit', 'Mustang', 'A wild and free-spirited stallion.', 'https://via.placeholder.com/300x200.png?text=Spirit'),
('Black Beauty', 'American Quarter Horse', 'A handsome and gentle horse with a black coat.', 'https://via.placeholder.com/300x200.png?text=Black+Beauty'),
('Joey', 'Thoroughbred', 'A brave and loyal horse who served in World War I.', 'https://via.placeholder.com/300x200.png?text=Joey');