领胜LDS 键盘AOI检测项目
wells.liu
2020-07-13 9519d0962fb2772cce85653f53d140b8aa657ab2
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);