4 lines
182 B
MySQL
4 lines
182 B
MySQL
|
-- name: CreateTeams :copyfrom
|
||
|
INSERT INTO teams (slug, display_name, country_slug, domestic_league_slug, short_name, picture_url, team_type)
|
||
|
VALUES ($1, $2, $3, $4, $5, $6, $7);
|