Thanks for your help. I ended up with this which works as intended:
add :uuid, :string, null: false, default: fragment("gen_random_uuid()")
Thanks for your help. I ended up with this which works as intended:
add :uuid, :string, null: false, default: fragment("gen_random_uuid()")