Added is_fair column for fairly trading organisations
This commit is contained in:
parent
d6d4121cb3
commit
d4ff855251
10 changed files with 2451 additions and 1 deletions
|
@ -59,6 +59,11 @@ __PACKAGE__->add_columns(
|
|||
default => undef,
|
||||
is_nullable => 1,
|
||||
},
|
||||
is_fair => {
|
||||
data_type => 'boolean',
|
||||
default => undef,
|
||||
is_nullable => 1,
|
||||
},
|
||||
submitted_by_id => {
|
||||
data_type => 'integer',
|
||||
is_nullable => 1,
|
||||
|
|
Reference in a new issue