Is there a way to configure prisma to create date columns (createdOn, updatedOn) on models defined in the schema without having to explicitly create them?
These will populate the createdAt field when a record is created and updatedAt will automatically be given a fresh time stamp anytime the record is updated