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.

This is only useful if you use index~Sequelize#sync to create your tables.