Skip to content

Commit dd382a7

Browse files
committed
Add years_since_last_active column to Match the insert in day 2 lab
1 parent b5004cc commit dd382a7

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)