Fixed whitespace in Feedback table

This commit is contained in:
Tom Bloor 2017-08-31 12:18:07 +01:00
parent 6a720b0a46
commit 64cab5f17c

View file

@ -14,7 +14,11 @@ __PACKAGE__->load_components(qw/
__PACKAGE__->add_columns(
"id",
{ data_type => "integer", is_auto_increment => 1, is_nullable => 0 },
{
data_type => "integer",
is_auto_increment => 1,
is_nullable => 0
},
"user_id" => {
data_type => "integer",
is_foreign_key => 1,