Function barrel::types::foreign

source ·
pub fn foreign<S, I>(table: S, keys: I) -> Typewhere
    S: Into<String>,
    I: Into<WrapVec<String>>,
Expand description

Create a column that points to some foreign table