Try to parse Php Serialized object.
This commit is contained in:
@@ -37,6 +37,7 @@ namespace LaDOSE.Entity.Context
|
||||
.WithMany(p => p.Event)
|
||||
.HasForeignKey(fk => fk.SeasonId);
|
||||
|
||||
|
||||
|
||||
#region SeasonGame
|
||||
modelBuilder.Entity<SeasonGame>()
|
||||
|
||||
Reference in New Issue
Block a user