__PACKAGE__->meta->columns(
active_price_source => { type => 'text' },
description => { type => 'text' },
+ discount => { type => 'float', precision => 4, scale => 4 },
+ discount_code => { type => 'text' },
id => { type => 'serial', not_null => 1 },
+ identifier => { type => 'text' },
partnumber => { type => 'text' },
position => { type => 'integer' },
price => { type => 'numeric', precision => 15, scale => 5 },