Currently in the process of migrating to to postgres after the announcement about dropping mongodb, Just noticed that the ID's are just numbers and auto-incremented.
I have tried:
- Setting the default ID as a UUID with a lifecycle hook - No effect
- Installing bookshelf-uuid
Anyone know how to do this? I very much do not want the ID of my post to be an auto-incremented number.