Hierarchy

  • Compare

Constructors

Properties

dbService: DbService
modelService: ModelService
removed_fk: {
    [x: string]: boolean;
} = {}

Type declaration

  • [x: string]: boolean
sequelize: Sequelize
stringGeneratorService: StringsGeneratorService

Methods

  • Parameters

    • sequelize: Sequelize
    • schema_tables: any[]
    • tables: modelInfoType[]

    Returns Promise<{
        downString: string;
        upString: string;
    }>

  • Parameters

    • sequelize: Sequelize
    • schema_tables: any[]
    • tables: modelInfoType[]

    Returns Promise<{
        downString: string;
        upString: string;
    }>

Generated using TypeDoc