领胜LDS 键盘AOI检测项目
xcd
2020-07-14 12200ec69e33881649974f31f270750ba6b15e1d
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);