INSERT INTO periods (id, name, short_name) VALUES (1, 'first', '1'), (2, 'second', '2'), (3, 'third', '3'), (4, 'overtime', 'OT'), (5, 'shootout', 'SO'), (6, 'second overtime', '2OT'), (7, 'third overtime', '3OT'), (8, 'fourth overtime', '4OT'), (9, 'fifth overtime', '5OT'), (10, 'sixth overtime', '6OT'), (11, 'seventh overtime', '7OT'), (12, 'eighth overtime', '8OT'), (13, 'ninth overtime', '9OT');