The @Comment decorator is used to set the comment on a column, it is a shortcut for setting the comment option of the Attribute decorator.
@Comment
comment
This is only useful if you use index~Sequelize#sync to create your tables.
The
@Comment
decorator is used to set the comment on a column, it is a shortcut for setting thecomment
option of the Attribute decorator.This is only useful if you use index~Sequelize#sync to create your tables.