Slugify
Created 4 years ago by nfskid

I 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?