|
id
|
int(11)
|
|
|
|
|
batch_id
|
int(11)
|
|
|
|
|
parent_unit_id
|
int(11)
|
|
|
|
|
allocated_qty
|
int(11)
|
|
|
|
|
reserve_percent
|
decimal(5,2)
|
|
|
20.00
|
|
reserve_qty
|
int(11)
|
|
|
0
|
|
operational_qty
|
int(11)
|
|
|
0
|
|
current_qty
|
int(11)
|
|
|
0
|
|
reserve_status
|
enum
|
-- |
|
ACTIVE_RESERVE
|
|
fifo_sequence
|
int(11)
|
|
|
1
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
created_by
|
varchar(30)
|
|
|
|
|
updated_by
|
varchar(30)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
|