|
id
|
int(11)
|
|
|
|
|
rule_name
|
varchar(255)
|
|
|
|
|
applies_to
|
enum
|
-- |
|
rank
|
|
rank_id
|
int(11)
|
|
|
|
|
staff_id
|
int(11)
|
|
|
|
|
rate_theory
|
decimal(10,2)
|
|
|
0.00
|
|
rate_practical
|
decimal(10,2)
|
|
|
0.00
|
|
rate_extra
|
decimal(10,2)
|
|
|
0.00
|
|
min_hours_extra
|
int(11)
|
|
|
0
|
|
effective_from
|
date
|
|
|
|
|
effective_to
|
date
|
|
|
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
notes
|
text
|
|
|
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|