CrustyCookiesAPI/app/Migrations/0020-data.sql

4 lines
141 B
MySQL
Raw Normal View History

2024-04-22 14:07:00 +02:00
-- Inserts here
INSERT INTO Customers (CustomerID, Name, Address) VALUES
(1, 'John Doe', '123 Main St'),
(2, 'Jane Smith', '456 Elm St');