SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface ColumnRenameApproval

    interface ColumnRenameApproval {
        table: string;
        from: string;
        to: string;
    }
    Index

    Properties

    Properties

    table: string
    from: string
    to: string