Vixen
02b45cc4
csharp
public record class Schema.Migration

One numbered migration.

Read the guide page for this →

Fields and properties (3)

  • public int Version

    What the database is at once it has run.

  • public string Note

    What it does, for the log and for whoever reads the table later.

  • public ImmutableArray<string> Statements

    The 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