Sample data
This commit is contained in:
parent
09e733add3
commit
18b2e14e78
1 changed files with 4 additions and 0 deletions
4
app/Migrations/0020-data.sql
Normal file
4
app/Migrations/0020-data.sql
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
-- Inserts here
|
||||||
|
INSERT INTO Customers (CustomerID, Name, Address) VALUES
|
||||||
|
(1, 'John Doe', '123 Main St'),
|
||||||
|
(2, 'Jane Smith', '456 Elm St');
|
Loading…
Reference in a new issue