When a column uses a trigger formula to generate a UUID (e.g. via UUID()), duplicating a row copies the UUID value instead of generating a new one.
The trigger does not re-run on row duplication, resulting in duplicate UUIDs across rows.
Is this intended behaviour, or a bug?
