|
id
|
int(11)
|
|
|
|
|
supplier_id
|
int(11)
|
|
|
|
|
supplier_name
|
varchar(180)
|
|
|
|
|
item_quoted
|
varchar(180)
|
|
|
|
|
quantity
|
decimal(14,2)
|
|
|
1.00
|
|
unit_price
|
decimal(14,2)
|
|
|
0.00
|
|
total_amount
|
decimal(14,2)
|
|
|
0.00
|
|
warranty_terms
|
varchar(255)
|
|
|
|
|
quotation_date
|
date
|
|
|
|
|
expiration_date
|
date
|
|
|
|
|
attachment_path
|
varchar(255)
|
|
|
|
|
status
|
enum
|
-- |
|
pending
|
|
remarks
|
text
|
|
|
|
|
is_deleted
|
tinyint(1)
|
|
|
0
|
|
created_by
|
int(11)
|
|
|
|
|
updated_by
|
int(11)
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|