home / games

team_date_point

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "team_date_point" (
	"id"	INTEGER,
	"team_id"	INTEGER,
	"date"	INTEGER,
	"wins"	INTEGER,
	"loses"	INTEGER,
	"otl"	INTEGER,
	"sol"	INTEGER,
	"total_points"	INTEGER,
	UNIQUE("team_id","date"),
	PRIMARY KEY("id" AUTOINCREMENT)
);
Powered by Datasette · Queries took 1.2ms