Duplicate indexes when using `serial('').primaryKey()`
I have observed than whenever I use
This does not happen for tables where the primary key is not a serial (I have one where the primary key is a varchar and there's no index duplication).
Is this expected for any reason? Am I doing something wrong?
serial('id').primaryKey() in one of my tables, the primary key index gets duplicated.This does not happen for tables where the primary key is not a serial (I have one where the primary key is a varchar and there's no index duplication).
Is this expected for any reason? Am I doing something wrong?
