what type of data this holds, relevant when storing it in the search engine
=head2 weight
data_type: 'decimal'
is_nullable: 1
size: [5,2]
=cut
__PACKAGE__->add_columns(
},
is_nullable => 0,
"weight",
{ data_type => "decimal", is_nullable => 1, size => [5, 2] },
);
=head1 PRIMARY KEY
-