foreign method

Implementation

ForeignKeyConstraint foreign() {
  foreignKey ??= ForeignKeyConstraint(table, name);
  return foreignKey!;
}