run single migration Tricks

Browse latest tricks and tips on run single migration.

Laravel migration change column type

How to change column type in Laravel MigrationIn this trick we will see how to change column data type for example we are going to change a field from varchar to longText. To do th ...
published on : 19 hours ago 12 Comments