Optional
allowIf false, the column will have a NOT NULL constraint, and a not null validation will be run before an instance is saved.
true
Optional
defaultA literal default value, a JavaScript function, or an SQL function (using fn)
Optional
fieldThe name of the column.
If no value is provided, Sequelize will use the name of the attribute (in snake_case if underscored is true)
Generated using TypeDoc
General column options