serial('id').primaryKey() vs primaryKey() in extraConfig?
Are there any implications with marking a column as a primary key through the
extraConfig
argument as opposed to on the column definition?
If I define a column like the following, everything seems to behave fine, but I do see that in the snapshot that drizzle marks the column as primaryKey: false
and instead considers this a composite PK
0 Replies