AlterTableNode: Readonly<{
    cloneWithColumnAlteration(node, columnAlteration): kysely.AlterTableNode;
    cloneWithTableProps(node, props): kysely.AlterTableNode;
    create(table): kysely.AlterTableNode;
    is(node): node is kysely.AlterTableNode;
}>

Type declaration