Postgresql – CockroachDB equivalent of RowVersion in SQL
BOUNTY EDIT: The aspect from rowVersion data type that is important to me is the automatic generation on create and automatic incrementation on update. I don't want to handle the incrementation logic manually in the code side whenever I update…