Fixed schema issue for import value foreign key being set wrong

This commit is contained in:
Tom Bloor 2017-11-21 11:13:04 +00:00
parent 13cd5ed950
commit fc0d2f6fa0
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
5 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ __PACKAGE__->add_columns(
size => 255,
},
transaction_id => {
data_type => 'varchar',
data_type => 'integer',
is_foreign_key => 1,
is_nullable => 1,
},