How-to articles, tricks, and solutions about MIGRATION
Laravel migration table field's type change
To change the type of a field in a table using a migration in Laravel, you can use the change method on the Schema facade.