As I transition to postgres from mongodb due to the recent announcement, I've noticed that the IDs are simply numerical and auto-incremented. I've attempted a few solutions:
- Setting the default ID to a UUID with a lifecycle hook - Unfortunately, this had no effect.
- Trying to install bookshelf-uuid
Does anyone have any guidance on how to achieve this? I really do not want the post ID to be an automatically incremented number.