Documentation
    Preparing search index...
    "export=": {
        down: (queryInterface: any, Sequelize: any) => Promise<any>;
        up: (queryInterface: any, Sequelize: any) => Promise<any>;
    }

    Type Declaration

    • down: (queryInterface: any, Sequelize: any) => Promise<any>
    • up: (queryInterface: any, Sequelize: any) => Promise<any>