领胜LDS 键盘AOI检测项目
wells.liu
2020-07-14 ae5cd6f77221dca1307d5a6c0851470e74412ead
src/Bro.M071.Model/Migrations/202007140824439_initDB.cs
File was renamed from src/Bro.M071.Model/Migrations/202007130138484_initDB.cs
@@ -57,9 +57,6 @@
                        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);