ParsedName

internal data class ParsedName(val version: MigrationVersion?, val description: String)

What a migration's name says about it.

Constructors

Link copied to clipboard
constructor(version: MigrationVersion?, description: String)

Properties

Link copied to clipboard

The words after __, with _ read as a space.

Link copied to clipboard

The version, or null where the name marked it repeatable.