plugin
plugin copied to clipboard
[Feature Request]: enum on Model Creation
Feature Description
- When creating a model with other file like resource, request etc. It would be nice to be able to define a column as enum and pass the enum options or just enum and pass the options post creation.
- Adding $guarded and $hidden as is with $fillable. For people like me who prefer to use $guarded over $fillable, an option to add the $guarded array would be nice to have.
- We will try to add an enum and other options in one of the next iterations.
- How should $guarded shoule be filled?
In settings we can have a toggle to enable guarded then it shows along the Nullable checkbox. That way we the elegant look still maintains by default.