We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0b135 commit 1def8a9Copy full SHA for 1def8a9
Mystique.Core.Repository.MySql/Migrations/202005282045.cs
@@ -12,6 +12,7 @@ public override void Up()
12
.WithColumn("PluginId").AsGuid().PrimaryKey()
13
.WithColumn("UniqueKey").AsString().NotNullable()
14
.WithColumn("Name").AsString().NotNullable()
15
+ .WithColumn("DisplayName").AsString().NotNullable()
16
.WithColumn("Version").AsString().NotNullable()
17
.WithColumn("Enable").AsInt16().NotNullable();
18
0 commit comments