AlterTableReport

data class AlterTableReport(val columnsToAdd: Set<String>, val columnsToRemove: Set<String>, val columnsToChangeType: Set<String>)

Constructors

Link copied to clipboard
constructor(columnsToAdd: Set<String>, columnsToRemove: Set<String>, columnsToChangeType: Set<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A no-op for an AlterTableReport is when the existing table matches the expected schema