team
9 rows where franchise_id = 2
This data as json, CSV (advanced)
Suggested facets: division_id
| id ▼ | name | year_founded | division_id | franchise_id | 
|---|---|---|---|---|
| 42 | Calgary Wranglers | 2022 | Pacific 4 | 2 2 | 
| 46 | Stockton Heat | 2015 | Pacific 4 | 2 2 | 
| 47 | Maine Mariners | 1977 | 2 2 | |
| 48 | Utica Devils | 1987 | 2 2 | |
| 49 | Saint John's Flames | 1993 | 2 2 | |
| 50 | Omaha Ak-Sar-Ben Knights | 2005 | 2 2 | |
| 51 | Quad City Flames | 2007 | 2 2 | |
| 52 | Adirondak Flames | 2014 | North 6 | 2 2 | 
| 53 | Abbotsford Heat | 2009 | West 5 | 2 2 | 
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "team" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "name" varchar(32) NULL, "year_founded" integer NULL, "division_id" bigint NULL REFERENCES "division" ("id") DEFERRABLE INITIALLY DEFERRED, "franchise_id" bigint NULL REFERENCES "franchise" ("id") DEFERRABLE INITIALLY DEFERRED);
CREATE INDEX "team_division_id_d045beb7" ON "team" ("division_id");
CREATE INDEX "team_franchise_id_c7da83a8" ON "team" ("franchise_id");