hey! is there any way of safely casting `Column&lt...
# exposed
r
hey! is there any way of safely casting
Column<EntityID<UUID>>
as
Column<UUID>
? the function I’m trying to write isn’t really concerned whether something is a primary key or not. backend I’m using is psql