mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 14:38:20 +08:00
Merge pull request #24649 from abdoolly/patch-1
adding unique attribute in AssociationForeignKeyOptions
This commit is contained in:
2
types/sequelize/index.d.ts
vendored
2
types/sequelize/index.d.ts
vendored
@@ -1200,7 +1200,7 @@ declare namespace sequelize {
|
||||
* Attribute name for the relation
|
||||
*/
|
||||
name?: string;
|
||||
|
||||
unique?: boolean | string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user