From a63057ea9b95c4ad47a0c1e8b1695c0cef081ad6 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 2 Jul 2020 18:16:18 +0000 Subject: [PATCH] draft --- mentoring.sql | 3 +++ 1 file changed, 3 insertions(+) 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, );