Slugify
Created 5 years ago by nfskidI have a field
'slug' => [
'unique' => true,
'required' => true,
'config' => [
'slugify' => 'model_number',
'type' => '_'
],
],
in a migration. Any way I can change the type to - without losing all db data?