https://github.com/driftingruby/023-uuid-in-rails-with-activeuuid
Some cases require non-auto incrementing primary keys as well as multiple master writes without id conflicts. With ActiveUUID, we can configure our table's primary key with confidence without added complexity.
https://github.com/driftingruby/023-uuid-in-rails-with-activeuuid
Last synced: 11 months ago
JSON representation
Some cases require non-auto incrementing primary keys as well as multiple master writes without id conflicts. With ActiveUUID, we can configure our table's primary key with confidence without added complexity.
- Host: GitHub
- URL: https://github.com/driftingruby/023-uuid-in-rails-with-activeuuid
- Owner: driftingruby
- Created: 2016-03-03T04:40:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T02:14:27.000Z (about 8 years ago)
- Last Synced: 2025-02-15T08:31:37.604Z (over 1 year ago)
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/uuid-in-rails-with-activeuuid
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README