|
EmpID
|
int(11)
|
|
|
|
|
ApplicantID
|
int(11)
|
|
|
|
|
EmployeeName
|
varchar(250)
|
|
|
|
|
BranchID
|
int(11)
|
|
|
|
|
JobName
|
varchar(255)
|
|
|
|
|
EmploymentDate
|
date
|
|
|
|
|
FR_Evaluation
|
decimal(5,2)
|
|
|
|
|
FR_Notes
|
text
|
|
|
|
|
LR_Evaluation
|
decimal(5,2)
|
|
|
|
|
LR_Notes
|
text
|
|
|
|
|
Notes
|
text
|
|
|
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
inserted_at
|
timestamp
|
|
|
current_timestamp()
|