pub type History { History( user_id: Int, value: Int, type_: String, description: String, do_at: String, ) }