Skip to content
Snippets Groups Projects
Commit 3acda969 authored by Michael Kish (mik586)'s avatar Michael Kish (mik586)
Browse files

Update Database.sql

parent 022cb204
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ create table Shifts(
full_date DATE,
start_time INT,
end_time INT,
shift_type VARCHAR(25),
employee_ID INT,
PRIMARY KEY (shift_id),
FOREIGN KEY (employee_ID) REFERENCES Employees(employee_ID)
);
\ No newline at end of file
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment