Added distance to transaction column
This commit is contained in:
parent
e2e4e4769d
commit
62cad2d70e
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ __PACKAGE__->add_columns(
|
|||
is_nullable => 0,
|
||||
set_on_create => 1,
|
||||
},
|
||||
distance => {
|
||||
data_type => 'numeric',
|
||||
size => [15],
|
||||
is_nullable => 1,
|
||||
},
|
||||
);
|
||||
|
||||
__PACKAGE__->set_primary_key("id");
|
||||
|
|
Reference in a new issue