Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Migration & API: Company #57

Open
kennCK opened this issue Jun 19, 2017 · 0 comments
Open

Create Migration & API: Company #57

kennCK opened this issue Jun 19, 2017 · 0 comments
Assignees

Comments

@kennCK
Copy link
Collaborator

kennCK commented Jun 19, 2017

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant