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

    Variable girasolCardTableConst

    girasolCardTable: Omit<
        PgTableWithColumns<
            {
                columns: {
                    createdAt: PgColumn<
                        {
                            baseColumn: never;
                            columnType: "PgTimestamp";
                            data: Date;
                            dataType: "date";
                            driverParam: string;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: true;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: "createdAt";
                            notNull: true;
                            tableName: "girasol_card";
                        },
                        {},
                        {},
                    >;
                    customerId: PgColumn<
                        {
                            baseColumn: never;
                            columnType: "PgInteger";
                            data: number;
                            dataType: "number";
                            driverParam: string
                            | number;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: false;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: "customerId";
                            notNull: true;
                            tableName: "girasol_card";
                        },
                        {},
                        {},
                    >;
                    data: PgColumn<
                        {
                            baseColumn: never;
                            columnType: "PgJsonb";
                            data: {
                                displayName: string;
                                expiryMonth?: string;
                                expiryYear?: string;
                                firstName: string;
                                lastFourDigits?: string;
                                lastName: string;
                                phone: string;
                                shippingAddress?: {
                                    city: string;
                                    countryCode: string;
                                    line1: string;
                                    line2?: string;
                                    postalCode: string;
                                    region?: string;
                                };
                            };
                            dataType: "json";
                            driverParam: unknown;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: false;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: "data";
                            notNull: true;
                            tableName: "girasol_card";
                        },
                        {},
                        {
                            $type: {
                                displayName: string;
                                expiryMonth?: string;
                                expiryYear?: string;
                                firstName: string;
                                lastFourDigits?: string;
                                lastName: string;
                                phone: string;
                                shippingAddress?: {
                                    city: string;
                                    countryCode: string;
                                    line1: string;
                                    line2?: string;
                                    postalCode: string;
                                    region?: string;
                                };
                            };
                        },
                    >;
                    externalId: PgColumn<
                        {
                            baseColumn: never;
                            columnType: "PgText";
                            data: string;
                            dataType: "string";
                            driverParam: string;
                            enumValues: [string, ...string[]];
                            generated: undefined;
                            hasDefault: true;
                            hasRuntimeDefault: true;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: "externalId";
                            notNull: true;
                            tableName: "girasol_card";
                        },
                        {},
                        {},
                    >;
                    girasolAccountId: PgColumn<
                        {
                            baseColumn: never;
                            columnType: "PgInteger";
                            data: number;
                            dataType: "number";
                            driverParam: string
                            | number;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: false;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: "girasolAccountId";
                            notNull: true;
                            tableName: "girasol_card";
                        },
                        {},
                        {},
                    >;
                    girasolCardId: PgColumn<
                        {
                            baseColumn: never;
                            columnType: "PgText";
                            data: string;
                            dataType: "string";
                            driverParam: string;
                            enumValues: [string, ...string[]];
                            generated: undefined;
                            hasDefault: false;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: "girasolCardId";
                            notNull: true;
                            tableName: "girasol_card";
                        },
                        {},
                        {},
                    >;
                    id: PgColumn<
                        {
                            baseColumn: never;
                            columnType: "PgInteger";
                            data: number;
                            dataType: "number";
                            driverParam: string
                            | number;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: true;
                            hasRuntimeDefault: false;
                            identity: "byDefault";
                            isAutoincrement: false;
                            isPrimaryKey: true;
                            name: "id";
                            notNull: true;
                            tableName: "girasol_card";
                        },
                        {},
                        {},
                    >;
                    type: PgColumn<
                        {
                            baseColumn: never;
                            columnType: "PgText";
                            data: "VIRTUAL"
                            | "PHYSICAL";
                            dataType: "string";
                            driverParam: string;
                            enumValues: [string, ...string[]];
                            generated: undefined;
                            hasDefault: false;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: "type";
                            notNull: true;
                            tableName: "girasol_card";
                        },
                        {},
                        { $type: "VIRTUAL"
                        | "PHYSICAL" },
                    >;
                    updatedAt: PgColumn<
                        {
                            baseColumn: never;
                            columnType: "PgTimestamp";
                            data: Date;
                            dataType: "date";
                            driverParam: string;
                            enumValues: undefined;
                            generated: undefined;
                            hasDefault: true;
                            hasRuntimeDefault: false;
                            identity: undefined;
                            isAutoincrement: false;
                            isPrimaryKey: false;
                            name: "updatedAt";
                            notNull: true;
                            tableName: "girasol_card";
                        },
                        {},
                        {},
                    >;
                };
                dialect: "pg";
                name: "girasol_card";
                schema: "b2b";
            },
        >,
        "enableRLS",
    > = ...