You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ibihf/migrations/20230325040554_add_teams.up...

7 lines
124 B

-- Add up migration script here
INSERT INTO teams
(id, name, division)
VALUES
(1, 'Bullseye', 1),
(2, 'See Cats', 1);