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: Position History #35

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

Create Migration & API: Position History #35

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

Comments

@kennCK
Copy link
Collaborator

kennCK commented Jun 15, 2017

API URL: http://localhost/godigit/api/api/position_history/create
API URL: http://localhost/godigit/api/api/position_history/retrieve
API URL: http://localhost/godigit/api/api/position_history/update
API URL: http://localhost/godigit/api/api/position_history/delete

Files

Table Name Migration Model Controller
position_history create_position_history_table.php PositionHistory.php PositionHistoryController.php

Controller

Functions Status Remarks
create used text only
retrieve used
update used
delete used

Table Fields

Column Name Type Remarks Values
id increment
position_id unsignedInteger
account_id unsignedInteger
effective_date datetime
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