macro_rules! __static_cond {
    (plantings plantings) => { ... };
    (plantings id) => { ... };
}