pub type Ilike<Lhs, Rhs> = ILike<Lhs, Rhs>;
postgres_backend
pub struct Ilike<Lhs, Rhs>(/* private fields */);