Fixed whitespace in Feedback table
This commit is contained in:
parent
6a720b0a46
commit
64cab5f17c
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@ __PACKAGE__->load_components(qw/
|
||||||
|
|
||||||
__PACKAGE__->add_columns(
|
__PACKAGE__->add_columns(
|
||||||
"id",
|
"id",
|
||||||
{ data_type => "integer", is_auto_increment => 1, is_nullable => 0 },
|
{
|
||||||
|
data_type => "integer",
|
||||||
|
is_auto_increment => 1,
|
||||||
|
is_nullable => 0
|
||||||
|
},
|
||||||
"user_id" => {
|
"user_id" => {
|
||||||
data_type => "integer",
|
data_type => "integer",
|
||||||
is_foreign_key => 1,
|
is_foreign_key => 1,
|
||||||
|
|
Reference in a new issue