MapColonies Authentication
    Preparing search index...

    Variable domainTableConst

    domainTable: PgTableWithColumns<
        {
            columns: {
                name: PgBuildColumn<
                    "domain",
                    SetIsPrimaryKey<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: "domain";
                    },
                >;
            };
            dialect: "pg";
            name: "domain";
            schema: "auth_manager";
        },
    > = ...