schema-builder icon indicating copy to clipboard operation
schema-builder copied to clipboard

Suggestions

Open ajthinking opened this issue 7 years ago • 3 comments

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...

ajthinking avatar Jul 17 '17 13:07 ajthinking

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.

Agontuk avatar Jul 19 '17 06:07 Agontuk

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

ajthinking avatar Aug 15 '17 09:08 ajthinking

Migration files were created as a root user with a 444 permission, soI had to use sudo to update or remove those files.

Agontuk avatar Aug 15 '17 15:08 Agontuk