|
id
|
int(11)
|
|
|
|
|
tender_number
|
varchar(50)
|
|
|
|
|
title
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
tender_type
|
enum
|
-- |
|
supply
|
|
department_id
|
int(11)
|
|
|
|
|
estimated_value
|
decimal(14,2)
|
|
|
|
|
publish_date
|
date
|
|
|
|
|
submission_deadline
|
date
|
|
|
|
|
opening_date
|
date
|
|
|
|
|
status
|
enum
|
-- |
|
draft
|
|
winner_supplier_id
|
int(11)
|
|
|
|
|
awarded_amount
|
decimal(14,2)
|
|
|
|
|
notes
|
text
|
|
|
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|