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) );