i created a parent class with created_at and updated_at fields but unfortunately Magnum could not map them I guess because its using a Scala 3 Mirror which only maps case class constructors. It would be great to be able to put these audit type field in a single place so they don't have to be declared in every case class.
i created a parent class with created_at and updated_at fields but unfortunately Magnum could not map them I guess because its using a Scala 3 Mirror which only maps case class constructors. It would be great to be able to put these audit type field in a single place so they don't have to be declared in every case class.