Added endpoints for organisation sector
This commit is contained in:
parent
06e89c9199
commit
ff263374ec
8 changed files with 20 additions and 0 deletions
|
@ -34,6 +34,10 @@ __PACKAGE__->add_columns(
|
|||
size => 16,
|
||||
is_nullable => 1,
|
||||
},
|
||||
sector => {
|
||||
data_type => "varchar",
|
||||
size => 1,
|
||||
is_nullable => 1,
|
||||
);
|
||||
|
||||
__PACKAGE__->set_primary_key('id');
|
||||
|
|
Reference in a new issue