feat: enhance user club feature management with sorting and creation timestamps
This commit is contained in:
-1
@@ -19,7 +19,6 @@ public class ClubFeatureConfiguration : IEntityTypeConfiguration<ClubFeature>
|
||||
builder.Property(entity => entity.Title).IsRequired().HasMaxLength(200);
|
||||
builder.Property(entity => entity.Description).IsRequired(false).HasMaxLength(1000);
|
||||
builder.Property(entity => entity.IsActive).IsRequired();
|
||||
builder.Property(entity => entity.RequiredPoints).IsRequired(false);
|
||||
builder.Property(entity => entity.SortOrder).IsRequired();
|
||||
|
||||
// Index برای IsActive و SortOrder
|
||||
|
||||
Reference in New Issue
Block a user