mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Adding the function interface now allows the user to specify
a default value for UUID types:
```
const TestModel = sequelize.define('test_model', {
uuid: {
type: Sequelize.UUID,
defaultValue: Sequelize.UUIDV4()
}
});
```
|
||
|---|---|---|
| .. | ||
| v3 | ||
| index.d.ts | ||
| sequelize-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||