Add player count fields with validation and labeled UX
This commit is contained in:
@@ -45,6 +45,8 @@ public class AppDbContext : DbContext
|
||||
builder.Property(s => s.ScreenshotUrl).HasMaxLength(2048);
|
||||
builder.Property(s => s.YoutubeUrl).HasMaxLength(2048);
|
||||
builder.Property(s => s.GameUrl).HasMaxLength(2048);
|
||||
builder.Property(s => s.MinPlayers);
|
||||
builder.Property(s => s.MaxPlayers);
|
||||
});
|
||||
|
||||
modelBuilder.Entity<Vote>(builder =>
|
||||
|
||||
Reference in New Issue
Block a user