reliese / laravel

Reliese Laravel Model Generator
MIT License
1.49k stars 317 forks source link

primary key uuid => change $keyType #233

Open Grummfy opened 2 years ago

Grummfy commented 2 years ago

Hello, when the primary key is a uuid (string) we need to add protected $keyType = 'string'; in the model

If possible add a trait in the usage too (custom value)

Grummfy commented 2 years ago

note, since 9.26 I think, laravel has a trait dedicated to uuid