Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drizzle/pg-core/columns.ts>PgTimestampStringHKT

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

Properties

_type: PgTimestampString<Assume<this["config"], ColumnBaseConfig>>