|
id
|
int(11)
|
|
|
|
|
employee_id
|
int(11)
|
|
|
|
|
entitlement_type
|
enum
|
-- |
|
|
|
title
|
varchar(255)
|
|
|
|
|
amount
|
decimal(12,2)
|
|
|
|
|
is_recurring
|
tinyint(1)
|
|
|
0
|
|
period_month
|
tinyint(4)
|
|
|
|
|
period_year
|
smallint(6)
|
|
|
|
|
status
|
enum
|
-- |
|
pending
|
|
payment_date
|
date
|
|
|
|
|
notes
|
text
|
|
|
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
journal_entry_id
|
int(11)
|
|
|
|
|
account_code
|
varchar(20)
|
|
|
51
|