You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Establish a config file (modelfromtable.php) that devs can use to preset configurations (which can be overridden by command line) - downside is debug, all, etc have to be explicitly set to true in command line
New configuration to set delimiter (esp useful for tables with a lot of columns)
New configuration that sets overwrite to false by default, much safer for models that a dev has created and modified (force them to overwrite explicitly)
New configuration that sets $primaryKey - supports lambda to run database-specific query to obtain the primary key column
Expanded on previous $cast types, tried to make it a little smarter with regex
New configurations for whitelist and blacklist ("migrations" table included in config's blacklist by default, so devs have the choice to include it or not)