Skip to main content
Module

x/drizzle/pg-core.ts>PgTimestampBuilderInitial

Deno port of the drizzle-orm library
Latest
type alias PgTimestampBuilderInitial
import { type PgTimestampBuilderInitial } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";

Type Parameters

TName extends string
definition: PgTimestampBuilder<{ name: TName; data: Date; driverParam: string; notNull: false; hasDefault: false; }>