import { PgNumeric } from "https://deno.land/x/drizzle@v0.23.85/pg-core/columns.ts";
Constructors
new
PgNumeric(table: AnyPgTable<{ name: T["tableName"]; }>, config: PgNumericBuilder<T>["config"])Type Parameters
T extends ColumnBaseConfig
Methods
getSQLType(): string