|
id
|
int(11)
|
|
|
|
|
category_id
|
int(11)
|
|
|
|
|
name
|
varchar(100)
|
|
|
|
|
description
|
text
|
|
|
|
|
price
|
decimal(10,2)
|
|
|
|
|
image
|
varchar(255)
|
|
|
|
|
is_composite
|
tinyint(1)
|
|
|
0
|
|
stock
|
int(11)
|
|
|
0
|
|
max_selections
|
int(11)
|
|
|
1
|
|
qty_per_selection
|
decimal(10,2)
|
|
|
1.00
|
|
is_deleted
|
tinyint(1)
|
|
|
0
|
|
cost_price
|
decimal(10,2)
|
|
|
0.00
|
|
show_in_public
|
tinyint(1)
|
|
|
1
|