diff --git a/mentoring.sql b/mentoring.sql index 43bbfff..633104d 100644 --- a/mentoring.sql +++ b/mentoring.sql @@ -48,4 +48,7 @@ create table pairs ( -- date this pairing started start_date timestamptz not null, + + -- date this pairing is scheduled to end + end_date timestamptz not null, );