Skip to content

monolayer / schema / PgTimestampWithTimeZone

Class: PgTimestampWithTimeZone

Extends

  • PgColumn<Date, Date | string>

Methods

default()

default(value): PgTimestampWithTimeZone & WithDefaultColumn

Parameters

ParameterType
valuestring | Expression<unknown> | Date

Returns

PgTimestampWithTimeZone & WithDefaultColumn

Inherited from

PgColumn.default


notNull()

notNull(): PgTimestampWithTimeZone & NonNullableColumn

Adds a not null constraint to the column.

The column is not allowed to contain null values.

Returns

PgTimestampWithTimeZone & NonNullableColumn

See

PostgreSQL Docs: Not-Null Constraints

Inherited from

PgColumn.notNull