amaelftah/laravel-trix

UUID Support

uucyy opened this issue · 1 comments

uucyy commented

There currently doesn't seem to be a way (or at least an easy way) to use UUIDs. I use UUIDs throughout all of my systems and it's a shame that I can't use UUIDs for the two tables that this package generates as UUIDs need to be generated instead of using a prebuilt database function.

@lucyyfer thanks for the suggestion i will take a look at that .

but for the current time there's a long solution. which is modifying the migration files and override the Models then Override the HasTrixRichText Trait