'Text', 'DateBirth' => 'Date', 'Status' => "Enum('Shooter,Goalie')" ]; $config['defaults'] = [ 'Status' => 'Goalie' ]; } return $config; } }