Closed abhimanyu003 closed 8 years ago
Currently all my models in in app folder with namespace App
app
App
But how can I update the database, lets say if I update the model namespace to something like App\Foo\Models
App\Foo\Models
Thanks
You would probably just need to run a migration or DB query to update the taggable table, renaming the class names there.
Hopefully this is a one-time change, and not a recurring thing.
Currently all my models in in
app
folder with namespaceApp
But how can I update the database, lets say if I update the model namespace to something like
App\Foo\Models
Thanks