CrustyCookiesAPI/app/Migrations/0020-data.sql
2024-04-22 14:07:00 +02:00

4 lines
No EOL
141 B
SQL

-- Inserts here
INSERT INTO Customers (CustomerID, Name, Address) VALUES
(1, 'John Doe', '123 Main St'),
(2, 'Jane Smith', '456 Elm St');