declare_foreign_key
Description:
public bool declare_foreign_key (
MetaStruct? mstruct,
string fk_name,
string? catalog,
string? schema,
string table,
string? ref_catalog,
string? ref_schema,
string ref_table,
string[] colnames,
string[] ref_colnames)
throws Error