From edf4b3955269d1d85699d0f973ef64f4a3422dff Mon Sep 17 00:00:00 2001 From: anthonydb Date: Sun, 29 Oct 2023 13:25:16 -0400 Subject: [PATCH] Correct Listing 5-4 to match book --- Chapter_05/Chapter_05.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_05/Chapter_05.sql b/Chapter_05/Chapter_05.sql index 53746a0..0e73b32 100644 --- a/Chapter_05/Chapter_05.sql +++ b/Chapter_05/Chapter_05.sql @@ -71,7 +71,7 @@ CREATE TABLE supervisor_salaries ( town text, county text, supervisor text, - start_date text, + start_date date, salary numeric(10,2), benefits numeric(10,2) );