IRelatedRelation

export interface IRelatedRelation {
  schemaName: string;
  mainRelationName: string;
  mainRelationType: RelationDataType;
  type: RelationDataType;
  limit?: null | number;
  sort?: {
    field: string;
    order: "asc" | "desc";
  };
}

if schema has relation with other schema and in SQL that we dont keep foriegn key.

store in OutRelation feature and usually the number of it greater thant of 50

Types

  
    RelationDataType