MigrationAttribute
Assembly: uMod.Core.dll
Inheritance ObjectAttribute MigrationAttribute
Summary
Determines that a class is a database migration
Constructors
Name | Summary |
|---|---|
MigrationAttribute ( | Create a new instance of the MigrationAttribute class |
MigrationAttribute ( | Create a new instance of the MigrationAttribute class |
Properties
Name | Summary |
|---|---|
Name | Migration name |
Type | Migration type (sqlite, mysql, etc) |
Version | Migration version |
Methods
Name | Summary |
|---|---|
ToString () | Converts migration to string |