added ability to import sheets with extra data
This commit is contained in:
parent
c977cf3279
commit
af9069b17a
14 changed files with 4987 additions and 8 deletions
|
@ -20,12 +20,12 @@ __PACKAGE__->add_columns(
|
|||
},
|
||||
"lis" => {
|
||||
data_type => 'boolean',
|
||||
default => undef,
|
||||
default_value => undef,
|
||||
is_nullable => 1,
|
||||
},
|
||||
"esta" => {
|
||||
data_type => 'boolean',
|
||||
default => undef,
|
||||
default_value => undef,
|
||||
is_nullable => 1,
|
||||
},
|
||||
);
|
||||
|
|
Reference in a new issue