Column comment. Not supported by all database types.
Column name in the database.
Column type. Must be one of the value from the ColumnTypes class.
Puts UNSIGNED attribute on to numeric column. Works only for MySQL.
Puts ZEROFILL attribute on to numeric column. Works only for MySQL. If you specify ZEROFILL for a numeric column, MySQL automatically adds the UNSIGNED attribute to the column
Generated using TypeDoc
Describes all options for PrimaryGeneratedColumn decorator with numeric generation strategy.