Libraries
    Preparing search index...

    Interface AlterColumnDiff

    Changes to apply to an existing column.

    interface AlterColumnDiff {
        changes: Record<string, { from: any; to: any }>;
        name: string;
    }
    Index

    Properties

    Properties

    changes: Record<string, { from: any; to: any }>
    name: string