|
id
|
bigint(20) unsigned
|
|
|
|
|
user_id
|
int(10) unsigned
|
|
|
|
|
role_id
|
int(10) unsigned
|
|
|
|
|
scope_type
|
enum
|
-- |
|
|
|
school_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
office_id
|
int(10) unsigned
|
|
|
|
|
starts_at
|
datetime
|
|
|
|
|
ends_at
|
datetime
|
|
|
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
remarks
|
varchar(255)
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|