Closed kilnerm closed 5 years ago
This PR add a property to Model which allows the user to specify a chosen format for encoding any properties which are of type Date to their database.
Model
Date
The PR also updates the ORM to respect the value of the property when creating a table from a Model.
This PR add a property to
Model
which allows the user to specify a chosen format for encoding any properties which are of typeDate
to their database.The PR also updates the ORM to respect the value of the property when creating a table from a Model.