<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Claudson Martins</title>
    <description>The latest articles on DEV Community by Claudson Martins (@claudsonmartins).</description>
    <link>https://dev.to/claudsonmartins</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F236718%2F7bba3aec-30f7-40b4-806d-82d0ac01856c.jpg</url>
      <title>DEV Community: Claudson Martins</title>
      <link>https://dev.to/claudsonmartins</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/claudsonmartins"/>
    <language>en</language>
    <item>
      <title>MySQL reserved words checker for Laravel migrations on PhpStorm</title>
      <dc:creator>Claudson Martins</dc:creator>
      <pubDate>Wed, 15 Jan 2020 00:58:11 +0000</pubDate>
      <link>https://dev.to/claudsonmartins/mysql-reserved-words-checker-for-laravel-migrations-on-phpstorm-382m</link>
      <guid>https://dev.to/claudsonmartins/mysql-reserved-words-checker-for-laravel-migrations-on-phpstorm-382m</guid>
      <description>&lt;p&gt;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. Although it's fine to name columns whatever you like, there is one small issue when writing raw SQL queries against the database when you do use reserved words as column names.&lt;/p&gt;

&lt;p&gt;This article was moved to my personal blog. &lt;a href="https://claudsonmartins.com/mysql-reserved-words-checker-for-laravel-migrations-on-phpstorm"&gt;Click here to see the full post&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>sql</category>
      <category>phpstorm</category>
    </item>
  </channel>
</rss>
