Merge pull request #24649 from abdoolly/patch-1

adding unique attribute in AssociationForeignKeyOptions
This commit is contained in:
Paul van Brenk
2018-04-05 13:02:45 -07:00
committed by GitHub

View File

@@ -1200,7 +1200,7 @@ declare namespace sequelize {
* Attribute name for the relation
*/
name?: string;
unique?: boolean | string;
}
/**