On MySQL 5 the following column `xxx decimal(6,2) unsigned` is converted to: `$table->decimal('xxx', 6, 2) unsigned->unsigned()`