Closed HarryVeilleux closed 2 years ago
Just added Postgres's current_timestamp function as a valid default setting of datetime fields, following the same behavior as if it was set "now()".
@HarryVeilleux thanks for PR, let me release it in the patch version after merge
I added also same logic to over models types: https://github.com/xnuinside/omymodels/pull/39 and released version 0.12.1
Just added Postgres's current_timestamp function as a valid default setting of datetime fields, following the same behavior as if it was set "now()".