csharp
public record class Schema.MigrationOne numbered migration.
Fields and properties (3)
public int VersionWhat the database is at once it has run.
public string NoteWhat it does, for the log and for whoever reads the table later.
public ImmutableArray<string> StatementsThe statements, in order.
Methods (1)
public Migration(int Version, string Note, ImmutableArray<string> Statements)One numbered migration.
Used by (3)
- SchemaVixen.Live.Persistence
- SchemaTestsVixen.Live.Persistence.Tests
- SqlPersistenceVixen.Live.Persistence