It seems the UUID
field type in retool db is no longer nullable. Or has ANY settings at all for that matter.
Even worse: as default value it sets a RANDOM UUID, so we can no longer distinguish which ones are set by us. None of these were set by us, but appeared after a migration of a new UUID column:
We have older tables with UUID fields that are nullable:
I cant find any documentation about this or anything in the changelogs that this changed.
Pretty frustrating, since this is currently a showstopper for us.
Is that intended behaviour (and why) or a bug?