Postgres uuid
Jump to navigation
Jump to search
select gen_random_uuid (); select replace((select gen_random_uuid()::TEXT), '-', '') ;