Member Junction
    Preparing search index...

    A single column type/nullability change.

    interface ColumnModification {
        ColumnName: string;
        NewNullable: boolean;
        NewType: string;
        OldNullable: boolean;
        OldType: string;
    }
    Index

    Properties

    ColumnName: string
    NewNullable: boolean
    NewType: string
    OldNullable: boolean
    OldType: string