Files
ubicloud/migrate/20250327_gen_ubid_uuid.rb
Jeremy Evans d691ae27b1 Add gen_random_ubid_uuid database function for generating UUIDs in UBID format
This is passed the UBID type as an integer, which you can determine
via `UBID.to_base32_n` (e.g. `UBID.to_base32_n("vm") # => 884`)

This could be used as the DEFAULT value for UUID primary keys.
2025-04-04 09:34:19 -07:00

1.4 KiB