update 更改操作日志是否成功的类型为bool
This commit is contained in:
@@ -2681,8 +2681,8 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasColumnType("longtext CHARACTER SET utf8mb4")
|
||||
.HasComment("返回结果");
|
||||
|
||||
b.Property<string>("Success")
|
||||
.HasColumnType("longtext CHARACTER SET utf8mb4")
|
||||
b.Property<bool?>("Success")
|
||||
.HasColumnType("tinyint(1)")
|
||||
.HasComment("是否执行成功");
|
||||
|
||||
b.Property<string>("Url")
|
||||
|
||||
Reference in New Issue
Block a user