Try to parse Php Serialized object.

This commit is contained in:
2018-10-22 01:13:42 +02:00
parent e47c1ccb5e
commit 70d91a84f3
10 changed files with 322 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ namespace LaDOSE.Entity.Context
.WithMany(p => p.Event)
.HasForeignKey(fk => fk.SeasonId);
#region SeasonGame
modelBuilder.Entity<SeasonGame>()