|
loan_id
|
int(10) unsigned
|
|
|
|
|
ref_no
|
varchar(50)
|
|
|
|
|
loan_from
|
varchar(100)
|
|
|
|
|
title
|
varchar(250)
|
|
|
|
|
amount
|
decimal(25,4) unsigned
|
|
|
|
|
interest
|
decimal(25,4)
|
|
|
0.0000
|
|
payable
|
decimal(25,4) unsigned
|
|
|
|
|
paid
|
decimal(25,4) unsigned
|
|
|
0.0000
|
|
due
|
decimal(25,4) unsigned
|
|
|
0.0000
|
|
details
|
longtext
|
|
|
|
|
attachment
|
text
|
|
|
|
|
status
|
tinyint(1)
|
|
|
1
|
|
sort_order
|
int(11)
|
|
|
0
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
datetime
|
|
|
|
|
updated_at
|
timestamp
|
|
|
|