API URL: 'company/' + Functions
Requirements: Issues #55 #56 #58
Tables and Database
| Table Name |
Migration |
| company |
create_company_table.php |
API Files
| Model |
Controller |
| Company.php |
CompanyController.php |
Controller Functions
| Functions |
Status |
Remarks |
| create |
used |
text only |
| retrieve |
used |
text only |
| update |
used |
text only |
| delete |
used |
|
Table Fields
| Column Name |
Type |
Remarks |
Validation |
| id |
increment |
primary |
|
| business_type_id |
unsignedInteger |
|
|
| name |
string |
|
|
| abbreviation |
string |
|
|
| address |
string |
|
|
| contact_number |
string |
|
|
| fax_number |
string |
|
|
| email |
string |
unique |
|
| vision |
longText |
|
not required |
| mission |
longText |
|
not required |
| core_values |
longText |
|
not required |
| social_responsibilities |
longText |
|
not required |
API URL: 'company/' + Functions
Requirements: Issues #55 #56 #58
Tables and Database
API Files
Controller Functions
Table Fields