Macro backend::schema::plantings::columns::__static_cond

source ยท
macro_rules! __static_cond {
    (plant_id plant_id) => { ... };
    (plant_id id) => { ... };
}