Migration
This commit is contained in:
@@ -15,7 +15,6 @@ public class Layer
|
||||
public Guid Id { get; init; }
|
||||
[Required]
|
||||
public int Number { get; init; }
|
||||
|
||||
[Required]
|
||||
[MaxLength(50)]
|
||||
public string? Name { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user