ERROR: type "enum_xxx_status" already exist
reason:
Dropping an enum column does not drop the enum itself. Postgre issue
https://github.com/sequelize/sequelize/issues/8859
solution:
my solution: dont use sequelize migration:create ,add the col to create model migration.