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 76a4b2178c
commit d4ad360f38
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,
},