Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PgTimestampString

class PgTimestampString<T extends ColumnBaseConfig> extends PgColumn<PgTimestampStringHKT, T> {
constructor(table: AnyPgTable<{
name: T["tableName"];
}
>
, config: PgTimestampStringBuilder<T>["config"]);
readonly precision: number | undefined;
readonly withTimezone: boolean;
 
getSQLType(): string;
}

§Type Parameters

§Extends

§Constructors

§
new PgTimestampString(table: AnyPgTable<{
name: T["tableName"];
}
>
, config: PgTimestampStringBuilder<T>["config"])
[src]

§Properties

§
precision: number | undefined
[src]
§
withTimezone: boolean
[src]

§Methods

§
getSQLType(): string
[src]