Skip to content

Commit d0ee55c

Browse files
authored
Merge pull request #134 from abdelhaqs/patch-2
Add years_since_last_active column to Match the insert in day 2 lab
2 parents b5004cc + dd382a7 commit d0ee55c

File tree

1 file changed

+1
-0
lines changed
  • bootcamp/materials/1-dimensional-data-modeling/lecture-lab

1 file changed

+1
-0
lines changed

bootcamp/materials/1-dimensional-data-modeling/lecture-lab/players.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
draft_number TEXT,
2020
seasons season_stats[],
2121
scorer_class scoring_class,
22+
years_since_last_active INTEGER,
2223
is_active BOOLEAN,
2324
current_season INTEGER,
2425
PRIMARY KEY (player_name, current_season)

0 commit comments

Comments
 (0)