I'm attempting to use UUID's for my user ID's in Laravel and to support this I need to modify a vendor migration (in this case the Voyager admin panel) to change the user id type.
Is there a way to do this?
I'm attempting to use UUID's for my user ID's in Laravel and to support this I need to modify a vendor migration (in this case the Voyager admin panel) to change the user id type.
Is there a way to do this?
You can create this type of migration file: https://github.com/laravel/fortify/blob/1.x/database/migrations/2014_10_12_200000_add_two_factor_columns_to_users_table.php