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
feat: Add basic attribute validation when generating from a database table (#858)
* Add basic attribute validation when generating from a database table
These are simply based on the column data as reported from the database.
* Fix spacing to comply with StyleCI
* Simplify null check by using existing variable
* Match "double" as a numeric type for db-generated validation
* Fix default excluded fields never being used
This also adds deleted_at to default excluded fields as per ajayinfyom
request.
Co-authored-by: Andrew Keynes <[email protected]>
0 commit comments