src/Bro.M071.Model/Migrations/202007130138484_initDB.cs
File was renamed from src/Bro.M071.Model/Migrations/202007070851439_initDB.cs @@ -57,6 +57,9 @@ CREATE_TIME = c.DateTime(nullable: false), UPDATE_USER = c.String(maxLength: 64), UPDATE_TIME = c.DateTime(), ProductionCode = c.String(maxLength: 2147483647), ProductionBarcode = c.String(maxLength: 2147483647), Discriminator = c.String(nullable: false, maxLength: 128), }) .PrimaryKey(t => t.ID);