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.
33 lines
5.1 KiB
33 lines
5.1 KiB
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Buffalo Bills', 'Ralph Wilson Stadium', 'Doug Marrone', 'AFC', 'East', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Miami Dolphins', 'Sun Life Stadium', 'Joe Philbin', 'AFC', 'East', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('New England Patriots', 'Gillette Stadium', 'Bill Belichick', 'AFC', 'East', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('New York Jets', 'MetLife Stadium', 'Rex Ryan', 'AFC', 'East', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Baltimore Ravens', 'M&T Bank Stadium', 'John Harbaugh', 'AFC', 'North', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Cincinnati Bengals', 'Paul Brown Stadium', 'Marvin Lewis', 'AFC', 'North', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Cleveland Browns', 'FirstEnergy Stadium', 'Mike Pettine', 'AFC', 'North', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Pittsburgh Steelers', 'Heinz Field', 'Mike Tomlin', 'AFC', 'North', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Houston Texans', 'NRG Stadium', 'Bill OBrien', 'AFC', 'South', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Indianapolis Colts', 'Lucas Oil Stadium', 'Chuck Pagano', 'AFC', 'South', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Jacksonville Jaguars', 'EverBank Field', 'Gus Bradley', 'AFC', 'South', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Tennessee Titans', 'LP Field', 'Ken Whisenhunt', 'AFC', 'South', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Denver Broncos', 'Sports Authority Field', 'John Fox', 'AFC', 'West', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Kansas City Chiefs', 'Arrowhead Stadium', 'Andy Reid', 'AFC', 'West', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Oakland Raiders', 'O.co Coliseum', 'Tony Sparano', 'AFC', 'West', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('San Diego Chargers', 'Qualcomm Stadium', 'Mike McCoy', 'AFC', 'West', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Dallas Cowboys', 'AT&T Stadium', 'Jason Garrett', 'NFC', 'East', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('New York Giants', 'MetLife Stadium', 'Tom Coughlin', 'NFC', 'East', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Philadelphia Eagles', 'Lincoln Financial Field', 'Chip Kelly', 'NFC', 'East', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Washington Redskins', 'FedExField', 'Jay Gruden', 'NFC', 'East', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Chicago Bears', 'Soldier Field', 'Marc Trestman', 'NFC', 'North', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Detroit Lions', 'Ford Field', 'Jim Caldwell', 'NFC', 'North', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Green Bay Packers', 'Lambeau Field', 'Mike McCarthy', 'NFC', 'North', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Minnesota Vikings', 'TCF Bank Stadium', 'Mike Zimmer', 'NFC', 'North', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Atlanta Falcons', 'Georgia Dome', 'Mike Smith', 'NFC', 'South', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Carolina Panthers', 'Bank of America Stadium', 'Ron Rivera', 'NFC', 'South', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('New Orleans Saints', 'Mercedes-Benz Superdome', 'Sean Payton', 'NFC', 'South', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Tampa Bay Buccaneers', 'Raymond James Stadium', 'Lovie Smith', 'NFC', 'South', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Arizona Cardinals', 'University of Phoenix Stadium', 'Bruce Arians', 'NFC', 'West', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('St. Louis Rams', 'Edward Jones Dome', 'Jeff Fisher', 'NFC', 'West', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('San Francisco 49ers', 'Levis Stadium', 'Jim Harbaugh', 'NFC', 'West', 'true');
|
|
INSERT INTO teams (name, stadium, head_coach, conference, division, active) VALUES ('Seattle Seahawks', 'CenturyLink Field', 'Pete Carroll', 'NFC', 'West', 'true');
|