Correct Listing 5-4 to match book
This commit is contained in:
parent
906fb2a965
commit
edf4b39552
@ -71,7 +71,7 @@ CREATE TABLE supervisor_salaries (
|
|||||||
town text,
|
town text,
|
||||||
county text,
|
county text,
|
||||||
supervisor text,
|
supervisor text,
|
||||||
start_date text,
|
start_date date,
|
||||||
salary numeric(10,2),
|
salary numeric(10,2),
|
||||||
benefits numeric(10,2)
|
benefits numeric(10,2)
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user