The createdAt field.
The createdAt field. You can change the behavior of this field:
override lazy val createdAt = new MyCreatedAt(this) {
override def dbColumnName = "i_eat_time"
}
Override this method to index the createdAt field
Override this method to index the createdAt field
A trait you can mix into a Mapper class that gives you a createdat column