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

Add Command to seeds #114

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add Command to seeds #114

wants to merge 5 commits into from

Conversation

eefahd
Copy link

@eefahd eefahd commented Apr 20, 2018

If user made migrate refresh or exported the model and imported it in another database, he can not use the model in laraflat UI (for example: for making relations) because it does not exist in command table in the database.
This update will make the project add Command to seeds file when making new admin_model, so the user can use it later.

//TODO:

  • Add menus to seeds.
  • Add relations to seeds.
  • Include seeds files within exported model files.

eefahd added 5 commits April 20, 2018 22:16
If user made migrate refresh or exported the model and imported it in another database, he can not use the model in laraflat UI (for example: for making relations) because it does not exist in command table in the database.
This update will make the project add Command to seeds file when making new admin_model, so the user can use it later.

//TODO:
- Add menus to seeds.
- Add relations to seeds.
- Include seeds files within exported model files.
If user made migrate refresh or exported the model and imported it in another database, he can not use the model in laraflat UI (for example: for making relations) because it does not exist in command table in the database.
This update will make the project add Command to seeds file when making new admin_model, so the user can use it later.

//TODO:
- Add menus to seeds.
- Add relations to seeds.
- Include seeds files within exported model files.
If user made migrate refresh or exported the model and imported it in another database, he can not use the model in laraflat UI (for example: for making relations) because it does not exist in command table in the database.
This update will make the project add Command to seeds file when making new admin_model, so the user can use it later.

//TODO:
- Add menus to seeds.
- Add relations to seeds.
- Include seeds files within exported model files.
If user made migrate refresh or exported the model and imported it in another database, he can not use the model in laraflat UI (for example: for making relations) because it does not exist in command table in the database.
This update will make the project add Command to seeds file when making new admin_model, so the user can use it later.

//TODO:
- Add menus to seeds.
- Add relations to seeds.
- Include seeds files within exported model files.
If user made migrate refresh or exported the model and imported it in another database, he can not use the model in laraflat UI (for example: for making relations) because it does not exist in command table in the database.
This update will make the project add Command to seeds file when making new admin_model, so the user can use it later.

//TODO:
- Add menus to seeds.
- Add relations to seeds.
- Include seeds files within exported model files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant