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/20230325040553_add_division...

7 lines
155 B

INSERT INTO divisions
(id, name, league)
VALUES
(1, 'Low Vision & Development Division', 1),
(2, 'Open Division', 1),
(3, 'Children Division', 1);