macro_rules! json_db_relation {
($first:ident=$field:ident, $second:ident) => { ... };
($first:ident=$field:ident, $second:ident,"1:1") => { ... };
}
macro_rules! json_db_relation {
($first:ident=$field:ident, $second:ident) => { ... };
($first:ident=$field:ident, $second:ident,"1:1") => { ... };
}