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