SQLite format 3@  CC.4 
B��:�StablegamesgamesCREATE TABLE games(
        id integer primary key autoincrement,
        h_team_id char,
        o_team_id char,
        h_points integer,
        o_points integer,
        date text,
        FOREIGN KEY(h_team_id) REFERENCES teams(id),
        FOREIGN KEY(o_team_id) REFERENCES teams(id)
)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)j�3tableteamsteamsCREATE TABLE teams(
       id integer primary key autoincrement,
       name text
)

�������taM3�������nTB*
�
�
�
�
�
�1washington wizardsUtah Jazz+Toronto Raptors/San Antonio Spurs-Sacramento Kings9Portland Trail Blazers%Phoenix Suns3Philadelphia Sixers'Orlando Magic7Oklahoma City Thunder+New York Knicks3New Orleans Hornets9Minnesota Timberwolves+Milwaukee Bucks
!Miami Heat/Memphis GrizzliesLA Lakers
#LA Clippers)Indiana Pacers+Houston Rockets
7Golden State Warriors	+Detroit Pistons)Denver Nuggets-Dallas Mavericks3Cleveland Cavaliers'Chicago Bulls/Charlotte Bobcats'Brooklyn Nets)Boston Celtics'Atlanta Hawks
���	games	teams
��!12PW12-01-2019