File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ from sequelize are valid):
191
191
Decorator | Description
192
192
--------------------------------------|---------------------
193
193
` @Column ` | tries to infer [ dataType] ( http://docs.sequelizejs.com/manual/tutorial/models-definition.html#data-types ) from js type
194
- ` @Column(dataType: DateType ) ` | sets [ dataType] ( http://docs.sequelizejs.com/manual/tutorial/models-definition.html#data-types ) explicitly
194
+ ` @Column(dataType: DataType ) ` | sets [ dataType] ( http://docs.sequelizejs.com/manual/tutorial/models-definition.html#data-types ) explicitly
195
195
` @Column(options: AttributeOptions) ` | sets [ attribute options] ( http://docs.sequelizejs.com/manual/tutorial/models-definition.html#configuration )
196
196
197
197
#### * Shortcuts*
You can’t perform that action at this time.
0 commit comments