SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface PostgresSchemaSyncPreview

    interface PostgresSchemaSyncPreview {
        tables: PostgresTableSyncPreview[];
        requiresDestructiveApproval: boolean;
        requiresChangeTicket: boolean;
        blockedInProduction: boolean;
    }
    Index

    Properties

    requiresDestructiveApproval: boolean
    requiresChangeTicket: boolean
    blockedInProduction: boolean