PgNumericclass PgNumeric<T extends ColumnBaseConfig> extends PgColumn<PgNumericHKT, T> {constructor(table: AnyPgTable<{name: T["tableName"]; }>, config: PgNumericBuilder<T>["config"]);readonly precision: number | undefined;readonly scale: number | undefined; getSQLType(): string;}§Type Parameters§T extends ColumnBaseConfig[src]§Extends§PgColumn<PgNumericHKT, T>[src]§Constructors§new PgNumeric(table: AnyPgTable<{name: T["tableName"]; }>, config: PgNumericBuilder<T>["config"])[src]§Properties§precision: number | undefined[src]§scale: number | undefined[src]§Methods§getSQLType(): string[src]