sequelize-auto
sequelize-auto copied to clipboard
Is there a reason why dateonly field is generated as string in the models? Can this be fixed if it is an issue?
It's because JavaScript doesn't have a date-only data type.