Skip to content

Commit

Permalink
Hire date cannot be null
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Nov 12, 2023
1 parent 78f4f85 commit 01200ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qddssrc/employee.table
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CREATE OR REPLACE TABLE EMPLOYEE
LASTNAME VARCHAR(15) NOT NULL,
WORKDEPT CHAR(3) ,
PHONENO CHAR(4) ,
HIREDATE DATE ,
HIREDATE DATE NOT NULL,
JOB CHAR(8) ,
EDLEVEL SMALLINT NOT NULL,
SEX CHAR(1) ,
Expand Down

0 comments on commit 01200ce

Please sign in to comment.