Tag: php

MySQL Reserved Words Checker for Laravel Migrations on PhpStorm

January 15, 2020 · 4 min read
In this article we are going to setup a kind of "typo checker" on PhpStorm to look for MySQL reserved words being used as column names in your Laravel migration files.