Module

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

Kysely dialect for PostgreSQL using the Postgres.js client.
method kysely.AlterTableBuilder.prototype.modifyColumn
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.ts";
const { AlterTableBuilder } = 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