export interface ObjRelUsingManualMapping {
  /** The table to which the relationship has to be established */
  remote_table: TableName;
  /** Mapping of columns from current table to remote table */
  column_mapping: { [key: string]: string };