So, im using nestjs to create a rest api and here is my schema
as you can see i also set timestamps: true
in repository.schema it work but when i set it on commit.schema the timestamps
not generating the createdAt
and updatedAt
field
here is the result that i get
i already google this one but still can't find the solution!
thanks in advance