support enums in cockroachdb
I would like to see an enum added or an enum modified (only if there's more than one so that Int32 and Int64 are covered) in specs. Just the process of adding it should reveal any edge cases we might have missed
Ok, so that theory worked... We can set the enum to Int64, and it seems to work.... Now the question is, do we have enough spec coverage to say with certainty that this won't break stuff? :joy:
This is actually done in https://github.com/luckyframework/avram/issues/825 So next release will support enums with Int64. I'll close this out now. Thanks @wontruefree!