rappasoft / rappasoft-comments

utteranc.es repository for rappasoft.com
2 stars 0 forks source link

blog/snippet-2-adding-a-uuid-trait-to-auto-populate-uuid-columns-on-model-create #16

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Rappasoft | Blog | Snippet 2: Adding a UUID Trait to auto-populate uuid columns on model create

If you ever have the need for a UUID column on your models, you may as well use a trait to populate them in case you need the same functionality on other models in the future.

https://rappasoft.com/blog/snippet-2-adding-a-uuid-trait-to-auto-populate-uuid-columns-on-model-create

nGincode commented 1 year ago

not work