File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 161161 | Base Files
162162 |--------------------------------------------------------------------------
163163 |
164- | By default, your models will be generated in your models' path, but
164+ | By default, your models will be generated in your models path, but
165165 | when you generate them again they will be replaced by new ones.
166166 | You may want to customize your models and, at the same time, be
167167 | able to generate them as your tables change. For that, you
254254 |--------------------------------------------------------------------------
255255 |
256256 | You may want to specify which of your table fields should be cast as
257- | something different from a string. For instance, you may want a
257+ | something other than a string. For instance, you may want a
258258 | text field be cast as an array or and object.
259259 |
260260 | You may define column patterns which will be cast using the value
284284 'failed_jobs ' ,
285285 'password_resets ' ,
286286 'personal_access_tokens ' ,
287- 'notifications ' ,
288- 'nova_field_attachments ' ,
289- 'nova_notifications ' ,
290- 'nova_pending_field_attachments ' ,
291- 'telescope_entries ' ,
292- 'telescope_entries_tags ' ,
293- 'telescope_monitoring ' ,
287+ 'password_reset_tokens ' ,
294288 ],
295289
296290 /*
You can’t perform that action at this time.
0 commit comments