michaeltintiuc
Identity table sequence name is ignored
When creating an identity column via
id int PRIMARY KEY GENERATED ALWAYS AS IDENTITY (SEQUENCE NAME blobs_id_seq ...)
the sequence name is then returned as a number (i.e. 6088102
) this causes issues with migrations via drizzle-kit push
is this a limitation of the free plan and are there any ways around it?3 replies