Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.AlterTableColumnAlteringBuilder#modifyColumn

Kysely dialect for PostgreSQL using the Postgres.js client.
method kysely.AlterTableColumnAlteringBuilder.prototype.modifyColumn
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.ts";
const { AlterTableColumnAlteringBuilder } = kysely;

Creates an alter table modify column query. The modify column statement is only implemeted by MySQL and oracle AFAIK. On other databases you should use the alterColumn method.

Parameters

columnName: string
dataType: DataTypeExpression