sequelize-auto icon indicating copy to clipboard operation
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?

Open shrisundar opened this issue 3 years ago • 1 comments

shrisundar avatar Dec 15 '21 08:12 shrisundar

It's because JavaScript doesn't have a date-only data type.

steveschmitt avatar Dec 15 '21 17:12 steveschmitt