#database #development #laravel #mysql #php #postgresql #reading-list

🔗 Add columns with custom types in Laravel Migrations
hbgl.dev

I was certainly surprised when I found out that there is no built-in method to create table columns with custom types in Laravel migrations. The default list of column types available in Laravel may be more than enough for most applications, but, I think there are some valid use cases for opening the hood and directly working on the engine.

continue reading on hbgl.dev

⚠️ This post links to an external website. ⚠️