@cfxlabsinc/b2b-services
    Preparing search index...

    Variable paymentInstrumentBlacklistTableConst

    paymentInstrumentBlacklistTable: Omit<
        PgTableWithColumns<
            {
                columns: {
                    createdAt: PgBuildColumn<
                        "payment_instrument_blacklist",
                        SetHasDefault<SetNotNull<PgTimestampBuilder>>,
                        {
                            data: Date;
                            dataType: "object date";
                            driverParam: string;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: true;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: string;
                            notNull: true;
                            tableName: "payment_instrument_blacklist";
                        },
                    >;
                    id: PgBuildColumn<
                        "payment_instrument_blacklist",
                        HasIdentity<SetIsPrimaryKey<PgIntegerBuilder>, "byDefault">,
                        {
                            data: number;
                            dataType: "number int32";
                            driverParam: string | number;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: true;
                            hasRuntimeDefault: false;
                            identity: "byDefault";
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: string;
                            notNull: true;
                            tableName: "payment_instrument_blacklist";
                        },
                    >;
                    provider: PgBuildColumn<
                        "payment_instrument_blacklist",
                        Set$Type<
                            SetNotNull<PgTextBuilder<[string, ...string[]]>>,

                                | "LEDGER_ACCOUNT"
                                | "CFX"
                                | "MX_CLABE"
                                | "NETWORK_WALLET"
                                | "WIRE_DEPOSIT"
                                | "ACH_PUSH_DEPOSIT"
                                | "YELLOWCARD"
                                | "QUILTT"
                                | "VICTOR",
                        >,
                        {
                            data: | "LEDGER_ACCOUNT"
                            | "CFX"
                            | "MX_CLABE"
                            | "NETWORK_WALLET"
                            | "WIRE_DEPOSIT"
                            | "ACH_PUSH_DEPOSIT"
                            | "YELLOWCARD"
                            | "QUILTT"
                            | "VICTOR";
                            dataType: "string";
                            driverParam: string;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: false;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: string;
                            notNull: true;
                            tableName: "payment_instrument_blacklist";
                        },
                    >;
                    providerId: PgBuildColumn<
                        "payment_instrument_blacklist",
                        SetNotNull<PgTextBuilder<[string, ...string[]]>>,
                        {
                            data: string;
                            dataType: "string";
                            driverParam: string;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: false;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: string;
                            notNull: true;
                            tableName: "payment_instrument_blacklist";
                        },
                    >;
                    updatedAt: PgBuildColumn<
                        "payment_instrument_blacklist",
                        SetHasDefault<SetHasDefault<SetNotNull<PgTimestampBuilder>>>,
                        {
                            data: Date;
                            dataType: "object date";
                            driverParam: string;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: true;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: string;
                            notNull: true;
                            tableName: "payment_instrument_blacklist";
                        },
                    >;
                };
                dialect: "pg";
                name: "payment_instrument_blacklist";
                schema: "b2b";
            },
        >,
        "enableRLS",
    > = ...