added essential flag to transactions in schema

This commit is contained in:
Finn 2018-03-01 17:08:30 +00:00
parent f519bb9f2f
commit 28a33cf27f
10 changed files with 3580 additions and 1 deletions

View file

@ -48,6 +48,11 @@ __PACKAGE__->add_columns(
is_nullable => 0,
set_on_create => 1,
},
"essential" => {
data_type => "boolean",
default_value => \"false",
is_nullable => 0,
},
distance => {
data_type => 'numeric',
size => [15],