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

Suggestions #1

Open
ajthinking opened this issue Jul 17, 2017 · 3 comments
Open

Suggestions #1

ajthinking opened this issue Jul 17, 2017 · 3 comments

Comments

@ajthinking
Copy link

Hi
this is not really an issue post, but I didnt find any contact information. I was wondering what you think about the suggestions below. If you like any of them I might send you a pull request. Brilliant repo, thanks.

  1. Add auth tables by default (create_users_table/create_password_resets_table). Now they have to be recreated in order to relate tables to a user?
  2. Instead of downloading a zip, it would be cool if the export button actually put the migrations directly in database folder.
  3. Option to migrate directly from GUI
  4. What about the rest of the design process? It would be awesome if it could also spit out Models with corresponding hasMany() etc...
@Agontuk
Copy link
Owner

Agontuk commented Jul 19, 2017

Hello, thanks for the feedback & suggestions, really appreciate it. Any pull request is welcome.

About no. 2, I actually tried this. But there was a file permission issue when migrations were created, that's why I decided to make a zip.

I'll try out others as soon as possible, but currently not working on any laravel related projects.

@ajthinking
Copy link
Author

Cool, I will soon have some time to test some of the ideas out to. But what was the file permission issue?

@Agontuk
Copy link
Owner

Agontuk commented Aug 15, 2017

Migration files were created as a root user with a 444 permission, soI had to use sudo to update or remove those 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

No branches or pull requests

2 participants