Fixed schema issue for import value foreign key being set wrong
This commit is contained in:
parent
76a4b2178c
commit
d4ad360f38
5 changed files with 5 additions and 5 deletions
|
@ -39,7 +39,7 @@ __PACKAGE__->add_columns(
|
|||
size => 255,
|
||||
},
|
||||
transaction_id => {
|
||||
data_type => 'varchar',
|
||||
data_type => 'integer',
|
||||
is_foreign_key => 1,
|
||||
is_nullable => 1,
|
||||
},
|
||||
|
|
Reference in a new issue