Skip to content

Latest commit

 

History

History
executable file
·
15 lines (12 loc) · 801 Bytes

File metadata and controls

executable file
·
15 lines (12 loc) · 801 Bytes

PROGRAM_ENROLLMENT

PROGRAM_ENROLLMENT

ATTRIBUTE DATA TYPE DEFINITION
program_enrollment_id INT PK
student_id INT FK
program_id INT FK
has_succeeded BOOLEAN Indicates whether the student has succeeded in this program and has the right to get his certificate or not and also whether the program will be added to his wall of achievements.
is_accepted BOOLEAN *Indicates whether the student is accepted in the program or not if:
- Null → Pending
- True → Accepted
- False → Refused
join_date DATE Represents the date when the student joined the program.