warehouse_id => { type => 'integer' },
bin_id => { type => 'integer' },
currency_id => { type => 'integer', not_null => 1 },
+ show_weight => { type => 'boolean', default => 'false', not_null => 1 },
],
primary_key_columns => [ 'id' ],
warehouse => {
class => 'SL::DB::Warehouse',
key_columns => { warehouse_id => 'id' },
-
+ },
currency => {
class => 'SL::DB::Currency',
key_columns => { currency_id => 'id' },