Laravel migration default value
How to set default value in Laravel migration
We might run to cases where we need to set a default value to a column in Laravel migration.
this are some use cases that can inspire you to work on your Laravel application
Default value null (nullable)
...
mohamedallam.hashnode.dev2 min read