for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: liow.kitloong
* Date: 2020/03/29
*/
namespace KitLoong\MigrationsGenerator\Generators;
class OtherField
{
public function makeField(array $field): array
if (isset(FieldGenerator::$fieldTypeMap[$field['type']])) {
$field['type'] = FieldGenerator::$fieldTypeMap[$field['type']];
}
return $field;