PgCharclass 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§T extends ColumnBaseConfig[src]§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]