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