Snippets tagged “schema-facade”
1 snippet uses this tag.
- Laravel migration table field's type changePHP
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.
1 snippet uses this tag.
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.