diff --git a/src/property.ts b/src/property.ts index 771f7cf..ae3ca57 100644 --- a/src/property.ts +++ b/src/property.ts @@ -50,9 +50,6 @@ class Property extends BaseProperty { if (this.sequelizePath.autoIncrement) { return false } - if (this.isId()) { - return false - } return true }