added ability to import sheets with extra data
This commit is contained in:
parent
e04b1a51b6
commit
d20fca6732
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