-
Notifications
You must be signed in to change notification settings - Fork 133
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
[Feature] Improve Model add #14
Comments
Good one! Have been thinking about syntax validation but a combobox would even remove that necessity. |
Yes, you can remove all syntax validation complexity :) |
Add id as default for new model (with ability to remove it). Also I think timestamps should be checked as default. When you are creating new model with id please use $table->id(); 🙂 |
@pawel-miczka Yeah, nice, working on it! Coming with 0.9.10. |
I also found that there is no option to add bigInteger for column type (for ex. for foreign key) which is default for ids in Laravel. |
Ah, good one yeah, I'll take that to 0.9.10 as well. |
@pawel-miczka Waiting for the pipeline in develop to merge support for these: |
As described on README we can add a
type
and arule
when creating models.Would be nice to have two combobox with all available options for each
type
andrule
, instead of a text field.For flexibility in each combox a option
other
that will enable a input text.The text was updated successfully, but these errors were encountered: