rochejul / sequelize-mocking

Sequelize extension to deal with data-mocking for testing
MIT License
63 stars 26 forks source link

DataType decimal #19

Closed julesGoullee closed 6 years ago

julesGoullee commented 6 years ago

When Create model with this type DECIMAL it return js native Number, but sequelize (with postgres) return js type String

rochejul commented 6 years ago

Hi Maybe this issue is related to #15 ? Where we have to specify some transform steps due to sequelize loading fixtures ?

Regards

rochejul commented 6 years ago

Close due to no more feedbacks