PgBigInt64class PgBigInt64<T extends ColumnBaseConfig> extends PgColumn<PgBigInt64HKT, T> {getSQLType(): string;mapFromDriverValue(value: string): bigint;}§Type Parameters§T extends ColumnBaseConfig[src]§Extends§PgColumn<PgBigInt64HKT, T>[src]§Methods§getSQLType(): string[src]§mapFromDriverValue(value: string): bigint[src]