I\'m trying to create tables that will have a primary key which is a UUID defined as binary(16) instead of the default auto-incrementing id field.<
binary(16)
id
also try use this package will automatically generate and assign UUID field in your model, also can show and update by UUIDs key.
https://github.com/EmadAdly/laravel-uuid