Function barrel::types::foreign_schema
source · pub fn foreign_schema<S, I>(schema: S, table: S, keys: I) -> Typewhere
S: Into<String>,
I: Into<WrapVec<String>>,
Expand description
Like foreign(...)
but letting you provide an external schema
This function is important when making cross-schema references