AnsiSqlMigrationSquasher

class AnsiSqlMigrationSquasher(createNewSqlFile: (String) -> SqlFileBase) : MigrationSquasher

Constructors

Link copied to clipboard
constructor(createNewSqlFile: (String) -> SqlFileBase)

Functions

Link copied to clipboard
open override fun squish(alterTableRules: SqlAlterTableRules, into: SqlFileBase): String
open override fun squish(statement: SqlStmt, into: SqlFileBase): String