Generator Changes at 11/25/2025 1:59:23 AM +03:30
This commit is contained in:
@@ -17,6 +17,7 @@ public class UserWalletConfiguration : IEntityTypeConfiguration<UserWallet>
|
||||
.HasForeignKey(entity => entity.UserId)
|
||||
.IsRequired(true);
|
||||
builder.Property(entity => entity.Balance).IsRequired(true);
|
||||
builder.Property(entity => entity.NetworkBalance).IsRequired(true);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user