forked from ddrilling/AsbCloudServer
Миграция на изменение поля
This commit is contained in:
parent
180c5eab50
commit
5e509a1cb7
@ -65,8 +65,8 @@ namespace AsbCloudDb.Model
|
||||
[Column("comment"), Comment("Комментарии")]
|
||||
public string? Comment { get; set; }
|
||||
|
||||
[Column("radius_target"), Comment("Радиус цели")]
|
||||
public double? RadiusTarget { get; set; }
|
||||
[Column("radius"), Comment("Радиус цели")]
|
||||
public double? Radius { get; set; }
|
||||
|
||||
[ForeignKey(nameof(IdWell))]
|
||||
public virtual Well Well { get; set; } = null!;
|
||||
|
Loading…
Reference in New Issue
Block a user