|
id
|
bigint(20) unsigned
|
|
|
|
|
organization_type
|
enum
|
-- |
|
|
|
school_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
office_id
|
int(10) unsigned
|
|
|
|
|
employee_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
responsibility_code
|
varchar(80)
|
|
|
|
|
responsibility_name
|
varchar(150)
|
|
|
|
|
effective_from
|
date
|
|
|
|
|
effective_to
|
date
|
|
|
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
remarks
|
varchar(255)
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|