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

PgChar

class PgChar<T extends ColumnBaseConfig> extends PgColumn<PgCharHKT, T> {
constructor(table: AnyPgTable<{
name: T["tableName"];
}
>
, config: PgCharBuilder<T>["config"]);
readonly enum: string[];
readonly length: number | undefined;
 
getSQLType(): string;
}

§Type Parameters

§Extends

§
PgColumn<PgCharHKT, T>
[src]

§Constructors

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

§Properties

§
enum: string[]
[src]
§
length: number | undefined
[src]

§Methods

§
getSQLType(): string
[src]