Macro icbiadb::if_not_exists_create[][src]

macro_rules! if_not_exists_create {
    ($db : expr, $name : literal,
 ($($key : ident : $type : ty $([$($opt : ident) +]) ?), +)) => { ... };
}