string(12) "executeIndex"
object(Propel\Runtime\ActiveQuery\QueryExecutor\QueryExecutionException)#253 (7) {
  ["message":protected]=>
  string(1094) "Unable to execute statement [SELECT league_game.id, league_game.league_id, league_game.league_name_id, league_game.home_id, league_game.away_id, league_game.sc1, league_game.sc2, league_game.sch1, league_game.sch2, league_game.sco1, league_game.sco2, league_game.scp1, league_game.scp2, league_game.date, league_game.hour, league_game.nr_of_spectators, league_game.stage_id, league_game.season_id, league_game.extratime, league_game.penaltyshoots, league_game.description, league_game.json_notice, league_game.type, league_game.show_details, league_game.canceled, league_game.annulled, league_game.hide_score, league_game.score_detail, league_game.played, league_game.replayed, league_game.awarded, league_game.import_url, league_game.import_error, league_game.skip_validation, sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0)) AS Won, sum(if(sc1=sc2,1,0)) AS Draw, count(*) AS NrGames FROM league_game WHERE league_game.season_id=:p1 AND ((home_id=190 OR away_id=190) AND ((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))) GROUP BY league_game.season_id LIMIT 1]"
  ["string":"Exception":private]=>
  string(0) ""
  ["code":protected]=>
  int(0)
  ["file":protected]=>
  string(124) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php"
  ["line":protected]=>
  int(145)
  ["trace":"Exception":private]=>
  array(12) {
    [0]=>
    array(6) {
      ["file"]=>
      string(124) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php"
      ["line"]=>
      int(114)
      ["function"]=>
      string(24) "handleStatementException"
      ["class"]=>
      string(62) "Propel\Runtime\ActiveQuery\QueryExecutor\AbstractQueryExecutor"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(3) {
        [0]=>
        object(PDOException)#251 (8) {
          ["message":protected]=>
          string(95) "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_labtof.league_game' doesn't exist"
          ["string":"Exception":private]=>
          string(0) ""
          ["code":protected]=>
          string(5) "42S02"
          ["file":protected]=>
          string(104) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php"
          ["line":protected]=>
          int(219)
          ["trace":"Exception":private]=>
          array(13) {
            [0]=>
            array(6) {
              ["file"]=>
              string(104) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php"
              ["line"]=>
              int(219)
              ["function"]=>
              string(7) "execute"
              ["class"]=>
              string(12) "PDOStatement"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(1) {
                [0]=>
                NULL
              }
            }
            [1]=>
            array(6) {
              ["file"]=>
              string(124) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php"
              ["line"]=>
              int(112)
              ["function"]=>
              string(7) "execute"
              ["class"]=>
              string(42) "Propel\Runtime\Connection\StatementWrapper"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(0) {
              }
            }
            [2]=>
            array(6) {
              ["file"]=>
              string(122) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php"
              ["line"]=>
              int(49)
              ["function"]=>
              string(16) "executeStatement"
              ["class"]=>
              string(62) "Propel\Runtime\ActiveQuery\QueryExecutor\AbstractQueryExecutor"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(1) {
                [0]=>
                object(Propel\Runtime\ActiveQuery\SqlBuilder\PreparedStatementDto)#249 (2) {
                  ["sqlStatement":"Propel\Runtime\ActiveQuery\SqlBuilder\PreparedStatementDto":private]=>
                  string(1064) "SELECT league_game.id, league_game.league_id, league_game.league_name_id, league_game.home_id, league_game.away_id, league_game.sc1, league_game.sc2, league_game.sch1, league_game.sch2, league_game.sco1, league_game.sco2, league_game.scp1, league_game.scp2, league_game.date, league_game.hour, league_game.nr_of_spectators, league_game.stage_id, league_game.season_id, league_game.extratime, league_game.penaltyshoots, league_game.description, league_game.json_notice, league_game.type, league_game.show_details, league_game.canceled, league_game.annulled, league_game.hide_score, league_game.score_detail, league_game.played, league_game.replayed, league_game.awarded, league_game.import_url, league_game.import_error, league_game.skip_validation, sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0)) AS Won, sum(if(sc1=sc2,1,0)) AS Draw, count(*) AS NrGames FROM league_game WHERE league_game.season_id=:p1 AND ((home_id=190 OR away_id=190) AND ((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))) GROUP BY league_game.season_id LIMIT 1"
                  ["parameters":"Propel\Runtime\ActiveQuery\SqlBuilder\PreparedStatementDto":private]=>
                  array(1) {
                    [0]=>
                    array(3) {
                      ["table"]=>
                      string(11) "league_game"
                      ["column"]=>
                      string(9) "season_id"
                      ["value"]=>
                      int(2)
                    }
                  }
                }
              }
            }
            [3]=>
            array(6) {
              ["file"]=>
              string(122) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php"
              ["line"]=>
              int(37)
              ["function"]=>
              string(9) "runSelect"
              ["class"]=>
              string(60) "Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(0) {
              }
            }
            [4]=>
            array(6) {
              ["file"]=>
              string(97) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/Criteria.php"
              ["line"]=>
              int(2412)
              ["function"]=>
              string(7) "execute"
              ["class"]=>
              string(60) "Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor"
              ["type"]=>
              string(2) "::"
              ["args"]=>
              array(2) {
                [0]=>
                object(LeagueGameQuery)#153 (43) {
                  ["ignoreCase":protected]=>
                  bool(false)
                  ["singleRecord":protected]=>
                  bool(false)
                  ["selectColumns":protected]=>
                  array(34) {
                    [0]=>
                    string(14) "league_game.id"
                    [1]=>
                    string(21) "league_game.league_id"
                    [2]=>
                    string(26) "league_game.league_name_id"
                    [3]=>
                    string(19) "league_game.home_id"
                    [4]=>
                    string(19) "league_game.away_id"
                    [5]=>
                    string(15) "league_game.sc1"
                    [6]=>
                    string(15) "league_game.sc2"
                    [7]=>
                    string(16) "league_game.sch1"
                    [8]=>
                    string(16) "league_game.sch2"
                    [9]=>
                    string(16) "league_game.sco1"
                    [10]=>
                    string(16) "league_game.sco2"
                    [11]=>
                    string(16) "league_game.scp1"
                    [12]=>
                    string(16) "league_game.scp2"
                    [13]=>
                    string(16) "league_game.date"
                    [14]=>
                    string(16) "league_game.hour"
                    [15]=>
                    string(28) "league_game.nr_of_spectators"
                    [16]=>
                    string(20) "league_game.stage_id"
                    [17]=>
                    string(21) "league_game.season_id"
                    [18]=>
                    string(21) "league_game.extratime"
                    [19]=>
                    string(25) "league_game.penaltyshoots"
                    [20]=>
                    string(23) "league_game.description"
                    [21]=>
                    string(23) "league_game.json_notice"
                    [22]=>
                    string(16) "league_game.type"
                    [23]=>
                    string(24) "league_game.show_details"
                    [24]=>
                    string(20) "league_game.canceled"
                    [25]=>
                    string(20) "league_game.annulled"
                    [26]=>
                    string(22) "league_game.hide_score"
                    [27]=>
                    string(24) "league_game.score_detail"
                    [28]=>
                    string(18) "league_game.played"
                    [29]=>
                    string(20) "league_game.replayed"
                    [30]=>
                    string(19) "league_game.awarded"
                    [31]=>
                    string(22) "league_game.import_url"
                    [32]=>
                    string(24) "league_game.import_error"
                    [33]=>
                    string(27) "league_game.skip_validation"
                  }
                  ["asColumns":protected]=>
                  array(3) {
                    ["Won"]=>
                    string(67) "sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0))"
                    ["Draw"]=>
                    string(20) "sum(if(sc1=sc2,1,0))"
                    ["NrGames"]=>
                    string(8) "count(*)"
                  }
                  ["selectModifiers":protected]=>
                  array(0) {
                  }
                  ["lock":protected]=>
                  NULL
                  ["map":protected]=>
                  array(2) {
                    ["league_game.season_id"]=>
                    object(Propel\Runtime\ActiveQuery\Criterion\BasicCriterion)#244 (9) {
                      ["value":protected]=>
                      int(2)
                      ["comparison":protected]=>
                      string(1) "="
                      ["table":protected]=>
                      string(11) "league_game"
                      ["realtable":protected]=>
                      string(11) "league_game"
                      ["column":protected]=>
                      string(9) "season_id"
                      ["db":protected]=>
                      object(Propel\Runtime\Adapter\Pdo\MysqlAdapter)#46 (0) {
                      }
                      ["clauses":protected]=>
                      array(0) {
                      }
                      ["conjunctions":protected]=>
                      array(0) {
                      }
                      ["ignoreStringCase":protected]=>
                      bool(false)
                    }
                    ["."]=>
                    object(Propel\Runtime\ActiveQuery\Criterion\CustomCriterion)#245 (8) {
                      ["value":protected]=>
                      string(28) "(home_id=190 OR away_id=190)"
                      ["comparison":protected]=>
                      NULL
                      ["table":protected]=>
                      NULL
                      ["realtable":protected]=>
                      NULL
                      ["column":protected]=>
                      NULL
                      ["db":protected]=>
                      object(Propel\Runtime\Adapter\Pdo\MysqlAdapter)#46 (0) {
                      }
                      ["clauses":protected]=>
                      array(1) {
                        [0]=>
                        object(Propel\Runtime\ActiveQuery\Criterion\CustomCriterion)#246 (8) {
                          ["value":protected]=>
                          string(62) "((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))"
                          ["comparison":protected]=>
                          NULL
                          ["table":protected]=>
                          NULL
                          ["realtable":protected]=>
                          NULL
                          ["column":protected]=>
                          NULL
                          ["db":protected]=>
                          object(Propel\Runtime\Adapter\Pdo\MysqlAdapter)#46 (0) {
                          }
                          ["clauses":protected]=>
                          array(0) {
                          }
                          ["conjunctions":protected]=>
                          array(0) {
                          }
                        }
                      }
                      ["conjunctions":protected]=>
                      array(1) {
                        [0]=>
                        string(5) " AND "
                      }
                    }
                  }
                  ["orderByColumns":protected]=>
                  array(0) {
                  }
                  ["groupByColumns":protected]=>
                  array(1) {
                    [0]=>
                    string(21) "league_game.season_id"
                  }
                  ["having":protected]=>
                  NULL
                  ["joins":protected]=>
                  array(0) {
                  }
                  ["selectQueries":protected]=>
                  array(0) {
                  }
                  ["dbName":protected]=>
                  string(6) "labtof"
                  ["primaryTableName":protected]=>
                  string(11) "league_game"
                  ["originalDbName":protected]=>
                  string(6) "labtof"
                  ["limit":protected]=>
                  int(1)
                  ["offset":protected]=>
                  int(0)
                  ["queryComment":protected]=>
                  NULL
                  ["aliases":protected]=>
                  array(0) {
                  }
                  ["useTransaction":protected]=>
                  bool(false)
                  ["namedCriterions":protected]=>
                  array(0) {
                  }
                  ["defaultCombineOperator":protected]=>
                  string(3) "AND"
                  ["conditionalProxy":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                  ["replacedColumns"]=>
                  array(1) {
                    [0]=>
                    object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(13) "league_season"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      object(Map\LeagueGameTableMap)#10 (17) {
                        ["columns":protected]=>
                        array(34) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "league"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "league_id"
                            ["phpName":protected]=>
                            string(8) "LeagueId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_NAME_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_name"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_name_id"
                            ["phpName":protected]=>
                            string(12) "LeagueNameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HOME_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "home_id"
                            ["phpName":protected]=>
                            string(6) "HomeId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["AWAY_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "away_id"
                            ["phpName":protected]=>
                            string(6) "AwayId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SC1"]=>
                          object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "sc1"
                            ["phpName":protected]=>
                            string(3) "Sc1"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SC2"]=>
                          object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "sc2"
                            ["phpName":protected]=>
                            string(3) "Sc2"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SCH1"]=>
                          object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "sch1"
                            ["phpName":protected]=>
                            string(4) "Sch1"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SCH2"]=>
                          object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "sch2"
                            ["phpName":protected]=>
                            string(4) "Sch2"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SCO1"]=>
                          object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "sco1"
                            ["phpName":protected]=>
                            string(4) "Sco1"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SCO2"]=>
                          object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "sco2"
                            ["phpName":protected]=>
                            string(4) "Sco2"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SCP1"]=>
                          object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "scp1"
                            ["phpName":protected]=>
                            string(4) "Scp1"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SCP2"]=>
                          object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "scp2"
                            ["phpName":protected]=>
                            string(4) "Scp2"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DATE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                            ["type":protected]=>
                            string(9) "TIMESTAMP"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "date"
                            ["phpName":protected]=>
                            string(4) "Date"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HOUR"]=>
                          object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                            ["type":protected]=>
                            string(4) "TIME"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "hour"
                            ["phpName":protected]=>
                            string(4) "Hour"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NR_OF_SPECTATORS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "nr_of_spectators"
                            ["phpName":protected]=>
                            string(14) "NrOfSpectators"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["STAGE_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(5) "stage"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "stage_id"
                            ["phpName":protected]=>
                            string(7) "StageId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SEASON_ID"]=>
                          *RECURSION*
                          ["EXTRATIME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "extratime"
                            ["phpName":protected]=>
                            string(9) "Extratime"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PENALTYSHOOTS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "penaltyshoots"
                            ["phpName":protected]=>
                            string(13) "Penaltyshoots"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DESCRIPTION"]=>
                          object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(11) "description"
                            ["phpName":protected]=>
                            string(11) "Description"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["JSON_NOTICE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(11) "json_notice"
                            ["phpName":protected]=>
                            string(10) "JsonNotice"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["TYPE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "type"
                            ["phpName":protected]=>
                            string(4) "Type"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SHOW_DETAILS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "show_details"
                            ["phpName":protected]=>
                            string(11) "ShowDetails"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["CANCELED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "canceled"
                            ["phpName":protected]=>
                            string(8) "Canceled"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ANNULLED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "annulled"
                            ["phpName":protected]=>
                            string(8) "Annulled"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HIDE_SCORE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "hide_score"
                            ["phpName":protected]=>
                            string(9) "HideScore"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SCORE_DETAIL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "score_detail"
                            ["phpName":protected]=>
                            string(11) "ScoreDetail"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PLAYED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "played"
                            ["phpName":protected]=>
                            string(6) "Played"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["REPLAYED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "replayed"
                            ["phpName":protected]=>
                            string(8) "Replayed"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["AWARDED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "awarded"
                            ["phpName":protected]=>
                            string(7) "Awarded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IMPORT_URL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "import_url"
                            ["phpName":protected]=>
                            string(9) "ImportUrl"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IMPORT_ERROR"]=>
                          object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "import_error"
                            ["phpName":protected]=>
                            string(11) "ImportError"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SKIP_VALIDATION"]=>
                          object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(15) "skip_validation"
                            ["phpName":protected]=>
                            string(14) "SkipValidation"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(34) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "league"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "league_id"
                            ["phpName":protected]=>
                            string(8) "LeagueId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueNameId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_name"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_name_id"
                            ["phpName":protected]=>
                            string(12) "LeagueNameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HomeId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "home_id"
                            ["phpName":protected]=>
                            string(6) "HomeId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["AwayId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "away_id"
                            ["phpName":protected]=>
                            string(6) "AwayId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Sc1"]=>
                          object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "sc1"
                            ["phpName":protected]=>
                            string(3) "Sc1"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Sc2"]=>
                          object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "sc2"
                            ["phpName":protected]=>
                            string(3) "Sc2"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Sch1"]=>
                          object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "sch1"
                            ["phpName":protected]=>
                            string(4) "Sch1"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Sch2"]=>
                          object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "sch2"
                            ["phpName":protected]=>
                            string(4) "Sch2"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Sco1"]=>
                          object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "sco1"
                            ["phpName":protected]=>
                            string(4) "Sco1"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Sco2"]=>
                          object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "sco2"
                            ["phpName":protected]=>
                            string(4) "Sco2"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Scp1"]=>
                          object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "scp1"
                            ["phpName":protected]=>
                            string(4) "Scp1"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Scp2"]=>
                          object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "scp2"
                            ["phpName":protected]=>
                            string(4) "Scp2"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Date"]=>
                          object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                            ["type":protected]=>
                            string(9) "TIMESTAMP"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "date"
                            ["phpName":protected]=>
                            string(4) "Date"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Hour"]=>
                          object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                            ["type":protected]=>
                            string(4) "TIME"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "hour"
                            ["phpName":protected]=>
                            string(4) "Hour"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NrOfSpectators"]=>
                          object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "nr_of_spectators"
                            ["phpName":protected]=>
                            string(14) "NrOfSpectators"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["StageId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(5) "stage"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "stage_id"
                            ["phpName":protected]=>
                            string(7) "StageId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SeasonId"]=>
                          *RECURSION*
                          ["Extratime"]=>
                          object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "extratime"
                            ["phpName":protected]=>
                            string(9) "Extratime"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Penaltyshoots"]=>
                          object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "penaltyshoots"
                            ["phpName":protected]=>
                            string(13) "Penaltyshoots"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Description"]=>
                          object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(11) "description"
                            ["phpName":protected]=>
                            string(11) "Description"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["JsonNotice"]=>
                          object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(11) "json_notice"
                            ["phpName":protected]=>
                            string(10) "JsonNotice"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Type"]=>
                          object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "type"
                            ["phpName":protected]=>
                            string(4) "Type"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ShowDetails"]=>
                          object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "show_details"
                            ["phpName":protected]=>
                            string(11) "ShowDetails"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Canceled"]=>
                          object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "canceled"
                            ["phpName":protected]=>
                            string(8) "Canceled"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Annulled"]=>
                          object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "annulled"
                            ["phpName":protected]=>
                            string(8) "Annulled"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HideScore"]=>
                          object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "hide_score"
                            ["phpName":protected]=>
                            string(9) "HideScore"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ScoreDetail"]=>
                          object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "score_detail"
                            ["phpName":protected]=>
                            string(11) "ScoreDetail"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Played"]=>
                          object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "played"
                            ["phpName":protected]=>
                            string(6) "Played"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Replayed"]=>
                          object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "replayed"
                            ["phpName":protected]=>
                            string(8) "Replayed"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Awarded"]=>
                          object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "awarded"
                            ["phpName":protected]=>
                            string(7) "Awarded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ImportUrl"]=>
                          object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "import_url"
                            ["phpName":protected]=>
                            string(9) "ImportUrl"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ImportError"]=>
                          object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "import_error"
                            ["phpName":protected]=>
                            string(11) "ImportError"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SkipValidation"]=>
                          object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(15) "skip_validation"
                            ["phpName":protected]=>
                            string(14) "SkipValidation"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(252) {
                          ["Id"]=>
                          string(2) "ID"
                          ["LeagueGame.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["leagueGame.id"]=>
                          string(2) "ID"
                          ["LeagueGameTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["league_game.id"]=>
                          string(2) "ID"
                          ["LeagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["LeagueGame.LeagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["leagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["leagueGame.leagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["LeagueGameTableMap::COL_LEAGUE_ID"]=>
                          string(9) "LEAGUE_ID"
                          ["COL_LEAGUE_ID"]=>
                          string(9) "LEAGUE_ID"
                          ["league_id"]=>
                          string(9) "LEAGUE_ID"
                          ["league_game.league_id"]=>
                          string(9) "LEAGUE_ID"
                          ["LeagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["LeagueGame.LeagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["leagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["leagueGame.leagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["LeagueGameTableMap::COL_LEAGUE_NAME_ID"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["COL_LEAGUE_NAME_ID"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["league_name_id"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["league_game.league_name_id"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["HomeId"]=>
                          string(7) "HOME_ID"
                          ["LeagueGame.HomeId"]=>
                          string(7) "HOME_ID"
                          ["homeId"]=>
                          string(7) "HOME_ID"
                          ["leagueGame.homeId"]=>
                          string(7) "HOME_ID"
                          ["LeagueGameTableMap::COL_HOME_ID"]=>
                          string(7) "HOME_ID"
                          ["COL_HOME_ID"]=>
                          string(7) "HOME_ID"
                          ["home_id"]=>
                          string(7) "HOME_ID"
                          ["league_game.home_id"]=>
                          string(7) "HOME_ID"
                          ["AwayId"]=>
                          string(7) "AWAY_ID"
                          ["LeagueGame.AwayId"]=>
                          string(7) "AWAY_ID"
                          ["awayId"]=>
                          string(7) "AWAY_ID"
                          ["leagueGame.awayId"]=>
                          string(7) "AWAY_ID"
                          ["LeagueGameTableMap::COL_AWAY_ID"]=>
                          string(7) "AWAY_ID"
                          ["COL_AWAY_ID"]=>
                          string(7) "AWAY_ID"
                          ["away_id"]=>
                          string(7) "AWAY_ID"
                          ["league_game.away_id"]=>
                          string(7) "AWAY_ID"
                          ["Sc1"]=>
                          string(3) "SC1"
                          ["LeagueGame.Sc1"]=>
                          string(3) "SC1"
                          ["sc1"]=>
                          string(3) "SC1"
                          ["leagueGame.sc1"]=>
                          string(3) "SC1"
                          ["LeagueGameTableMap::COL_SC1"]=>
                          string(3) "SC1"
                          ["COL_SC1"]=>
                          string(3) "SC1"
                          ["league_game.sc1"]=>
                          string(3) "SC1"
                          ["Sc2"]=>
                          string(3) "SC2"
                          ["LeagueGame.Sc2"]=>
                          string(3) "SC2"
                          ["sc2"]=>
                          string(3) "SC2"
                          ["leagueGame.sc2"]=>
                          string(3) "SC2"
                          ["LeagueGameTableMap::COL_SC2"]=>
                          string(3) "SC2"
                          ["COL_SC2"]=>
                          string(3) "SC2"
                          ["league_game.sc2"]=>
                          string(3) "SC2"
                          ["Sch1"]=>
                          string(4) "SCH1"
                          ["LeagueGame.Sch1"]=>
                          string(4) "SCH1"
                          ["sch1"]=>
                          string(4) "SCH1"
                          ["leagueGame.sch1"]=>
                          string(4) "SCH1"
                          ["LeagueGameTableMap::COL_SCH1"]=>
                          string(4) "SCH1"
                          ["COL_SCH1"]=>
                          string(4) "SCH1"
                          ["league_game.sch1"]=>
                          string(4) "SCH1"
                          ["Sch2"]=>
                          string(4) "SCH2"
                          ["LeagueGame.Sch2"]=>
                          string(4) "SCH2"
                          ["sch2"]=>
                          string(4) "SCH2"
                          ["leagueGame.sch2"]=>
                          string(4) "SCH2"
                          ["LeagueGameTableMap::COL_SCH2"]=>
                          string(4) "SCH2"
                          ["COL_SCH2"]=>
                          string(4) "SCH2"
                          ["league_game.sch2"]=>
                          string(4) "SCH2"
                          ["Sco1"]=>
                          string(4) "SCO1"
                          ["LeagueGame.Sco1"]=>
                          string(4) "SCO1"
                          ["sco1"]=>
                          string(4) "SCO1"
                          ["leagueGame.sco1"]=>
                          string(4) "SCO1"
                          ["LeagueGameTableMap::COL_SCO1"]=>
                          string(4) "SCO1"
                          ["COL_SCO1"]=>
                          string(4) "SCO1"
                          ["league_game.sco1"]=>
                          string(4) "SCO1"
                          ["Sco2"]=>
                          string(4) "SCO2"
                          ["LeagueGame.Sco2"]=>
                          string(4) "SCO2"
                          ["sco2"]=>
                          string(4) "SCO2"
                          ["leagueGame.sco2"]=>
                          string(4) "SCO2"
                          ["LeagueGameTableMap::COL_SCO2"]=>
                          string(4) "SCO2"
                          ["COL_SCO2"]=>
                          string(4) "SCO2"
                          ["league_game.sco2"]=>
                          string(4) "SCO2"
                          ["Scp1"]=>
                          string(4) "SCP1"
                          ["LeagueGame.Scp1"]=>
                          string(4) "SCP1"
                          ["scp1"]=>
                          string(4) "SCP1"
                          ["leagueGame.scp1"]=>
                          string(4) "SCP1"
                          ["LeagueGameTableMap::COL_SCP1"]=>
                          string(4) "SCP1"
                          ["COL_SCP1"]=>
                          string(4) "SCP1"
                          ["league_game.scp1"]=>
                          string(4) "SCP1"
                          ["Scp2"]=>
                          string(4) "SCP2"
                          ["LeagueGame.Scp2"]=>
                          string(4) "SCP2"
                          ["scp2"]=>
                          string(4) "SCP2"
                          ["leagueGame.scp2"]=>
                          string(4) "SCP2"
                          ["LeagueGameTableMap::COL_SCP2"]=>
                          string(4) "SCP2"
                          ["COL_SCP2"]=>
                          string(4) "SCP2"
                          ["league_game.scp2"]=>
                          string(4) "SCP2"
                          ["Date"]=>
                          string(4) "DATE"
                          ["LeagueGame.Date"]=>
                          string(4) "DATE"
                          ["date"]=>
                          string(4) "DATE"
                          ["leagueGame.date"]=>
                          string(4) "DATE"
                          ["LeagueGameTableMap::COL_DATE"]=>
                          string(4) "DATE"
                          ["COL_DATE"]=>
                          string(4) "DATE"
                          ["league_game.date"]=>
                          string(4) "DATE"
                          ["Hour"]=>
                          string(4) "HOUR"
                          ["LeagueGame.Hour"]=>
                          string(4) "HOUR"
                          ["hour"]=>
                          string(4) "HOUR"
                          ["leagueGame.hour"]=>
                          string(4) "HOUR"
                          ["LeagueGameTableMap::COL_HOUR"]=>
                          string(4) "HOUR"
                          ["COL_HOUR"]=>
                          string(4) "HOUR"
                          ["league_game.hour"]=>
                          string(4) "HOUR"
                          ["NrOfSpectators"]=>
                          string(16) "NR_OF_SPECTATORS"
                          ["LeagueGame.NrOfSpectators"]=>
                          string(16) "NR_OF_SPECTATORS"
                          ["nrOfSpectators"]=>
                          string(16) "NR_OF_SPECTATORS"
                          ["leagueGame.nrOfSpectators"]=>
                          string(16) "NR_OF_SPECTATORS"
                          ["LeagueGameTableMap::COL_NR_OF_SPECTATORS"]=>
                          string(16) "NR_OF_SPECTATORS"
                          ["COL_NR_OF_SPECTATORS"]=>
                          string(16) "NR_OF_SPECTATORS"
                          ["nr_of_spectators"]=>
                          string(16) "NR_OF_SPECTATORS"
                          ["league_game.nr_of_spectators"]=>
                          string(16) "NR_OF_SPECTATORS"
                          ["StageId"]=>
                          string(8) "STAGE_ID"
                          ["LeagueGame.StageId"]=>
                          string(8) "STAGE_ID"
                          ["stageId"]=>
                          string(8) "STAGE_ID"
                          ["leagueGame.stageId"]=>
                          string(8) "STAGE_ID"
                          ["LeagueGameTableMap::COL_STAGE_ID"]=>
                          string(8) "STAGE_ID"
                          ["COL_STAGE_ID"]=>
                          string(8) "STAGE_ID"
                          ["stage_id"]=>
                          string(8) "STAGE_ID"
                          ["league_game.stage_id"]=>
                          string(8) "STAGE_ID"
                          ["SeasonId"]=>
                          string(9) "SEASON_ID"
                          ["LeagueGame.SeasonId"]=>
                          string(9) "SEASON_ID"
                          ["seasonId"]=>
                          string(9) "SEASON_ID"
                          ["leagueGame.seasonId"]=>
                          string(9) "SEASON_ID"
                          ["LeagueGameTableMap::COL_SEASON_ID"]=>
                          string(9) "SEASON_ID"
                          ["COL_SEASON_ID"]=>
                          string(9) "SEASON_ID"
                          ["season_id"]=>
                          string(9) "SEASON_ID"
                          ["league_game.season_id"]=>
                          string(9) "SEASON_ID"
                          ["Extratime"]=>
                          string(9) "EXTRATIME"
                          ["LeagueGame.Extratime"]=>
                          string(9) "EXTRATIME"
                          ["extratime"]=>
                          string(9) "EXTRATIME"
                          ["leagueGame.extratime"]=>
                          string(9) "EXTRATIME"
                          ["LeagueGameTableMap::COL_EXTRATIME"]=>
                          string(9) "EXTRATIME"
                          ["COL_EXTRATIME"]=>
                          string(9) "EXTRATIME"
                          ["league_game.extratime"]=>
                          string(9) "EXTRATIME"
                          ["Penaltyshoots"]=>
                          string(13) "PENALTYSHOOTS"
                          ["LeagueGame.Penaltyshoots"]=>
                          string(13) "PENALTYSHOOTS"
                          ["penaltyshoots"]=>
                          string(13) "PENALTYSHOOTS"
                          ["leagueGame.penaltyshoots"]=>
                          string(13) "PENALTYSHOOTS"
                          ["LeagueGameTableMap::COL_PENALTYSHOOTS"]=>
                          string(13) "PENALTYSHOOTS"
                          ["COL_PENALTYSHOOTS"]=>
                          string(13) "PENALTYSHOOTS"
                          ["league_game.penaltyshoots"]=>
                          string(13) "PENALTYSHOOTS"
                          ["Description"]=>
                          string(11) "DESCRIPTION"
                          ["LeagueGame.Description"]=>
                          string(11) "DESCRIPTION"
                          ["description"]=>
                          string(11) "DESCRIPTION"
                          ["leagueGame.description"]=>
                          string(11) "DESCRIPTION"
                          ["LeagueGameTableMap::COL_DESCRIPTION"]=>
                          string(11) "DESCRIPTION"
                          ["COL_DESCRIPTION"]=>
                          string(11) "DESCRIPTION"
                          ["league_game.description"]=>
                          string(11) "DESCRIPTION"
                          ["JsonNotice"]=>
                          string(11) "JSON_NOTICE"
                          ["LeagueGame.JsonNotice"]=>
                          string(11) "JSON_NOTICE"
                          ["jsonNotice"]=>
                          string(11) "JSON_NOTICE"
                          ["leagueGame.jsonNotice"]=>
                          string(11) "JSON_NOTICE"
                          ["LeagueGameTableMap::COL_JSON_NOTICE"]=>
                          string(11) "JSON_NOTICE"
                          ["COL_JSON_NOTICE"]=>
                          string(11) "JSON_NOTICE"
                          ["json_notice"]=>
                          string(11) "JSON_NOTICE"
                          ["league_game.json_notice"]=>
                          string(11) "JSON_NOTICE"
                          ["Type"]=>
                          string(4) "TYPE"
                          ["LeagueGame.Type"]=>
                          string(4) "TYPE"
                          ["type"]=>
                          string(4) "TYPE"
                          ["leagueGame.type"]=>
                          string(4) "TYPE"
                          ["LeagueGameTableMap::COL_TYPE"]=>
                          string(4) "TYPE"
                          ["COL_TYPE"]=>
                          string(4) "TYPE"
                          ["league_game.type"]=>
                          string(4) "TYPE"
                          ["ShowDetails"]=>
                          string(12) "SHOW_DETAILS"
                          ["LeagueGame.ShowDetails"]=>
                          string(12) "SHOW_DETAILS"
                          ["showDetails"]=>
                          string(12) "SHOW_DETAILS"
                          ["leagueGame.showDetails"]=>
                          string(12) "SHOW_DETAILS"
                          ["LeagueGameTableMap::COL_SHOW_DETAILS"]=>
                          string(12) "SHOW_DETAILS"
                          ["COL_SHOW_DETAILS"]=>
                          string(12) "SHOW_DETAILS"
                          ["show_details"]=>
                          string(12) "SHOW_DETAILS"
                          ["league_game.show_details"]=>
                          string(12) "SHOW_DETAILS"
                          ["Canceled"]=>
                          string(8) "CANCELED"
                          ["LeagueGame.Canceled"]=>
                          string(8) "CANCELED"
                          ["canceled"]=>
                          string(8) "CANCELED"
                          ["leagueGame.canceled"]=>
                          string(8) "CANCELED"
                          ["LeagueGameTableMap::COL_CANCELED"]=>
                          string(8) "CANCELED"
                          ["COL_CANCELED"]=>
                          string(8) "CANCELED"
                          ["league_game.canceled"]=>
                          string(8) "CANCELED"
                          ["Annulled"]=>
                          string(8) "ANNULLED"
                          ["LeagueGame.Annulled"]=>
                          string(8) "ANNULLED"
                          ["annulled"]=>
                          string(8) "ANNULLED"
                          ["leagueGame.annulled"]=>
                          string(8) "ANNULLED"
                          ["LeagueGameTableMap::COL_ANNULLED"]=>
                          string(8) "ANNULLED"
                          ["COL_ANNULLED"]=>
                          string(8) "ANNULLED"
                          ["league_game.annulled"]=>
                          string(8) "ANNULLED"
                          ["HideScore"]=>
                          string(10) "HIDE_SCORE"
                          ["LeagueGame.HideScore"]=>
                          string(10) "HIDE_SCORE"
                          ["hideScore"]=>
                          string(10) "HIDE_SCORE"
                          ["leagueGame.hideScore"]=>
                          string(10) "HIDE_SCORE"
                          ["LeagueGameTableMap::COL_HIDE_SCORE"]=>
                          string(10) "HIDE_SCORE"
                          ["COL_HIDE_SCORE"]=>
                          string(10) "HIDE_SCORE"
                          ["hide_score"]=>
                          string(10) "HIDE_SCORE"
                          ["league_game.hide_score"]=>
                          string(10) "HIDE_SCORE"
                          ["ScoreDetail"]=>
                          string(12) "SCORE_DETAIL"
                          ["LeagueGame.ScoreDetail"]=>
                          string(12) "SCORE_DETAIL"
                          ["scoreDetail"]=>
                          string(12) "SCORE_DETAIL"
                          ["leagueGame.scoreDetail"]=>
                          string(12) "SCORE_DETAIL"
                          ["LeagueGameTableMap::COL_SCORE_DETAIL"]=>
                          string(12) "SCORE_DETAIL"
                          ["COL_SCORE_DETAIL"]=>
                          string(12) "SCORE_DETAIL"
                          ["score_detail"]=>
                          string(12) "SCORE_DETAIL"
                          ["league_game.score_detail"]=>
                          string(12) "SCORE_DETAIL"
                          ["Played"]=>
                          string(6) "PLAYED"
                          ["LeagueGame.Played"]=>
                          string(6) "PLAYED"
                          ["played"]=>
                          string(6) "PLAYED"
                          ["leagueGame.played"]=>
                          string(6) "PLAYED"
                          ["LeagueGameTableMap::COL_PLAYED"]=>
                          string(6) "PLAYED"
                          ["COL_PLAYED"]=>
                          string(6) "PLAYED"
                          ["league_game.played"]=>
                          string(6) "PLAYED"
                          ["Replayed"]=>
                          string(8) "REPLAYED"
                          ["LeagueGame.Replayed"]=>
                          string(8) "REPLAYED"
                          ["replayed"]=>
                          string(8) "REPLAYED"
                          ["leagueGame.replayed"]=>
                          string(8) "REPLAYED"
                          ["LeagueGameTableMap::COL_REPLAYED"]=>
                          string(8) "REPLAYED"
                          ["COL_REPLAYED"]=>
                          string(8) "REPLAYED"
                          ["league_game.replayed"]=>
                          string(8) "REPLAYED"
                          ["Awarded"]=>
                          string(7) "AWARDED"
                          ["LeagueGame.Awarded"]=>
                          string(7) "AWARDED"
                          ["awarded"]=>
                          string(7) "AWARDED"
                          ["leagueGame.awarded"]=>
                          string(7) "AWARDED"
                          ["LeagueGameTableMap::COL_AWARDED"]=>
                          string(7) "AWARDED"
                          ["COL_AWARDED"]=>
                          string(7) "AWARDED"
                          ["league_game.awarded"]=>
                          string(7) "AWARDED"
                          ["ImportUrl"]=>
                          string(10) "IMPORT_URL"
                          ["LeagueGame.ImportUrl"]=>
                          string(10) "IMPORT_URL"
                          ["importUrl"]=>
                          string(10) "IMPORT_URL"
                          ["leagueGame.importUrl"]=>
                          string(10) "IMPORT_URL"
                          ["LeagueGameTableMap::COL_IMPORT_URL"]=>
                          string(10) "IMPORT_URL"
                          ["COL_IMPORT_URL"]=>
                          string(10) "IMPORT_URL"
                          ["import_url"]=>
                          string(10) "IMPORT_URL"
                          ["league_game.import_url"]=>
                          string(10) "IMPORT_URL"
                          ["ImportError"]=>
                          string(12) "IMPORT_ERROR"
                          ["LeagueGame.ImportError"]=>
                          string(12) "IMPORT_ERROR"
                          ["importError"]=>
                          string(12) "IMPORT_ERROR"
                          ["leagueGame.importError"]=>
                          string(12) "IMPORT_ERROR"
                          ["LeagueGameTableMap::COL_IMPORT_ERROR"]=>
                          string(12) "IMPORT_ERROR"
                          ["COL_IMPORT_ERROR"]=>
                          string(12) "IMPORT_ERROR"
                          ["import_error"]=>
                          string(12) "IMPORT_ERROR"
                          ["league_game.import_error"]=>
                          string(12) "IMPORT_ERROR"
                          ["SkipValidation"]=>
                          string(15) "SKIP_VALIDATION"
                          ["LeagueGame.SkipValidation"]=>
                          string(15) "SKIP_VALIDATION"
                          ["skipValidation"]=>
                          string(15) "SKIP_VALIDATION"
                          ["leagueGame.skipValidation"]=>
                          string(15) "SKIP_VALIDATION"
                          ["LeagueGameTableMap::COL_SKIP_VALIDATION"]=>
                          string(15) "SKIP_VALIDATION"
                          ["COL_SKIP_VALIDATION"]=>
                          string(15) "SKIP_VALIDATION"
                          ["skip_validation"]=>
                          string(15) "SKIP_VALIDATION"
                          ["league_game.skip_validation"]=>
                          string(15) "SKIP_VALIDATION"
                        }
                        ["dbMap":protected]=>
                        object(Propel\Runtime\Map\DatabaseMap)#5 (3) {
                          ["name":protected]=>
                          string(6) "labtof"
                          ["tables":protected]=>
                          array(50) {
                            ["access_log"]=>
                            string(22) "\Map\AccessLogTableMap"
                            ["account"]=>
                            string(20) "\Map\AccountTableMap"
                            ["article"]=>
                            string(20) "\Map\ArticleTableMap"
                            ["article_category"]=>
                            string(28) "\Map\ArticleCategoryTableMap"
                            ["bookmaker"]=>
                            string(22) "\Map\BookmakerTableMap"
                            ["club"]=>
                            object(Map\ClubTableMap)#98 (17) {
                              ["columns":protected]=>
                              array(16) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(7) "home_id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["COUNTRY_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SHORTNAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "shortname"
                                  ["phpName":protected]=>
                                  string(9) "Shortname"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["OFFICIAL"]=>
                                object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "official"
                                  ["phpName":protected]=>
                                  string(8) "Official"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["IDOLD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "idold"
                                  ["phpName":protected]=>
                                  string(5) "Idold"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["YEAR_FOUNDED"]=>
                                object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(12) "year_founded"
                                  ["phpName":protected]=>
                                  string(11) "YearFounded"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DATE_FOUNDED"]=>
                                object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                                  ["type":protected]=>
                                  string(4) "DATE"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(12) "date_founded"
                                  ["phpName":protected]=>
                                  string(11) "DateFounded"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["YEAR_DISSOLVED"]=>
                                object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "year_dissolved"
                                  ["phpName":protected]=>
                                  string(13) "YearDissolved"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DATE_DISSOLVED"]=>
                                object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                                  ["type":protected]=>
                                  string(4) "DATE"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "date_dissolved"
                                  ["phpName":protected]=>
                                  string(13) "DateDissolved"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["KNOWN_AS"]=>
                                object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "known_as"
                                  ["phpName":protected]=>
                                  string(7) "KnownAs"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["CLUB_NAME_HISTORY"]=>
                                object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(17) "club_name_history"
                                  ["phpName":protected]=>
                                  string(15) "ClubNameHistory"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DESCRIPTION"]=>
                                object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(11) "description"
                                  ["phpName":protected]=>
                                  string(11) "Description"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PRIVATE_NOTICE"]=>
                                object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "private_notice"
                                  ["phpName":protected]=>
                                  string(13) "PrivateNotice"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["IDMOVEDTO"]=>
                                object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "idmovedto"
                                  ["phpName":protected]=>
                                  string(9) "Idmovedto"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(16) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(7) "home_id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["CountryId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Shortname"]=>
                                object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "shortname"
                                  ["phpName":protected]=>
                                  string(9) "Shortname"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Official"]=>
                                object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "official"
                                  ["phpName":protected]=>
                                  string(8) "Official"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Idold"]=>
                                object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "idold"
                                  ["phpName":protected]=>
                                  string(5) "Idold"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["YearFounded"]=>
                                object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(12) "year_founded"
                                  ["phpName":protected]=>
                                  string(11) "YearFounded"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DateFounded"]=>
                                object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                                  ["type":protected]=>
                                  string(4) "DATE"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(12) "date_founded"
                                  ["phpName":protected]=>
                                  string(11) "DateFounded"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["YearDissolved"]=>
                                object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "year_dissolved"
                                  ["phpName":protected]=>
                                  string(13) "YearDissolved"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DateDissolved"]=>
                                object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                                  ["type":protected]=>
                                  string(4) "DATE"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "date_dissolved"
                                  ["phpName":protected]=>
                                  string(13) "DateDissolved"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["KnownAs"]=>
                                object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "known_as"
                                  ["phpName":protected]=>
                                  string(7) "KnownAs"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ClubNameHistory"]=>
                                object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(17) "club_name_history"
                                  ["phpName":protected]=>
                                  string(15) "ClubNameHistory"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Description"]=>
                                object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(11) "description"
                                  ["phpName":protected]=>
                                  string(11) "Description"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PrivateNotice"]=>
                                object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "private_notice"
                                  ["phpName":protected]=>
                                  string(13) "PrivateNotice"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Idmovedto"]=>
                                object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "idmovedto"
                                  ["phpName":protected]=>
                                  string(9) "Idmovedto"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(112) {
                                ["Id"]=>
                                string(2) "ID"
                                ["Club.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["club.id"]=>
                                string(2) "ID"
                                ["ClubTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["CountryId"]=>
                                string(10) "COUNTRY_ID"
                                ["Club.CountryId"]=>
                                string(10) "COUNTRY_ID"
                                ["countryId"]=>
                                string(10) "COUNTRY_ID"
                                ["club.countryId"]=>
                                string(10) "COUNTRY_ID"
                                ["ClubTableMap::COL_COUNTRY_ID"]=>
                                string(10) "COUNTRY_ID"
                                ["COL_COUNTRY_ID"]=>
                                string(10) "COUNTRY_ID"
                                ["country_id"]=>
                                string(10) "COUNTRY_ID"
                                ["club.country_id"]=>
                                string(10) "COUNTRY_ID"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["Club.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["club.slug"]=>
                                string(4) "SLUG"
                                ["ClubTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                                ["Name"]=>
                                string(4) "NAME"
                                ["Club.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["club.name"]=>
                                string(4) "NAME"
                                ["ClubTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["Shortname"]=>
                                string(9) "SHORTNAME"
                                ["Club.Shortname"]=>
                                string(9) "SHORTNAME"
                                ["shortname"]=>
                                string(9) "SHORTNAME"
                                ["club.shortname"]=>
                                string(9) "SHORTNAME"
                                ["ClubTableMap::COL_SHORTNAME"]=>
                                string(9) "SHORTNAME"
                                ["COL_SHORTNAME"]=>
                                string(9) "SHORTNAME"
                                ["Official"]=>
                                string(8) "OFFICIAL"
                                ["Club.Official"]=>
                                string(8) "OFFICIAL"
                                ["official"]=>
                                string(8) "OFFICIAL"
                                ["club.official"]=>
                                string(8) "OFFICIAL"
                                ["ClubTableMap::COL_OFFICIAL"]=>
                                string(8) "OFFICIAL"
                                ["COL_OFFICIAL"]=>
                                string(8) "OFFICIAL"
                                ["Idold"]=>
                                string(5) "IDOLD"
                                ["Club.Idold"]=>
                                string(5) "IDOLD"
                                ["idold"]=>
                                string(5) "IDOLD"
                                ["club.idold"]=>
                                string(5) "IDOLD"
                                ["ClubTableMap::COL_IDOLD"]=>
                                string(5) "IDOLD"
                                ["COL_IDOLD"]=>
                                string(5) "IDOLD"
                                ["YearFounded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["Club.YearFounded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["yearFounded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["club.yearFounded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                                string(12) "YEAR_FOUNDED"
                                ["COL_YEAR_FOUNDED"]=>
                                string(12) "YEAR_FOUNDED"
                                ["year_founded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["club.year_founded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["DateFounded"]=>
                                string(12) "DATE_FOUNDED"
                                ["Club.DateFounded"]=>
                                string(12) "DATE_FOUNDED"
                                ["dateFounded"]=>
                                string(12) "DATE_FOUNDED"
                                ["club.dateFounded"]=>
                                string(12) "DATE_FOUNDED"
                                ["ClubTableMap::COL_DATE_FOUNDED"]=>
                                string(12) "DATE_FOUNDED"
                                ["COL_DATE_FOUNDED"]=>
                                string(12) "DATE_FOUNDED"
                                ["date_founded"]=>
                                string(12) "DATE_FOUNDED"
                                ["club.date_founded"]=>
                                string(12) "DATE_FOUNDED"
                                ["YearDissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["Club.YearDissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["yearDissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["club.yearDissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["COL_YEAR_DISSOLVED"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["year_dissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["club.year_dissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["DateDissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["Club.DateDissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["dateDissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["club.dateDissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                                string(14) "DATE_DISSOLVED"
                                ["COL_DATE_DISSOLVED"]=>
                                string(14) "DATE_DISSOLVED"
                                ["date_dissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["club.date_dissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["KnownAs"]=>
                                string(8) "KNOWN_AS"
                                ["Club.KnownAs"]=>
                                string(8) "KNOWN_AS"
                                ["knownAs"]=>
                                string(8) "KNOWN_AS"
                                ["club.knownAs"]=>
                                string(8) "KNOWN_AS"
                                ["ClubTableMap::COL_KNOWN_AS"]=>
                                string(8) "KNOWN_AS"
                                ["COL_KNOWN_AS"]=>
                                string(8) "KNOWN_AS"
                                ["known_as"]=>
                                string(8) "KNOWN_AS"
                                ["club.known_as"]=>
                                string(8) "KNOWN_AS"
                                ["ClubNameHistory"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["Club.ClubNameHistory"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["clubNameHistory"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["club.clubNameHistory"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["COL_CLUB_NAME_HISTORY"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["club_name_history"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["club.club_name_history"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["Description"]=>
                                string(11) "DESCRIPTION"
                                ["Club.Description"]=>
                                string(11) "DESCRIPTION"
                                ["description"]=>
                                string(11) "DESCRIPTION"
                                ["club.description"]=>
                                string(11) "DESCRIPTION"
                                ["ClubTableMap::COL_DESCRIPTION"]=>
                                string(11) "DESCRIPTION"
                                ["COL_DESCRIPTION"]=>
                                string(11) "DESCRIPTION"
                                ["PrivateNotice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["Club.PrivateNotice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["privateNotice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["club.privateNotice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["COL_PRIVATE_NOTICE"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["private_notice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["club.private_notice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["Idmovedto"]=>
                                string(9) "IDMOVEDTO"
                                ["Club.Idmovedto"]=>
                                string(9) "IDMOVEDTO"
                                ["idmovedto"]=>
                                string(9) "IDMOVEDTO"
                                ["club.idmovedto"]=>
                                string(9) "IDMOVEDTO"
                                ["ClubTableMap::COL_IDMOVEDTO"]=>
                                string(9) "IDMOVEDTO"
                                ["COL_IDMOVEDTO"]=>
                                string(9) "IDMOVEDTO"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(4) "club"
                              ["phpName":protected]=>
                              string(4) "Club"
                              ["classname":protected]=>
                              string(5) "\Club"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(7) "home_id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(2) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(7) "home_id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["country_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["club_map"]=>
                            string(20) "\Map\ClubMapTableMap"
                            ["country"]=>
                            object(Map\CountryTableMap)#62 (17) {
                              ["columns":protected]=>
                              array(3) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(3) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(18) {
                                ["Id"]=>
                                string(2) "ID"
                                ["Country.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["country.id"]=>
                                string(2) "ID"
                                ["CountryTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["Name"]=>
                                string(4) "NAME"
                                ["Country.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["country.name"]=>
                                string(4) "NAME"
                                ["CountryTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["Country.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["country.slug"]=>
                                string(4) "SLUG"
                                ["CountryTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(7) "country"
                              ["phpName":protected]=>
                              string(7) "Country"
                              ["classname":protected]=>
                              string(8) "\Country"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(0) {
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["customer"]=>
                            string(21) "\Map\CustomerTableMap"
                            ["customer_package"]=>
                            string(28) "\Map\CustomerPackageTableMap"
                            ["customer_package_type"]=>
                            string(32) "\Map\CustomerPackageTypeTableMap"
                            ["event_odd"]=>
                            string(21) "\Map\EventOddTableMap"
                            ["event_odd_move"]=>
                            string(25) "\Map\EventOddMoveTableMap"
                            ["import_source"]=>
                            string(25) "\Map\ImportSourceTableMap"
                            ["league"]=>
                            object(Map\LeagueTableMap)#45 (17) {
                              ["columns":protected]=>
                              array(10) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["COUNTRY_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SHORT_NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "short_name"
                                  ["phpName":protected]=>
                                  string(9) "ShortName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HAVE_STANDING"]=>
                                object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "have_standing"
                                  ["phpName":protected]=>
                                  string(12) "HaveStanding"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["FRONT_PAGE"]=>
                                object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "front_page"
                                  ["phpName":protected]=>
                                  string(9) "FrontPage"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ORD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(5)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEVEL"]=>
                                object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(10)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "level"
                                  ["phpName":protected]=>
                                  string(5) "Level"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PREVIEW"]=>
                                object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "preview"
                                  ["phpName":protected]=>
                                  string(7) "Preview"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(10) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["CountryId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ShortName"]=>
                                object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "short_name"
                                  ["phpName":protected]=>
                                  string(9) "ShortName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HaveStanding"]=>
                                object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "have_standing"
                                  ["phpName":protected]=>
                                  string(12) "HaveStanding"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["FrontPage"]=>
                                object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "front_page"
                                  ["phpName":protected]=>
                                  string(9) "FrontPage"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Ord"]=>
                                object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(5)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Level"]=>
                                object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(10)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "level"
                                  ["phpName":protected]=>
                                  string(5) "Level"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Preview"]=>
                                object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "preview"
                                  ["phpName":protected]=>
                                  string(7) "Preview"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(68) {
                                ["Id"]=>
                                string(2) "ID"
                                ["League.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["league.id"]=>
                                string(2) "ID"
                                ["LeagueTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["CountryId"]=>
                                string(10) "COUNTRY_ID"
                                ["League.CountryId"]=>
                                string(10) "COUNTRY_ID"
                                ["countryId"]=>
                                string(10) "COUNTRY_ID"
                                ["league.countryId"]=>
                                string(10) "COUNTRY_ID"
                                ["LeagueTableMap::COL_COUNTRY_ID"]=>
                                string(10) "COUNTRY_ID"
                                ["COL_COUNTRY_ID"]=>
                                string(10) "COUNTRY_ID"
                                ["country_id"]=>
                                string(10) "COUNTRY_ID"
                                ["league.country_id"]=>
                                string(10) "COUNTRY_ID"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["League.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["league.slug"]=>
                                string(4) "SLUG"
                                ["LeagueTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                                ["Name"]=>
                                string(4) "NAME"
                                ["League.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["league.name"]=>
                                string(4) "NAME"
                                ["LeagueTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["ShortName"]=>
                                string(10) "SHORT_NAME"
                                ["League.ShortName"]=>
                                string(10) "SHORT_NAME"
                                ["shortName"]=>
                                string(10) "SHORT_NAME"
                                ["league.shortName"]=>
                                string(10) "SHORT_NAME"
                                ["LeagueTableMap::COL_SHORT_NAME"]=>
                                string(10) "SHORT_NAME"
                                ["COL_SHORT_NAME"]=>
                                string(10) "SHORT_NAME"
                                ["short_name"]=>
                                string(10) "SHORT_NAME"
                                ["league.short_name"]=>
                                string(10) "SHORT_NAME"
                                ["HaveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["League.HaveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["haveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["league.haveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["LeagueTableMap::COL_HAVE_STANDING"]=>
                                string(13) "HAVE_STANDING"
                                ["COL_HAVE_STANDING"]=>
                                string(13) "HAVE_STANDING"
                                ["have_standing"]=>
                                string(13) "HAVE_STANDING"
                                ["league.have_standing"]=>
                                string(13) "HAVE_STANDING"
                                ["FrontPage"]=>
                                string(10) "FRONT_PAGE"
                                ["League.FrontPage"]=>
                                string(10) "FRONT_PAGE"
                                ["frontPage"]=>
                                string(10) "FRONT_PAGE"
                                ["league.frontPage"]=>
                                string(10) "FRONT_PAGE"
                                ["LeagueTableMap::COL_FRONT_PAGE"]=>
                                string(10) "FRONT_PAGE"
                                ["COL_FRONT_PAGE"]=>
                                string(10) "FRONT_PAGE"
                                ["front_page"]=>
                                string(10) "FRONT_PAGE"
                                ["league.front_page"]=>
                                string(10) "FRONT_PAGE"
                                ["Ord"]=>
                                string(3) "ORD"
                                ["League.Ord"]=>
                                string(3) "ORD"
                                ["ord"]=>
                                string(3) "ORD"
                                ["league.ord"]=>
                                string(3) "ORD"
                                ["LeagueTableMap::COL_ORD"]=>
                                string(3) "ORD"
                                ["COL_ORD"]=>
                                string(3) "ORD"
                                ["Level"]=>
                                string(5) "LEVEL"
                                ["League.Level"]=>
                                string(5) "LEVEL"
                                ["level"]=>
                                string(5) "LEVEL"
                                ["league.level"]=>
                                string(5) "LEVEL"
                                ["LeagueTableMap::COL_LEVEL"]=>
                                string(5) "LEVEL"
                                ["COL_LEVEL"]=>
                                string(5) "LEVEL"
                                ["Preview"]=>
                                string(7) "PREVIEW"
                                ["League.Preview"]=>
                                string(7) "PREVIEW"
                                ["preview"]=>
                                string(7) "PREVIEW"
                                ["league.preview"]=>
                                string(7) "PREVIEW"
                                ["LeagueTableMap::COL_PREVIEW"]=>
                                string(7) "PREVIEW"
                                ["COL_PREVIEW"]=>
                                string(7) "PREVIEW"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(6) "league"
                              ["phpName":protected]=>
                              string(6) "League"
                              ["classname":protected]=>
                              string(7) "\League"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(1) {
                                ["country_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["league_club"]=>
                            string(23) "\Map\LeagueClubTableMap"
                            ["league_game"]=>
                            *RECURSION*
                            ["league_game_card"]=>
                            string(27) "\Map\LeagueGameCardTableMap"
                            ["league_game_coach"]=>
                            string(28) "\Map\LeagueGameCoachTableMap"
                            ["league_game_goal"]=>
                            object(Map\LeagueGameGoalTableMap)#116 (17) {
                              ["columns":protected]=>
                              array(13) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEAGUE_GAME_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_game_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueGameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["CLUB_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(4) "club"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "club_id"
                                  ["phpName":protected]=>
                                  string(6) "ClubId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PERSON_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "person"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "person_id"
                                  ["phpName":protected]=>
                                  string(8) "PersonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PERSON_MAP_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(10) "person_map"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "person_map_id"
                                  ["phpName":protected]=>
                                  string(11) "PersonMapId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MIN"]=>
                                object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(2)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "min"
                                  ["phpName":protected]=>
                                  string(3) "Min"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MINPLUS"]=>
                                object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(2)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "minPlus"
                                  ["phpName":protected]=>
                                  string(7) "MinPlus"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PENALTY"]=>
                                object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "penalty"
                                  ["phpName":protected]=>
                                  string(7) "Penalty"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["OWN"]=>
                                object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "own"
                                  ["phpName":protected]=>
                                  string(3) "Own"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SHOOTS"]=>
                                object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "shoots"
                                  ["phpName":protected]=>
                                  string(13) "PenaltyShoots"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ISGOAL"]=>
                                object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "isgoal"
                                  ["phpName":protected]=>
                                  string(6) "IsGoal"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SCORE_MODE"]=>
                                object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(255)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "score_mode"
                                  ["phpName":protected]=>
                                  string(9) "ScoreMode"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ASSIST_BY"]=>
                                object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(255)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "assist_by"
                                  ["phpName":protected]=>
                                  string(8) "AssistBy"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(13) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LeagueGameId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_game_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueGameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ClubId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(4) "club"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "club_id"
                                  ["phpName":protected]=>
                                  string(6) "ClubId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PersonId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "person"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "person_id"
                                  ["phpName":protected]=>
                                  string(8) "PersonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PersonMapId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(10) "person_map"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "person_map_id"
                                  ["phpName":protected]=>
                                  string(11) "PersonMapId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Min"]=>
                                object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(2)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "min"
                                  ["phpName":protected]=>
                                  string(3) "Min"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MinPlus"]=>
                                object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(2)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "minPlus"
                                  ["phpName":protected]=>
                                  string(7) "MinPlus"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Penalty"]=>
                                object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "penalty"
                                  ["phpName":protected]=>
                                  string(7) "Penalty"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Own"]=>
                                object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "own"
                                  ["phpName":protected]=>
                                  string(3) "Own"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PenaltyShoots"]=>
                                object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "shoots"
                                  ["phpName":protected]=>
                                  string(13) "PenaltyShoots"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["IsGoal"]=>
                                object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "isgoal"
                                  ["phpName":protected]=>
                                  string(6) "IsGoal"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ScoreMode"]=>
                                object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(255)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "score_mode"
                                  ["phpName":protected]=>
                                  string(9) "ScoreMode"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["AssistBy"]=>
                                object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(255)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "assist_by"
                                  ["phpName":protected]=>
                                  string(8) "AssistBy"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(99) {
                                ["Id"]=>
                                string(2) "ID"
                                ["LeagueGameGoal.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["leagueGameGoal.id"]=>
                                string(2) "ID"
                                ["LeagueGameGoalTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["league_game_goal.id"]=>
                                string(2) "ID"
                                ["LeagueGameId"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["LeagueGameGoal.LeagueGameId"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["leagueGameId"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["leagueGameGoal.leagueGameId"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["COL_LEAGUE_GAME_ID"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["league_game_id"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["league_game_goal.league_game_id"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["ClubId"]=>
                                string(7) "CLUB_ID"
                                ["LeagueGameGoal.ClubId"]=>
                                string(7) "CLUB_ID"
                                ["clubId"]=>
                                string(7) "CLUB_ID"
                                ["leagueGameGoal.clubId"]=>
                                string(7) "CLUB_ID"
                                ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                                string(7) "CLUB_ID"
                                ["COL_CLUB_ID"]=>
                                string(7) "CLUB_ID"
                                ["club_id"]=>
                                string(7) "CLUB_ID"
                                ["league_game_goal.club_id"]=>
                                string(7) "CLUB_ID"
                                ["PersonId"]=>
                                string(9) "PERSON_ID"
                                ["LeagueGameGoal.PersonId"]=>
                                string(9) "PERSON_ID"
                                ["personId"]=>
                                string(9) "PERSON_ID"
                                ["leagueGameGoal.personId"]=>
                                string(9) "PERSON_ID"
                                ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                                string(9) "PERSON_ID"
                                ["COL_PERSON_ID"]=>
                                string(9) "PERSON_ID"
                                ["person_id"]=>
                                string(9) "PERSON_ID"
                                ["league_game_goal.person_id"]=>
                                string(9) "PERSON_ID"
                                ["PersonMapId"]=>
                                string(13) "PERSON_MAP_ID"
                                ["LeagueGameGoal.PersonMapId"]=>
                                string(13) "PERSON_MAP_ID"
                                ["personMapId"]=>
                                string(13) "PERSON_MAP_ID"
                                ["leagueGameGoal.personMapId"]=>
                                string(13) "PERSON_MAP_ID"
                                ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                                string(13) "PERSON_MAP_ID"
                                ["COL_PERSON_MAP_ID"]=>
                                string(13) "PERSON_MAP_ID"
                                ["person_map_id"]=>
                                string(13) "PERSON_MAP_ID"
                                ["league_game_goal.person_map_id"]=>
                                string(13) "PERSON_MAP_ID"
                                ["Min"]=>
                                string(3) "MIN"
                                ["LeagueGameGoal.Min"]=>
                                string(3) "MIN"
                                ["min"]=>
                                string(3) "MIN"
                                ["leagueGameGoal.min"]=>
                                string(3) "MIN"
                                ["LeagueGameGoalTableMap::COL_MIN"]=>
                                string(3) "MIN"
                                ["COL_MIN"]=>
                                string(3) "MIN"
                                ["league_game_goal.min"]=>
                                string(3) "MIN"
                                ["MinPlus"]=>
                                string(7) "MINPLUS"
                                ["LeagueGameGoal.MinPlus"]=>
                                string(7) "MINPLUS"
                                ["minPlus"]=>
                                string(7) "MINPLUS"
                                ["leagueGameGoal.minPlus"]=>
                                string(7) "MINPLUS"
                                ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                                string(7) "MINPLUS"
                                ["COL_MINPLUS"]=>
                                string(7) "MINPLUS"
                                ["league_game_goal.minPlus"]=>
                                string(7) "MINPLUS"
                                ["Penalty"]=>
                                string(7) "PENALTY"
                                ["LeagueGameGoal.Penalty"]=>
                                string(7) "PENALTY"
                                ["penalty"]=>
                                string(7) "PENALTY"
                                ["leagueGameGoal.penalty"]=>
                                string(7) "PENALTY"
                                ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                                string(7) "PENALTY"
                                ["COL_PENALTY"]=>
                                string(7) "PENALTY"
                                ["league_game_goal.penalty"]=>
                                string(7) "PENALTY"
                                ["Own"]=>
                                string(3) "OWN"
                                ["LeagueGameGoal.Own"]=>
                                string(3) "OWN"
                                ["own"]=>
                                string(3) "OWN"
                                ["leagueGameGoal.own"]=>
                                string(3) "OWN"
                                ["LeagueGameGoalTableMap::COL_OWN"]=>
                                string(3) "OWN"
                                ["COL_OWN"]=>
                                string(3) "OWN"
                                ["league_game_goal.own"]=>
                                string(3) "OWN"
                                ["PenaltyShoots"]=>
                                string(6) "SHOOTS"
                                ["LeagueGameGoal.PenaltyShoots"]=>
                                string(6) "SHOOTS"
                                ["penaltyShoots"]=>
                                string(6) "SHOOTS"
                                ["leagueGameGoal.penaltyShoots"]=>
                                string(6) "SHOOTS"
                                ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                                string(6) "SHOOTS"
                                ["COL_SHOOTS"]=>
                                string(6) "SHOOTS"
                                ["shoots"]=>
                                string(6) "SHOOTS"
                                ["league_game_goal.shoots"]=>
                                string(6) "SHOOTS"
                                ["IsGoal"]=>
                                string(6) "ISGOAL"
                                ["LeagueGameGoal.IsGoal"]=>
                                string(6) "ISGOAL"
                                ["isGoal"]=>
                                string(6) "ISGOAL"
                                ["leagueGameGoal.isGoal"]=>
                                string(6) "ISGOAL"
                                ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                                string(6) "ISGOAL"
                                ["COL_ISGOAL"]=>
                                string(6) "ISGOAL"
                                ["isgoal"]=>
                                string(6) "ISGOAL"
                                ["league_game_goal.isgoal"]=>
                                string(6) "ISGOAL"
                                ["ScoreMode"]=>
                                string(10) "SCORE_MODE"
                                ["LeagueGameGoal.ScoreMode"]=>
                                string(10) "SCORE_MODE"
                                ["scoreMode"]=>
                                string(10) "SCORE_MODE"
                                ["leagueGameGoal.scoreMode"]=>
                                string(10) "SCORE_MODE"
                                ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                                string(10) "SCORE_MODE"
                                ["COL_SCORE_MODE"]=>
                                string(10) "SCORE_MODE"
                                ["score_mode"]=>
                                string(10) "SCORE_MODE"
                                ["league_game_goal.score_mode"]=>
                                string(10) "SCORE_MODE"
                                ["AssistBy"]=>
                                string(9) "ASSIST_BY"
                                ["LeagueGameGoal.AssistBy"]=>
                                string(9) "ASSIST_BY"
                                ["assistBy"]=>
                                string(9) "ASSIST_BY"
                                ["leagueGameGoal.assistBy"]=>
                                string(9) "ASSIST_BY"
                                ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                                string(9) "ASSIST_BY"
                                ["COL_ASSIST_BY"]=>
                                string(9) "ASSIST_BY"
                                ["assist_by"]=>
                                string(9) "ASSIST_BY"
                                ["league_game_goal.assist_by"]=>
                                string(9) "ASSIST_BY"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(16) "league_game_goal"
                              ["phpName":protected]=>
                              string(14) "LeagueGameGoal"
                              ["classname":protected]=>
                              string(15) "\LeagueGameGoal"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(4) {
                                ["league_game_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_game_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueGameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["club_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(4) "club"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "club_id"
                                  ["phpName":protected]=>
                                  string(6) "ClubId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["person_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "person"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "person_id"
                                  ["phpName":protected]=>
                                  string(8) "PersonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["person_map_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(10) "person_map"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "person_map_id"
                                  ["phpName":protected]=>
                                  string(11) "PersonMapId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["league_game_metadata"]=>
                            string(31) "\Map\LeagueGameMetadataTableMap"
                            ["league_game_player"]=>
                            string(29) "\Map\LeagueGamePlayerTableMap"
                            ["league_game_referee"]=>
                            string(30) "\Map\LeagueGameRefereeTableMap"
                            ["league_game_statistic"]=>
                            string(32) "\Map\LeagueGameStatisticTableMap"
                            ["league_game_statistic_type"]=>
                            string(36) "\Map\LeagueGameStatisticTypeTableMap"
                            ["league_game_statistic_type_map"]=>
                            string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                            ["league_import"]=>
                            string(25) "\Map\LeagueImportTableMap"
                            ["league_import_game"]=>
                            string(29) "\Map\LeagueImportGameTableMap"
                            ["league_name"]=>
                            string(23) "\Map\LeagueNameTableMap"
                            ["league_next"]=>
                            string(23) "\Map\LeagueNextTableMap"
                            ["league_season"]=>
                            object(Map\LeagueSeasonTableMap)#83 (17) {
                              ["columns":protected]=>
                              array(5) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["START"]=>
                                object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "start"
                                  ["phpName":protected]=>
                                  string(5) "Start"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["END"]=>
                                object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "end"
                                  ["phpName":protected]=>
                                  string(3) "End"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["POINTS"]=>
                                object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "points"
                                  ["phpName":protected]=>
                                  string(6) "Points"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["IDOLD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "idold"
                                  ["phpName":protected]=>
                                  string(5) "Idold"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(5) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Start"]=>
                                object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "start"
                                  ["phpName":protected]=>
                                  string(5) "Start"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["End"]=>
                                object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "end"
                                  ["phpName":protected]=>
                                  string(3) "End"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Points"]=>
                                object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "points"
                                  ["phpName":protected]=>
                                  string(6) "Points"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Idold"]=>
                                object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "idold"
                                  ["phpName":protected]=>
                                  string(5) "Idold"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(35) {
                                ["Id"]=>
                                string(2) "ID"
                                ["LeagueSeason.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["leagueSeason.id"]=>
                                string(2) "ID"
                                ["LeagueSeasonTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["league_season.id"]=>
                                string(2) "ID"
                                ["Start"]=>
                                string(5) "START"
                                ["LeagueSeason.Start"]=>
                                string(5) "START"
                                ["start"]=>
                                string(5) "START"
                                ["leagueSeason.start"]=>
                                string(5) "START"
                                ["LeagueSeasonTableMap::COL_START"]=>
                                string(5) "START"
                                ["COL_START"]=>
                                string(5) "START"
                                ["league_season.start"]=>
                                string(5) "START"
                                ["End"]=>
                                string(3) "END"
                                ["LeagueSeason.End"]=>
                                string(3) "END"
                                ["end"]=>
                                string(3) "END"
                                ["leagueSeason.end"]=>
                                string(3) "END"
                                ["LeagueSeasonTableMap::COL_END"]=>
                                string(3) "END"
                                ["COL_END"]=>
                                string(3) "END"
                                ["league_season.end"]=>
                                string(3) "END"
                                ["Points"]=>
                                string(6) "POINTS"
                                ["LeagueSeason.Points"]=>
                                string(6) "POINTS"
                                ["points"]=>
                                string(6) "POINTS"
                                ["leagueSeason.points"]=>
                                string(6) "POINTS"
                                ["LeagueSeasonTableMap::COL_POINTS"]=>
                                string(6) "POINTS"
                                ["COL_POINTS"]=>
                                string(6) "POINTS"
                                ["league_season.points"]=>
                                string(6) "POINTS"
                                ["Idold"]=>
                                string(5) "IDOLD"
                                ["LeagueSeason.Idold"]=>
                                string(5) "IDOLD"
                                ["idold"]=>
                                string(5) "IDOLD"
                                ["leagueSeason.idold"]=>
                                string(5) "IDOLD"
                                ["LeagueSeasonTableMap::COL_IDOLD"]=>
                                string(5) "IDOLD"
                                ["COL_IDOLD"]=>
                                string(5) "IDOLD"
                                ["league_season.idold"]=>
                                string(5) "IDOLD"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(13) "league_season"
                              ["phpName":protected]=>
                              string(12) "LeagueSeason"
                              ["classname":protected]=>
                              string(13) "\LeagueSeason"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(0) {
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["league_season_name"]=>
                            object(Map\LeagueSeasonNameTableMap)#67 (17) {
                              ["columns":protected]=>
                              array(12) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEAGUE_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "league"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "league_id"
                                  ["phpName":protected]=>
                                  string(8) "LeagueId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEAGUE_NAME_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_name"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_name_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueNameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEAGUE_SEASON_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(13) "league_season"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "league_season_id"
                                  ["phpName":protected]=>
                                  string(14) "LeagueSeasonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HAVE_STANDING"]=>
                                object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "have_standing"
                                  ["phpName":protected]=>
                                  string(12) "HaveStanding"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ORD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(5)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NR_GAMES"]=>
                                object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "nr_games"
                                  ["phpName":protected]=>
                                  string(7) "NrGames"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NR_STAGES"]=>
                                object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "nr_stages"
                                  ["phpName":protected]=>
                                  string(8) "NrStages"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HAVE_GAME_DETAIL"]=>
                                object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "have_game_detail"
                                  ["phpName":protected]=>
                                  string(14) "HaveGameDetail"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HAVE_ASSISTANT_REFEREE"]=>
                                object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(22) "have_assistant_referee"
                                  ["phpName":protected]=>
                                  string(20) "HaveAssistantReferee"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(12) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LeagueId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "league"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "league_id"
                                  ["phpName":protected]=>
                                  string(8) "LeagueId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LeagueNameId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_name"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_name_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueNameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LeagueSeasonId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(13) "league_season"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "league_season_id"
                                  ["phpName":protected]=>
                                  string(14) "LeagueSeasonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HaveStanding"]=>
                                object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "have_standing"
                                  ["phpName":protected]=>
                                  string(12) "HaveStanding"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Ord"]=>
                                object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(5)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NrGames"]=>
                                object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "nr_games"
                                  ["phpName":protected]=>
                                  string(7) "NrGames"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NrStages"]=>
                                object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "nr_stages"
                                  ["phpName":protected]=>
                                  string(8) "NrStages"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HaveGameDetail"]=>
                                object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "have_game_detail"
                                  ["phpName":protected]=>
                                  string(14) "HaveGameDetail"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HaveAssistantReferee"]=>
                                object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(22) "have_assistant_referee"
                                  ["phpName":protected]=>
                                  string(20) "HaveAssistantReferee"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(92) {
                                ["Id"]=>
                                string(2) "ID"
                                ["LeagueSeasonName.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["leagueSeasonName.id"]=>
                                string(2) "ID"
                                ["LeagueSeasonNameTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["league_season_name.id"]=>
                                string(2) "ID"
                                ["LeagueId"]=>
                                string(9) "LEAGUE_ID"
                                ["LeagueSeasonName.LeagueId"]=>
                                string(9) "LEAGUE_ID"
                                ["leagueId"]=>
                                string(9) "LEAGUE_ID"
                                ["leagueSeasonName.leagueId"]=>
                                string(9) "LEAGUE_ID"
                                ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                                string(9) "LEAGUE_ID"
                                ["COL_LEAGUE_ID"]=>
                                string(9) "LEAGUE_ID"
                                ["league_id"]=>
                                string(9) "LEAGUE_ID"
                                ["league_season_name.league_id"]=>
                                string(9) "LEAGUE_ID"
                                ["LeagueNameId"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["LeagueSeasonName.LeagueNameId"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["leagueNameId"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["leagueSeasonName.leagueNameId"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["COL_LEAGUE_NAME_ID"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["league_name_id"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["league_season_name.league_name_id"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["LeagueSeasonId"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["LeagueSeasonName.LeagueSeasonId"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["leagueSeasonId"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["leagueSeasonName.leagueSeasonId"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["COL_LEAGUE_SEASON_ID"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["league_season_id"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["league_season_name.league_season_id"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["LeagueSeasonName.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["leagueSeasonName.slug"]=>
                                string(4) "SLUG"
                                ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                                ["league_season_name.slug"]=>
                                string(4) "SLUG"
                                ["Name"]=>
                                string(4) "NAME"
                                ["LeagueSeasonName.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["leagueSeasonName.name"]=>
                                string(4) "NAME"
                                ["LeagueSeasonNameTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["league_season_name.name"]=>
                                string(4) "NAME"
                                ["HaveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["LeagueSeasonName.HaveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["haveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["leagueSeasonName.haveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                                string(13) "HAVE_STANDING"
                                ["COL_HAVE_STANDING"]=>
                                string(13) "HAVE_STANDING"
                                ["have_standing"]=>
                                string(13) "HAVE_STANDING"
                                ["league_season_name.have_standing"]=>
                                string(13) "HAVE_STANDING"
                                ["Ord"]=>
                                string(3) "ORD"
                                ["LeagueSeasonName.Ord"]=>
                                string(3) "ORD"
                                ["ord"]=>
                                string(3) "ORD"
                                ["leagueSeasonName.ord"]=>
                                string(3) "ORD"
                                ["LeagueSeasonNameTableMap::COL_ORD"]=>
                                string(3) "ORD"
                                ["COL_ORD"]=>
                                string(3) "ORD"
                                ["league_season_name.ord"]=>
                                string(3) "ORD"
                                ["NrGames"]=>
                                string(8) "NR_GAMES"
                                ["LeagueSeasonName.NrGames"]=>
                                string(8) "NR_GAMES"
                                ["nrGames"]=>
                                string(8) "NR_GAMES"
                                ["leagueSeasonName.nrGames"]=>
                                string(8) "NR_GAMES"
                                ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                                string(8) "NR_GAMES"
                                ["COL_NR_GAMES"]=>
                                string(8) "NR_GAMES"
                                ["nr_games"]=>
                                string(8) "NR_GAMES"
                                ["league_season_name.nr_games"]=>
                                string(8) "NR_GAMES"
                                ["NrStages"]=>
                                string(9) "NR_STAGES"
                                ["LeagueSeasonName.NrStages"]=>
                                string(9) "NR_STAGES"
                                ["nrStages"]=>
                                string(9) "NR_STAGES"
                                ["leagueSeasonName.nrStages"]=>
                                string(9) "NR_STAGES"
                                ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                                string(9) "NR_STAGES"
                                ["COL_NR_STAGES"]=>
                                string(9) "NR_STAGES"
                                ["nr_stages"]=>
                                string(9) "NR_STAGES"
                                ["league_season_name.nr_stages"]=>
                                string(9) "NR_STAGES"
                                ["HaveGameDetail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["LeagueSeasonName.HaveGameDetail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["haveGameDetail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["leagueSeasonName.haveGameDetail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["COL_HAVE_GAME_DETAIL"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["have_game_detail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["league_season_name.have_game_detail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["HaveAssistantReferee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["LeagueSeasonName.HaveAssistantReferee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["haveAssistantReferee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["leagueSeasonName.haveAssistantReferee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["COL_HAVE_ASSISTANT_REFEREE"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["have_assistant_referee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["league_season_name.have_assistant_referee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(18) "league_season_name"
                              ["phpName":protected]=>
                              string(16) "LeagueSeasonName"
                              ["classname":protected]=>
                              string(17) "\LeagueSeasonName"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(3) {
                                ["league_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "league"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "league_id"
                                  ["phpName":protected]=>
                                  string(8) "LeagueId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["league_name_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_name"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_name_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueNameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["league_season_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(13) "league_season"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "league_season_id"
                                  ["phpName":protected]=>
                                  string(14) "LeagueSeasonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["national_game"]=>
                            string(25) "\Map\NationalGameTableMap"
                            ["national_game_card"]=>
                            string(29) "\Map\NationalGameCardTableMap"
                            ["national_game_coach"]=>
                            string(30) "\Map\NationalGameCoachTableMap"
                            ["national_game_goal"]=>
                            string(29) "\Map\NationalGameGoalTableMap"
                            ["national_game_player"]=>
                            string(31) "\Map\NationalGamePlayerTableMap"
                            ["national_game_referee"]=>
                            string(32) "\Map\NationalGameRefereeTableMap"
                            ["national_game_type"]=>
                            string(29) "\Map\NationalGameTypeTableMap"
                            ["national_tournament"]=>
                            string(31) "\Map\NationalTournamentTableMap"
                            ["national_tournament_name"]=>
                            string(35) "\Map\NationalTournamentNameTableMap"
                            ["object_resource_link"]=>
                            string(31) "\Map\ObjectResourceLinkTableMap"
                            ["object_resource_private"]=>
                            string(34) "\Map\ObjectResourcePrivateTableMap"
                            ["object_resource_private_content"]=>
                            string(41) "\Map\ObjectResourcePrivateContentTableMap"
                            ["object_resource_private_metadata"]=>
                            string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                            ["object_resource_private_name"]=>
                            string(38) "\Map\ObjectResourcePrivateNameTableMap"
                            ["person"]=>
                            string(19) "\Map\PersonTableMap"
                            ["person_map"]=>
                            string(22) "\Map\PersonMapTableMap"
                            ["player_type"]=>
                            string(23) "\Map\PlayerTypeTableMap"
                            ["stage"]=>
                            object(Map\StageTableMap)#84 (17) {
                              ["columns":protected]=>
                              array(8) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SHORT_NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "short_name"
                                  ["phpName":protected]=>
                                  string(9) "ShortName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PREFIX"]=>
                                object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "prefix"
                                  ["phpName":protected]=>
                                  string(6) "Prefix"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SUFFIX"]=>
                                object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "suffix"
                                  ["phpName":protected]=>
                                  string(6) "Suffix"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MAP_NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "map_name"
                                  ["phpName":protected]=>
                                  string(7) "MapName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ORD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(8) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ShortName"]=>
                                object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "short_name"
                                  ["phpName":protected]=>
                                  string(9) "ShortName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Prefix"]=>
                                object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "prefix"
                                  ["phpName":protected]=>
                                  string(6) "Prefix"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Suffix"]=>
                                object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "suffix"
                                  ["phpName":protected]=>
                                  string(6) "Suffix"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MapName"]=>
                                object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "map_name"
                                  ["phpName":protected]=>
                                  string(7) "MapName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Ord"]=>
                                object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(52) {
                                ["Id"]=>
                                string(2) "ID"
                                ["Stage.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["stage.id"]=>
                                string(2) "ID"
                                ["StageTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["Name"]=>
                                string(4) "NAME"
                                ["Stage.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["stage.name"]=>
                                string(4) "NAME"
                                ["StageTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["ShortName"]=>
                                string(10) "SHORT_NAME"
                                ["Stage.ShortName"]=>
                                string(10) "SHORT_NAME"
                                ["shortName"]=>
                                string(10) "SHORT_NAME"
                                ["stage.shortName"]=>
                                string(10) "SHORT_NAME"
                                ["StageTableMap::COL_SHORT_NAME"]=>
                                string(10) "SHORT_NAME"
                                ["COL_SHORT_NAME"]=>
                                string(10) "SHORT_NAME"
                                ["short_name"]=>
                                string(10) "SHORT_NAME"
                                ["stage.short_name"]=>
                                string(10) "SHORT_NAME"
                                ["Prefix"]=>
                                string(6) "PREFIX"
                                ["Stage.Prefix"]=>
                                string(6) "PREFIX"
                                ["prefix"]=>
                                string(6) "PREFIX"
                                ["stage.prefix"]=>
                                string(6) "PREFIX"
                                ["StageTableMap::COL_PREFIX"]=>
                                string(6) "PREFIX"
                                ["COL_PREFIX"]=>
                                string(6) "PREFIX"
                                ["Suffix"]=>
                                string(6) "SUFFIX"
                                ["Stage.Suffix"]=>
                                string(6) "SUFFIX"
                                ["suffix"]=>
                                string(6) "SUFFIX"
                                ["stage.suffix"]=>
                                string(6) "SUFFIX"
                                ["StageTableMap::COL_SUFFIX"]=>
                                string(6) "SUFFIX"
                                ["COL_SUFFIX"]=>
                                string(6) "SUFFIX"
                                ["MapName"]=>
                                string(8) "MAP_NAME"
                                ["Stage.MapName"]=>
                                string(8) "MAP_NAME"
                                ["mapName"]=>
                                string(8) "MAP_NAME"
                                ["stage.mapName"]=>
                                string(8) "MAP_NAME"
                                ["StageTableMap::COL_MAP_NAME"]=>
                                string(8) "MAP_NAME"
                                ["COL_MAP_NAME"]=>
                                string(8) "MAP_NAME"
                                ["map_name"]=>
                                string(8) "MAP_NAME"
                                ["stage.map_name"]=>
                                string(8) "MAP_NAME"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["Stage.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["stage.slug"]=>
                                string(4) "SLUG"
                                ["StageTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                                ["Ord"]=>
                                string(3) "ORD"
                                ["Stage.Ord"]=>
                                string(3) "ORD"
                                ["ord"]=>
                                string(3) "ORD"
                                ["stage.ord"]=>
                                string(3) "ORD"
                                ["StageTableMap::COL_ORD"]=>
                                string(3) "ORD"
                                ["COL_ORD"]=>
                                string(3) "ORD"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(5) "stage"
                              ["phpName":protected]=>
                              string(5) "Stage"
                              ["classname":protected]=>
                              string(6) "\Stage"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(0) {
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                          }
                          ["tablesByPhpName":protected]=>
                          array(50) {
                            ["\AccessLog"]=>
                            string(22) "\Map\AccessLogTableMap"
                            ["\Account"]=>
                            string(20) "\Map\AccountTableMap"
                            ["\Article"]=>
                            string(20) "\Map\ArticleTableMap"
                            ["\ArticleCategory"]=>
                            string(28) "\Map\ArticleCategoryTableMap"
                            ["\Bookmaker"]=>
                            string(22) "\Map\BookmakerTableMap"
                            ["\Club"]=>
                            object(Map\ClubTableMap)#98 (17) {
                              ["columns":protected]=>
                              array(16) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(7) "home_id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["COUNTRY_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SHORTNAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "shortname"
                                  ["phpName":protected]=>
                                  string(9) "Shortname"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["OFFICIAL"]=>
                                object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "official"
                                  ["phpName":protected]=>
                                  string(8) "Official"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["IDOLD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "idold"
                                  ["phpName":protected]=>
                                  string(5) "Idold"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["YEAR_FOUNDED"]=>
                                object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(12) "year_founded"
                                  ["phpName":protected]=>
                                  string(11) "YearFounded"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DATE_FOUNDED"]=>
                                object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                                  ["type":protected]=>
                                  string(4) "DATE"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(12) "date_founded"
                                  ["phpName":protected]=>
                                  string(11) "DateFounded"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["YEAR_DISSOLVED"]=>
                                object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "year_dissolved"
                                  ["phpName":protected]=>
                                  string(13) "YearDissolved"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DATE_DISSOLVED"]=>
                                object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                                  ["type":protected]=>
                                  string(4) "DATE"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "date_dissolved"
                                  ["phpName":protected]=>
                                  string(13) "DateDissolved"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["KNOWN_AS"]=>
                                object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "known_as"
                                  ["phpName":protected]=>
                                  string(7) "KnownAs"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["CLUB_NAME_HISTORY"]=>
                                object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(17) "club_name_history"
                                  ["phpName":protected]=>
                                  string(15) "ClubNameHistory"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DESCRIPTION"]=>
                                object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(11) "description"
                                  ["phpName":protected]=>
                                  string(11) "Description"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PRIVATE_NOTICE"]=>
                                object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "private_notice"
                                  ["phpName":protected]=>
                                  string(13) "PrivateNotice"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["IDMOVEDTO"]=>
                                object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "idmovedto"
                                  ["phpName":protected]=>
                                  string(9) "Idmovedto"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(16) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(7) "home_id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["CountryId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Shortname"]=>
                                object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "shortname"
                                  ["phpName":protected]=>
                                  string(9) "Shortname"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Official"]=>
                                object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "official"
                                  ["phpName":protected]=>
                                  string(8) "Official"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Idold"]=>
                                object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "idold"
                                  ["phpName":protected]=>
                                  string(5) "Idold"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["YearFounded"]=>
                                object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(12) "year_founded"
                                  ["phpName":protected]=>
                                  string(11) "YearFounded"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DateFounded"]=>
                                object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                                  ["type":protected]=>
                                  string(4) "DATE"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(12) "date_founded"
                                  ["phpName":protected]=>
                                  string(11) "DateFounded"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["YearDissolved"]=>
                                object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "year_dissolved"
                                  ["phpName":protected]=>
                                  string(13) "YearDissolved"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["DateDissolved"]=>
                                object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                                  ["type":protected]=>
                                  string(4) "DATE"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "date_dissolved"
                                  ["phpName":protected]=>
                                  string(13) "DateDissolved"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["KnownAs"]=>
                                object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "known_as"
                                  ["phpName":protected]=>
                                  string(7) "KnownAs"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ClubNameHistory"]=>
                                object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(17) "club_name_history"
                                  ["phpName":protected]=>
                                  string(15) "ClubNameHistory"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Description"]=>
                                object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(11) "description"
                                  ["phpName":protected]=>
                                  string(11) "Description"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PrivateNotice"]=>
                                object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "private_notice"
                                  ["phpName":protected]=>
                                  string(13) "PrivateNotice"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Idmovedto"]=>
                                object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "idmovedto"
                                  ["phpName":protected]=>
                                  string(9) "Idmovedto"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(112) {
                                ["Id"]=>
                                string(2) "ID"
                                ["Club.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["club.id"]=>
                                string(2) "ID"
                                ["ClubTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["CountryId"]=>
                                string(10) "COUNTRY_ID"
                                ["Club.CountryId"]=>
                                string(10) "COUNTRY_ID"
                                ["countryId"]=>
                                string(10) "COUNTRY_ID"
                                ["club.countryId"]=>
                                string(10) "COUNTRY_ID"
                                ["ClubTableMap::COL_COUNTRY_ID"]=>
                                string(10) "COUNTRY_ID"
                                ["COL_COUNTRY_ID"]=>
                                string(10) "COUNTRY_ID"
                                ["country_id"]=>
                                string(10) "COUNTRY_ID"
                                ["club.country_id"]=>
                                string(10) "COUNTRY_ID"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["Club.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["club.slug"]=>
                                string(4) "SLUG"
                                ["ClubTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                                ["Name"]=>
                                string(4) "NAME"
                                ["Club.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["club.name"]=>
                                string(4) "NAME"
                                ["ClubTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["Shortname"]=>
                                string(9) "SHORTNAME"
                                ["Club.Shortname"]=>
                                string(9) "SHORTNAME"
                                ["shortname"]=>
                                string(9) "SHORTNAME"
                                ["club.shortname"]=>
                                string(9) "SHORTNAME"
                                ["ClubTableMap::COL_SHORTNAME"]=>
                                string(9) "SHORTNAME"
                                ["COL_SHORTNAME"]=>
                                string(9) "SHORTNAME"
                                ["Official"]=>
                                string(8) "OFFICIAL"
                                ["Club.Official"]=>
                                string(8) "OFFICIAL"
                                ["official"]=>
                                string(8) "OFFICIAL"
                                ["club.official"]=>
                                string(8) "OFFICIAL"
                                ["ClubTableMap::COL_OFFICIAL"]=>
                                string(8) "OFFICIAL"
                                ["COL_OFFICIAL"]=>
                                string(8) "OFFICIAL"
                                ["Idold"]=>
                                string(5) "IDOLD"
                                ["Club.Idold"]=>
                                string(5) "IDOLD"
                                ["idold"]=>
                                string(5) "IDOLD"
                                ["club.idold"]=>
                                string(5) "IDOLD"
                                ["ClubTableMap::COL_IDOLD"]=>
                                string(5) "IDOLD"
                                ["COL_IDOLD"]=>
                                string(5) "IDOLD"
                                ["YearFounded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["Club.YearFounded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["yearFounded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["club.yearFounded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                                string(12) "YEAR_FOUNDED"
                                ["COL_YEAR_FOUNDED"]=>
                                string(12) "YEAR_FOUNDED"
                                ["year_founded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["club.year_founded"]=>
                                string(12) "YEAR_FOUNDED"
                                ["DateFounded"]=>
                                string(12) "DATE_FOUNDED"
                                ["Club.DateFounded"]=>
                                string(12) "DATE_FOUNDED"
                                ["dateFounded"]=>
                                string(12) "DATE_FOUNDED"
                                ["club.dateFounded"]=>
                                string(12) "DATE_FOUNDED"
                                ["ClubTableMap::COL_DATE_FOUNDED"]=>
                                string(12) "DATE_FOUNDED"
                                ["COL_DATE_FOUNDED"]=>
                                string(12) "DATE_FOUNDED"
                                ["date_founded"]=>
                                string(12) "DATE_FOUNDED"
                                ["club.date_founded"]=>
                                string(12) "DATE_FOUNDED"
                                ["YearDissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["Club.YearDissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["yearDissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["club.yearDissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["COL_YEAR_DISSOLVED"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["year_dissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["club.year_dissolved"]=>
                                string(14) "YEAR_DISSOLVED"
                                ["DateDissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["Club.DateDissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["dateDissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["club.dateDissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                                string(14) "DATE_DISSOLVED"
                                ["COL_DATE_DISSOLVED"]=>
                                string(14) "DATE_DISSOLVED"
                                ["date_dissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["club.date_dissolved"]=>
                                string(14) "DATE_DISSOLVED"
                                ["KnownAs"]=>
                                string(8) "KNOWN_AS"
                                ["Club.KnownAs"]=>
                                string(8) "KNOWN_AS"
                                ["knownAs"]=>
                                string(8) "KNOWN_AS"
                                ["club.knownAs"]=>
                                string(8) "KNOWN_AS"
                                ["ClubTableMap::COL_KNOWN_AS"]=>
                                string(8) "KNOWN_AS"
                                ["COL_KNOWN_AS"]=>
                                string(8) "KNOWN_AS"
                                ["known_as"]=>
                                string(8) "KNOWN_AS"
                                ["club.known_as"]=>
                                string(8) "KNOWN_AS"
                                ["ClubNameHistory"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["Club.ClubNameHistory"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["clubNameHistory"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["club.clubNameHistory"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["COL_CLUB_NAME_HISTORY"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["club_name_history"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["club.club_name_history"]=>
                                string(17) "CLUB_NAME_HISTORY"
                                ["Description"]=>
                                string(11) "DESCRIPTION"
                                ["Club.Description"]=>
                                string(11) "DESCRIPTION"
                                ["description"]=>
                                string(11) "DESCRIPTION"
                                ["club.description"]=>
                                string(11) "DESCRIPTION"
                                ["ClubTableMap::COL_DESCRIPTION"]=>
                                string(11) "DESCRIPTION"
                                ["COL_DESCRIPTION"]=>
                                string(11) "DESCRIPTION"
                                ["PrivateNotice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["Club.PrivateNotice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["privateNotice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["club.privateNotice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["COL_PRIVATE_NOTICE"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["private_notice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["club.private_notice"]=>
                                string(14) "PRIVATE_NOTICE"
                                ["Idmovedto"]=>
                                string(9) "IDMOVEDTO"
                                ["Club.Idmovedto"]=>
                                string(9) "IDMOVEDTO"
                                ["idmovedto"]=>
                                string(9) "IDMOVEDTO"
                                ["club.idmovedto"]=>
                                string(9) "IDMOVEDTO"
                                ["ClubTableMap::COL_IDMOVEDTO"]=>
                                string(9) "IDMOVEDTO"
                                ["COL_IDMOVEDTO"]=>
                                string(9) "IDMOVEDTO"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(4) "club"
                              ["phpName":protected]=>
                              string(4) "Club"
                              ["classname":protected]=>
                              string(5) "\Club"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(7) "home_id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(2) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(7) "home_id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["country_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["\ClubMap"]=>
                            string(20) "\Map\ClubMapTableMap"
                            ["\Country"]=>
                            object(Map\CountryTableMap)#62 (17) {
                              ["columns":protected]=>
                              array(3) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(3) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(18) {
                                ["Id"]=>
                                string(2) "ID"
                                ["Country.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["country.id"]=>
                                string(2) "ID"
                                ["CountryTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["Name"]=>
                                string(4) "NAME"
                                ["Country.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["country.name"]=>
                                string(4) "NAME"
                                ["CountryTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["Country.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["country.slug"]=>
                                string(4) "SLUG"
                                ["CountryTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(7) "country"
                              ["phpName":protected]=>
                              string(7) "Country"
                              ["classname":protected]=>
                              string(8) "\Country"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(0) {
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["\Customer"]=>
                            string(21) "\Map\CustomerTableMap"
                            ["\CustomerPackage"]=>
                            string(28) "\Map\CustomerPackageTableMap"
                            ["\CustomerPackageType"]=>
                            string(32) "\Map\CustomerPackageTypeTableMap"
                            ["\EventOdd"]=>
                            string(21) "\Map\EventOddTableMap"
                            ["\EventOddMove"]=>
                            string(25) "\Map\EventOddMoveTableMap"
                            ["\ImportSource"]=>
                            string(25) "\Map\ImportSourceTableMap"
                            ["\League"]=>
                            object(Map\LeagueTableMap)#45 (17) {
                              ["columns":protected]=>
                              array(10) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["COUNTRY_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SHORT_NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "short_name"
                                  ["phpName":protected]=>
                                  string(9) "ShortName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HAVE_STANDING"]=>
                                object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "have_standing"
                                  ["phpName":protected]=>
                                  string(12) "HaveStanding"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["FRONT_PAGE"]=>
                                object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "front_page"
                                  ["phpName":protected]=>
                                  string(9) "FrontPage"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ORD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(5)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEVEL"]=>
                                object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(10)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "level"
                                  ["phpName":protected]=>
                                  string(5) "Level"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PREVIEW"]=>
                                object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "preview"
                                  ["phpName":protected]=>
                                  string(7) "Preview"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(10) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["CountryId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ShortName"]=>
                                object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "short_name"
                                  ["phpName":protected]=>
                                  string(9) "ShortName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HaveStanding"]=>
                                object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "have_standing"
                                  ["phpName":protected]=>
                                  string(12) "HaveStanding"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["FrontPage"]=>
                                object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "front_page"
                                  ["phpName":protected]=>
                                  string(9) "FrontPage"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Ord"]=>
                                object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(5)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Level"]=>
                                object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(10)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "level"
                                  ["phpName":protected]=>
                                  string(5) "Level"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Preview"]=>
                                object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "preview"
                                  ["phpName":protected]=>
                                  string(7) "Preview"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(68) {
                                ["Id"]=>
                                string(2) "ID"
                                ["League.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["league.id"]=>
                                string(2) "ID"
                                ["LeagueTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["CountryId"]=>
                                string(10) "COUNTRY_ID"
                                ["League.CountryId"]=>
                                string(10) "COUNTRY_ID"
                                ["countryId"]=>
                                string(10) "COUNTRY_ID"
                                ["league.countryId"]=>
                                string(10) "COUNTRY_ID"
                                ["LeagueTableMap::COL_COUNTRY_ID"]=>
                                string(10) "COUNTRY_ID"
                                ["COL_COUNTRY_ID"]=>
                                string(10) "COUNTRY_ID"
                                ["country_id"]=>
                                string(10) "COUNTRY_ID"
                                ["league.country_id"]=>
                                string(10) "COUNTRY_ID"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["League.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["league.slug"]=>
                                string(4) "SLUG"
                                ["LeagueTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                                ["Name"]=>
                                string(4) "NAME"
                                ["League.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["league.name"]=>
                                string(4) "NAME"
                                ["LeagueTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["ShortName"]=>
                                string(10) "SHORT_NAME"
                                ["League.ShortName"]=>
                                string(10) "SHORT_NAME"
                                ["shortName"]=>
                                string(10) "SHORT_NAME"
                                ["league.shortName"]=>
                                string(10) "SHORT_NAME"
                                ["LeagueTableMap::COL_SHORT_NAME"]=>
                                string(10) "SHORT_NAME"
                                ["COL_SHORT_NAME"]=>
                                string(10) "SHORT_NAME"
                                ["short_name"]=>
                                string(10) "SHORT_NAME"
                                ["league.short_name"]=>
                                string(10) "SHORT_NAME"
                                ["HaveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["League.HaveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["haveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["league.haveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["LeagueTableMap::COL_HAVE_STANDING"]=>
                                string(13) "HAVE_STANDING"
                                ["COL_HAVE_STANDING"]=>
                                string(13) "HAVE_STANDING"
                                ["have_standing"]=>
                                string(13) "HAVE_STANDING"
                                ["league.have_standing"]=>
                                string(13) "HAVE_STANDING"
                                ["FrontPage"]=>
                                string(10) "FRONT_PAGE"
                                ["League.FrontPage"]=>
                                string(10) "FRONT_PAGE"
                                ["frontPage"]=>
                                string(10) "FRONT_PAGE"
                                ["league.frontPage"]=>
                                string(10) "FRONT_PAGE"
                                ["LeagueTableMap::COL_FRONT_PAGE"]=>
                                string(10) "FRONT_PAGE"
                                ["COL_FRONT_PAGE"]=>
                                string(10) "FRONT_PAGE"
                                ["front_page"]=>
                                string(10) "FRONT_PAGE"
                                ["league.front_page"]=>
                                string(10) "FRONT_PAGE"
                                ["Ord"]=>
                                string(3) "ORD"
                                ["League.Ord"]=>
                                string(3) "ORD"
                                ["ord"]=>
                                string(3) "ORD"
                                ["league.ord"]=>
                                string(3) "ORD"
                                ["LeagueTableMap::COL_ORD"]=>
                                string(3) "ORD"
                                ["COL_ORD"]=>
                                string(3) "ORD"
                                ["Level"]=>
                                string(5) "LEVEL"
                                ["League.Level"]=>
                                string(5) "LEVEL"
                                ["level"]=>
                                string(5) "LEVEL"
                                ["league.level"]=>
                                string(5) "LEVEL"
                                ["LeagueTableMap::COL_LEVEL"]=>
                                string(5) "LEVEL"
                                ["COL_LEVEL"]=>
                                string(5) "LEVEL"
                                ["Preview"]=>
                                string(7) "PREVIEW"
                                ["League.Preview"]=>
                                string(7) "PREVIEW"
                                ["preview"]=>
                                string(7) "PREVIEW"
                                ["league.preview"]=>
                                string(7) "PREVIEW"
                                ["LeagueTableMap::COL_PREVIEW"]=>
                                string(7) "PREVIEW"
                                ["COL_PREVIEW"]=>
                                string(7) "PREVIEW"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(6) "league"
                              ["phpName":protected]=>
                              string(6) "League"
                              ["classname":protected]=>
                              string(7) "\League"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(1) {
                                ["country_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(7) "country"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "country_id"
                                  ["phpName":protected]=>
                                  string(9) "CountryId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["\LeagueClub"]=>
                            string(23) "\Map\LeagueClubTableMap"
                            ["\LeagueGame"]=>
                            *RECURSION*
                            ["\LeagueGameCard"]=>
                            string(27) "\Map\LeagueGameCardTableMap"
                            ["\LeagueGameCoach"]=>
                            string(28) "\Map\LeagueGameCoachTableMap"
                            ["\LeagueGameGoal"]=>
                            object(Map\LeagueGameGoalTableMap)#116 (17) {
                              ["columns":protected]=>
                              array(13) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEAGUE_GAME_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_game_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueGameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["CLUB_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(4) "club"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "club_id"
                                  ["phpName":protected]=>
                                  string(6) "ClubId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PERSON_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "person"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "person_id"
                                  ["phpName":protected]=>
                                  string(8) "PersonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PERSON_MAP_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(10) "person_map"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "person_map_id"
                                  ["phpName":protected]=>
                                  string(11) "PersonMapId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MIN"]=>
                                object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(2)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "min"
                                  ["phpName":protected]=>
                                  string(3) "Min"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MINPLUS"]=>
                                object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(2)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "minPlus"
                                  ["phpName":protected]=>
                                  string(7) "MinPlus"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PENALTY"]=>
                                object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "penalty"
                                  ["phpName":protected]=>
                                  string(7) "Penalty"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["OWN"]=>
                                object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "own"
                                  ["phpName":protected]=>
                                  string(3) "Own"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SHOOTS"]=>
                                object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "shoots"
                                  ["phpName":protected]=>
                                  string(13) "PenaltyShoots"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ISGOAL"]=>
                                object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "isgoal"
                                  ["phpName":protected]=>
                                  string(6) "IsGoal"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SCORE_MODE"]=>
                                object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(255)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "score_mode"
                                  ["phpName":protected]=>
                                  string(9) "ScoreMode"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ASSIST_BY"]=>
                                object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(255)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "assist_by"
                                  ["phpName":protected]=>
                                  string(8) "AssistBy"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(13) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LeagueGameId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_game_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueGameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ClubId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(4) "club"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "club_id"
                                  ["phpName":protected]=>
                                  string(6) "ClubId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PersonId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "person"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "person_id"
                                  ["phpName":protected]=>
                                  string(8) "PersonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PersonMapId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(10) "person_map"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "person_map_id"
                                  ["phpName":protected]=>
                                  string(11) "PersonMapId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Min"]=>
                                object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(2)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "min"
                                  ["phpName":protected]=>
                                  string(3) "Min"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MinPlus"]=>
                                object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(2)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "minPlus"
                                  ["phpName":protected]=>
                                  string(7) "MinPlus"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Penalty"]=>
                                object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "penalty"
                                  ["phpName":protected]=>
                                  string(7) "Penalty"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Own"]=>
                                object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "own"
                                  ["phpName":protected]=>
                                  string(3) "Own"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PenaltyShoots"]=>
                                object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "shoots"
                                  ["phpName":protected]=>
                                  string(13) "PenaltyShoots"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["IsGoal"]=>
                                object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "isgoal"
                                  ["phpName":protected]=>
                                  string(6) "IsGoal"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ScoreMode"]=>
                                object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(255)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "score_mode"
                                  ["phpName":protected]=>
                                  string(9) "ScoreMode"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["AssistBy"]=>
                                object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(255)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "assist_by"
                                  ["phpName":protected]=>
                                  string(8) "AssistBy"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(99) {
                                ["Id"]=>
                                string(2) "ID"
                                ["LeagueGameGoal.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["leagueGameGoal.id"]=>
                                string(2) "ID"
                                ["LeagueGameGoalTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["league_game_goal.id"]=>
                                string(2) "ID"
                                ["LeagueGameId"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["LeagueGameGoal.LeagueGameId"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["leagueGameId"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["leagueGameGoal.leagueGameId"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["COL_LEAGUE_GAME_ID"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["league_game_id"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["league_game_goal.league_game_id"]=>
                                string(14) "LEAGUE_GAME_ID"
                                ["ClubId"]=>
                                string(7) "CLUB_ID"
                                ["LeagueGameGoal.ClubId"]=>
                                string(7) "CLUB_ID"
                                ["clubId"]=>
                                string(7) "CLUB_ID"
                                ["leagueGameGoal.clubId"]=>
                                string(7) "CLUB_ID"
                                ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                                string(7) "CLUB_ID"
                                ["COL_CLUB_ID"]=>
                                string(7) "CLUB_ID"
                                ["club_id"]=>
                                string(7) "CLUB_ID"
                                ["league_game_goal.club_id"]=>
                                string(7) "CLUB_ID"
                                ["PersonId"]=>
                                string(9) "PERSON_ID"
                                ["LeagueGameGoal.PersonId"]=>
                                string(9) "PERSON_ID"
                                ["personId"]=>
                                string(9) "PERSON_ID"
                                ["leagueGameGoal.personId"]=>
                                string(9) "PERSON_ID"
                                ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                                string(9) "PERSON_ID"
                                ["COL_PERSON_ID"]=>
                                string(9) "PERSON_ID"
                                ["person_id"]=>
                                string(9) "PERSON_ID"
                                ["league_game_goal.person_id"]=>
                                string(9) "PERSON_ID"
                                ["PersonMapId"]=>
                                string(13) "PERSON_MAP_ID"
                                ["LeagueGameGoal.PersonMapId"]=>
                                string(13) "PERSON_MAP_ID"
                                ["personMapId"]=>
                                string(13) "PERSON_MAP_ID"
                                ["leagueGameGoal.personMapId"]=>
                                string(13) "PERSON_MAP_ID"
                                ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                                string(13) "PERSON_MAP_ID"
                                ["COL_PERSON_MAP_ID"]=>
                                string(13) "PERSON_MAP_ID"
                                ["person_map_id"]=>
                                string(13) "PERSON_MAP_ID"
                                ["league_game_goal.person_map_id"]=>
                                string(13) "PERSON_MAP_ID"
                                ["Min"]=>
                                string(3) "MIN"
                                ["LeagueGameGoal.Min"]=>
                                string(3) "MIN"
                                ["min"]=>
                                string(3) "MIN"
                                ["leagueGameGoal.min"]=>
                                string(3) "MIN"
                                ["LeagueGameGoalTableMap::COL_MIN"]=>
                                string(3) "MIN"
                                ["COL_MIN"]=>
                                string(3) "MIN"
                                ["league_game_goal.min"]=>
                                string(3) "MIN"
                                ["MinPlus"]=>
                                string(7) "MINPLUS"
                                ["LeagueGameGoal.MinPlus"]=>
                                string(7) "MINPLUS"
                                ["minPlus"]=>
                                string(7) "MINPLUS"
                                ["leagueGameGoal.minPlus"]=>
                                string(7) "MINPLUS"
                                ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                                string(7) "MINPLUS"
                                ["COL_MINPLUS"]=>
                                string(7) "MINPLUS"
                                ["league_game_goal.minPlus"]=>
                                string(7) "MINPLUS"
                                ["Penalty"]=>
                                string(7) "PENALTY"
                                ["LeagueGameGoal.Penalty"]=>
                                string(7) "PENALTY"
                                ["penalty"]=>
                                string(7) "PENALTY"
                                ["leagueGameGoal.penalty"]=>
                                string(7) "PENALTY"
                                ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                                string(7) "PENALTY"
                                ["COL_PENALTY"]=>
                                string(7) "PENALTY"
                                ["league_game_goal.penalty"]=>
                                string(7) "PENALTY"
                                ["Own"]=>
                                string(3) "OWN"
                                ["LeagueGameGoal.Own"]=>
                                string(3) "OWN"
                                ["own"]=>
                                string(3) "OWN"
                                ["leagueGameGoal.own"]=>
                                string(3) "OWN"
                                ["LeagueGameGoalTableMap::COL_OWN"]=>
                                string(3) "OWN"
                                ["COL_OWN"]=>
                                string(3) "OWN"
                                ["league_game_goal.own"]=>
                                string(3) "OWN"
                                ["PenaltyShoots"]=>
                                string(6) "SHOOTS"
                                ["LeagueGameGoal.PenaltyShoots"]=>
                                string(6) "SHOOTS"
                                ["penaltyShoots"]=>
                                string(6) "SHOOTS"
                                ["leagueGameGoal.penaltyShoots"]=>
                                string(6) "SHOOTS"
                                ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                                string(6) "SHOOTS"
                                ["COL_SHOOTS"]=>
                                string(6) "SHOOTS"
                                ["shoots"]=>
                                string(6) "SHOOTS"
                                ["league_game_goal.shoots"]=>
                                string(6) "SHOOTS"
                                ["IsGoal"]=>
                                string(6) "ISGOAL"
                                ["LeagueGameGoal.IsGoal"]=>
                                string(6) "ISGOAL"
                                ["isGoal"]=>
                                string(6) "ISGOAL"
                                ["leagueGameGoal.isGoal"]=>
                                string(6) "ISGOAL"
                                ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                                string(6) "ISGOAL"
                                ["COL_ISGOAL"]=>
                                string(6) "ISGOAL"
                                ["isgoal"]=>
                                string(6) "ISGOAL"
                                ["league_game_goal.isgoal"]=>
                                string(6) "ISGOAL"
                                ["ScoreMode"]=>
                                string(10) "SCORE_MODE"
                                ["LeagueGameGoal.ScoreMode"]=>
                                string(10) "SCORE_MODE"
                                ["scoreMode"]=>
                                string(10) "SCORE_MODE"
                                ["leagueGameGoal.scoreMode"]=>
                                string(10) "SCORE_MODE"
                                ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                                string(10) "SCORE_MODE"
                                ["COL_SCORE_MODE"]=>
                                string(10) "SCORE_MODE"
                                ["score_mode"]=>
                                string(10) "SCORE_MODE"
                                ["league_game_goal.score_mode"]=>
                                string(10) "SCORE_MODE"
                                ["AssistBy"]=>
                                string(9) "ASSIST_BY"
                                ["LeagueGameGoal.AssistBy"]=>
                                string(9) "ASSIST_BY"
                                ["assistBy"]=>
                                string(9) "ASSIST_BY"
                                ["leagueGameGoal.assistBy"]=>
                                string(9) "ASSIST_BY"
                                ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                                string(9) "ASSIST_BY"
                                ["COL_ASSIST_BY"]=>
                                string(9) "ASSIST_BY"
                                ["assist_by"]=>
                                string(9) "ASSIST_BY"
                                ["league_game_goal.assist_by"]=>
                                string(9) "ASSIST_BY"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(16) "league_game_goal"
                              ["phpName":protected]=>
                              string(14) "LeagueGameGoal"
                              ["classname":protected]=>
                              string(15) "\LeagueGameGoal"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(4) {
                                ["league_game_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_game"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_game_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueGameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["club_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(4) "club"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(7) "club_id"
                                  ["phpName":protected]=>
                                  string(6) "ClubId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["person_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "person"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "person_id"
                                  ["phpName":protected]=>
                                  string(8) "PersonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["person_map_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(10) "person_map"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "person_map_id"
                                  ["phpName":protected]=>
                                  string(11) "PersonMapId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["\LeagueGameMetadata"]=>
                            string(31) "\Map\LeagueGameMetadataTableMap"
                            ["\LeagueGamePlayer"]=>
                            string(29) "\Map\LeagueGamePlayerTableMap"
                            ["\LeagueGameReferee"]=>
                            string(30) "\Map\LeagueGameRefereeTableMap"
                            ["\LeagueGameStatistic"]=>
                            string(32) "\Map\LeagueGameStatisticTableMap"
                            ["\LeagueGameStatisticType"]=>
                            string(36) "\Map\LeagueGameStatisticTypeTableMap"
                            ["\LeagueGameStatisticTypeMap"]=>
                            string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                            ["\LeagueImport"]=>
                            string(25) "\Map\LeagueImportTableMap"
                            ["\LeagueImportGame"]=>
                            string(29) "\Map\LeagueImportGameTableMap"
                            ["\LeagueName"]=>
                            string(23) "\Map\LeagueNameTableMap"
                            ["\LeagueNext"]=>
                            string(23) "\Map\LeagueNextTableMap"
                            ["\LeagueSeason"]=>
                            object(Map\LeagueSeasonTableMap)#83 (17) {
                              ["columns":protected]=>
                              array(5) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["START"]=>
                                object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "start"
                                  ["phpName":protected]=>
                                  string(5) "Start"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["END"]=>
                                object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "end"
                                  ["phpName":protected]=>
                                  string(3) "End"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["POINTS"]=>
                                object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "points"
                                  ["phpName":protected]=>
                                  string(6) "Points"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["IDOLD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "idold"
                                  ["phpName":protected]=>
                                  string(5) "Idold"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(5) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Start"]=>
                                object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "start"
                                  ["phpName":protected]=>
                                  string(5) "Start"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["End"]=>
                                object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "end"
                                  ["phpName":protected]=>
                                  string(3) "End"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Points"]=>
                                object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "points"
                                  ["phpName":protected]=>
                                  string(6) "Points"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Idold"]=>
                                object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(5) "idold"
                                  ["phpName":protected]=>
                                  string(5) "Idold"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(35) {
                                ["Id"]=>
                                string(2) "ID"
                                ["LeagueSeason.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["leagueSeason.id"]=>
                                string(2) "ID"
                                ["LeagueSeasonTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["league_season.id"]=>
                                string(2) "ID"
                                ["Start"]=>
                                string(5) "START"
                                ["LeagueSeason.Start"]=>
                                string(5) "START"
                                ["start"]=>
                                string(5) "START"
                                ["leagueSeason.start"]=>
                                string(5) "START"
                                ["LeagueSeasonTableMap::COL_START"]=>
                                string(5) "START"
                                ["COL_START"]=>
                                string(5) "START"
                                ["league_season.start"]=>
                                string(5) "START"
                                ["End"]=>
                                string(3) "END"
                                ["LeagueSeason.End"]=>
                                string(3) "END"
                                ["end"]=>
                                string(3) "END"
                                ["leagueSeason.end"]=>
                                string(3) "END"
                                ["LeagueSeasonTableMap::COL_END"]=>
                                string(3) "END"
                                ["COL_END"]=>
                                string(3) "END"
                                ["league_season.end"]=>
                                string(3) "END"
                                ["Points"]=>
                                string(6) "POINTS"
                                ["LeagueSeason.Points"]=>
                                string(6) "POINTS"
                                ["points"]=>
                                string(6) "POINTS"
                                ["leagueSeason.points"]=>
                                string(6) "POINTS"
                                ["LeagueSeasonTableMap::COL_POINTS"]=>
                                string(6) "POINTS"
                                ["COL_POINTS"]=>
                                string(6) "POINTS"
                                ["league_season.points"]=>
                                string(6) "POINTS"
                                ["Idold"]=>
                                string(5) "IDOLD"
                                ["LeagueSeason.Idold"]=>
                                string(5) "IDOLD"
                                ["idold"]=>
                                string(5) "IDOLD"
                                ["leagueSeason.idold"]=>
                                string(5) "IDOLD"
                                ["LeagueSeasonTableMap::COL_IDOLD"]=>
                                string(5) "IDOLD"
                                ["COL_IDOLD"]=>
                                string(5) "IDOLD"
                                ["league_season.idold"]=>
                                string(5) "IDOLD"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(13) "league_season"
                              ["phpName":protected]=>
                              string(12) "LeagueSeason"
                              ["classname":protected]=>
                              string(13) "\LeagueSeason"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(0) {
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["\LeagueSeasonName"]=>
                            object(Map\LeagueSeasonNameTableMap)#67 (17) {
                              ["columns":protected]=>
                              array(12) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEAGUE_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "league"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "league_id"
                                  ["phpName":protected]=>
                                  string(8) "LeagueId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEAGUE_NAME_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_name"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_name_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueNameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LEAGUE_SEASON_ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(13) "league_season"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "league_season_id"
                                  ["phpName":protected]=>
                                  string(14) "LeagueSeasonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HAVE_STANDING"]=>
                                object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "have_standing"
                                  ["phpName":protected]=>
                                  string(12) "HaveStanding"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ORD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(5)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NR_GAMES"]=>
                                object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "nr_games"
                                  ["phpName":protected]=>
                                  string(7) "NrGames"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NR_STAGES"]=>
                                object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "nr_stages"
                                  ["phpName":protected]=>
                                  string(8) "NrStages"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HAVE_GAME_DETAIL"]=>
                                object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "have_game_detail"
                                  ["phpName":protected]=>
                                  string(14) "HaveGameDetail"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HAVE_ASSISTANT_REFEREE"]=>
                                object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(22) "have_assistant_referee"
                                  ["phpName":protected]=>
                                  string(20) "HaveAssistantReferee"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(12) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LeagueId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "league"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "league_id"
                                  ["phpName":protected]=>
                                  string(8) "LeagueId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LeagueNameId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_name"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_name_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueNameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["LeagueSeasonId"]=>
                                object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(13) "league_season"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "league_season_id"
                                  ["phpName":protected]=>
                                  string(14) "LeagueSeasonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HaveStanding"]=>
                                object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(13) "have_standing"
                                  ["phpName":protected]=>
                                  string(12) "HaveStanding"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Ord"]=>
                                object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(5)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NrGames"]=>
                                object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "nr_games"
                                  ["phpName":protected]=>
                                  string(7) "NrGames"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NrStages"]=>
                                object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "nr_stages"
                                  ["phpName":protected]=>
                                  string(8) "NrStages"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HaveGameDetail"]=>
                                object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "have_game_detail"
                                  ["phpName":protected]=>
                                  string(14) "HaveGameDetail"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["HaveAssistantReferee"]=>
                                object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                                  ["type":protected]=>
                                  string(7) "BOOLEAN"
                                  ["size":protected]=>
                                  int(1)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(22) "have_assistant_referee"
                                  ["phpName":protected]=>
                                  string(20) "HaveAssistantReferee"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(92) {
                                ["Id"]=>
                                string(2) "ID"
                                ["LeagueSeasonName.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["leagueSeasonName.id"]=>
                                string(2) "ID"
                                ["LeagueSeasonNameTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["league_season_name.id"]=>
                                string(2) "ID"
                                ["LeagueId"]=>
                                string(9) "LEAGUE_ID"
                                ["LeagueSeasonName.LeagueId"]=>
                                string(9) "LEAGUE_ID"
                                ["leagueId"]=>
                                string(9) "LEAGUE_ID"
                                ["leagueSeasonName.leagueId"]=>
                                string(9) "LEAGUE_ID"
                                ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                                string(9) "LEAGUE_ID"
                                ["COL_LEAGUE_ID"]=>
                                string(9) "LEAGUE_ID"
                                ["league_id"]=>
                                string(9) "LEAGUE_ID"
                                ["league_season_name.league_id"]=>
                                string(9) "LEAGUE_ID"
                                ["LeagueNameId"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["LeagueSeasonName.LeagueNameId"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["leagueNameId"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["leagueSeasonName.leagueNameId"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["COL_LEAGUE_NAME_ID"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["league_name_id"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["league_season_name.league_name_id"]=>
                                string(14) "LEAGUE_NAME_ID"
                                ["LeagueSeasonId"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["LeagueSeasonName.LeagueSeasonId"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["leagueSeasonId"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["leagueSeasonName.leagueSeasonId"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["COL_LEAGUE_SEASON_ID"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["league_season_id"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["league_season_name.league_season_id"]=>
                                string(16) "LEAGUE_SEASON_ID"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["LeagueSeasonName.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["leagueSeasonName.slug"]=>
                                string(4) "SLUG"
                                ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                                ["league_season_name.slug"]=>
                                string(4) "SLUG"
                                ["Name"]=>
                                string(4) "NAME"
                                ["LeagueSeasonName.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["leagueSeasonName.name"]=>
                                string(4) "NAME"
                                ["LeagueSeasonNameTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["league_season_name.name"]=>
                                string(4) "NAME"
                                ["HaveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["LeagueSeasonName.HaveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["haveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["leagueSeasonName.haveStanding"]=>
                                string(13) "HAVE_STANDING"
                                ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                                string(13) "HAVE_STANDING"
                                ["COL_HAVE_STANDING"]=>
                                string(13) "HAVE_STANDING"
                                ["have_standing"]=>
                                string(13) "HAVE_STANDING"
                                ["league_season_name.have_standing"]=>
                                string(13) "HAVE_STANDING"
                                ["Ord"]=>
                                string(3) "ORD"
                                ["LeagueSeasonName.Ord"]=>
                                string(3) "ORD"
                                ["ord"]=>
                                string(3) "ORD"
                                ["leagueSeasonName.ord"]=>
                                string(3) "ORD"
                                ["LeagueSeasonNameTableMap::COL_ORD"]=>
                                string(3) "ORD"
                                ["COL_ORD"]=>
                                string(3) "ORD"
                                ["league_season_name.ord"]=>
                                string(3) "ORD"
                                ["NrGames"]=>
                                string(8) "NR_GAMES"
                                ["LeagueSeasonName.NrGames"]=>
                                string(8) "NR_GAMES"
                                ["nrGames"]=>
                                string(8) "NR_GAMES"
                                ["leagueSeasonName.nrGames"]=>
                                string(8) "NR_GAMES"
                                ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                                string(8) "NR_GAMES"
                                ["COL_NR_GAMES"]=>
                                string(8) "NR_GAMES"
                                ["nr_games"]=>
                                string(8) "NR_GAMES"
                                ["league_season_name.nr_games"]=>
                                string(8) "NR_GAMES"
                                ["NrStages"]=>
                                string(9) "NR_STAGES"
                                ["LeagueSeasonName.NrStages"]=>
                                string(9) "NR_STAGES"
                                ["nrStages"]=>
                                string(9) "NR_STAGES"
                                ["leagueSeasonName.nrStages"]=>
                                string(9) "NR_STAGES"
                                ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                                string(9) "NR_STAGES"
                                ["COL_NR_STAGES"]=>
                                string(9) "NR_STAGES"
                                ["nr_stages"]=>
                                string(9) "NR_STAGES"
                                ["league_season_name.nr_stages"]=>
                                string(9) "NR_STAGES"
                                ["HaveGameDetail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["LeagueSeasonName.HaveGameDetail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["haveGameDetail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["leagueSeasonName.haveGameDetail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["COL_HAVE_GAME_DETAIL"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["have_game_detail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["league_season_name.have_game_detail"]=>
                                string(16) "HAVE_GAME_DETAIL"
                                ["HaveAssistantReferee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["LeagueSeasonName.HaveAssistantReferee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["haveAssistantReferee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["leagueSeasonName.haveAssistantReferee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["COL_HAVE_ASSISTANT_REFEREE"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["have_assistant_referee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                                ["league_season_name.have_assistant_referee"]=>
                                string(22) "HAVE_ASSISTANT_REFEREE"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(18) "league_season_name"
                              ["phpName":protected]=>
                              string(16) "LeagueSeasonName"
                              ["classname":protected]=>
                              string(17) "\LeagueSeasonName"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(3) {
                                ["league_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(6) "league"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(9) "league_id"
                                  ["phpName":protected]=>
                                  string(8) "LeagueId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["league_name_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(11) "league_name"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(14) "league_name_id"
                                  ["phpName":protected]=>
                                  string(12) "LeagueNameId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["league_season_id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(13) "league_season"
                                  ["relatedColumnName":protected]=>
                                  string(2) "id"
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(16) "league_season_id"
                                  ["phpName":protected]=>
                                  string(14) "LeagueSeasonId"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                            ["\NationalGame"]=>
                            string(25) "\Map\NationalGameTableMap"
                            ["\NationalGameCard"]=>
                            string(29) "\Map\NationalGameCardTableMap"
                            ["\NationalGameCoach"]=>
                            string(30) "\Map\NationalGameCoachTableMap"
                            ["\NationalGameGoal"]=>
                            string(29) "\Map\NationalGameGoalTableMap"
                            ["\NationalGamePlayer"]=>
                            string(31) "\Map\NationalGamePlayerTableMap"
                            ["\NationalGameReferee"]=>
                            string(32) "\Map\NationalGameRefereeTableMap"
                            ["\NationalGameType"]=>
                            string(29) "\Map\NationalGameTypeTableMap"
                            ["\NationalTournament"]=>
                            string(31) "\Map\NationalTournamentTableMap"
                            ["\NationalTournamentName"]=>
                            string(35) "\Map\NationalTournamentNameTableMap"
                            ["\ObjectResourceLink"]=>
                            string(31) "\Map\ObjectResourceLinkTableMap"
                            ["\ObjectResourcePrivate"]=>
                            string(34) "\Map\ObjectResourcePrivateTableMap"
                            ["\ObjectResourcePrivateContent"]=>
                            string(41) "\Map\ObjectResourcePrivateContentTableMap"
                            ["\ObjectResourcePrivateMetadata"]=>
                            string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                            ["\ObjectResourcePrivateName"]=>
                            string(38) "\Map\ObjectResourcePrivateNameTableMap"
                            ["\Person"]=>
                            string(19) "\Map\PersonTableMap"
                            ["\PersonMap"]=>
                            string(22) "\Map\PersonMapTableMap"
                            ["\PlayerType"]=>
                            string(23) "\Map\PlayerTypeTableMap"
                            ["\Stage"]=>
                            object(Map\StageTableMap)#84 (17) {
                              ["columns":protected]=>
                              array(8) {
                                ["ID"]=>
                                object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SHORT_NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "short_name"
                                  ["phpName":protected]=>
                                  string(9) "ShortName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["PREFIX"]=>
                                object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "prefix"
                                  ["phpName":protected]=>
                                  string(6) "Prefix"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SUFFIX"]=>
                                object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "suffix"
                                  ["phpName":protected]=>
                                  string(6) "Suffix"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MAP_NAME"]=>
                                object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "map_name"
                                  ["phpName":protected]=>
                                  string(7) "MapName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["SLUG"]=>
                                object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ORD"]=>
                                object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["columnsByPhpName":protected]=>
                              array(8) {
                                ["Id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Name"]=>
                                object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "name"
                                  ["phpName":protected]=>
                                  string(4) "Name"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["ShortName"]=>
                                object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(10) "short_name"
                                  ["phpName":protected]=>
                                  string(9) "ShortName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Prefix"]=>
                                object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "prefix"
                                  ["phpName":protected]=>
                                  string(6) "Prefix"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Suffix"]=>
                                object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(6) "suffix"
                                  ["phpName":protected]=>
                                  string(6) "Suffix"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["MapName"]=>
                                object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                                  ["type":protected]=>
                                  string(11) "LONGVARCHAR"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(8) "map_name"
                                  ["phpName":protected]=>
                                  string(7) "MapName"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Slug"]=>
                                object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                                  ["type":protected]=>
                                  string(7) "VARCHAR"
                                  ["size":protected]=>
                                  int(250)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(4) "slug"
                                  ["phpName":protected]=>
                                  string(4) "Slug"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                                ["Ord"]=>
                                object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                                  ["type":protected]=>
                                  string(8) "SMALLINT"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(false)
                                  ["notNull":protected]=>
                                  bool(false)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(3) "ord"
                                  ["phpName":protected]=>
                                  string(3) "Ord"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["normalizedColumnNameMap":protected]=>
                              array(52) {
                                ["Id"]=>
                                string(2) "ID"
                                ["Stage.Id"]=>
                                string(2) "ID"
                                ["id"]=>
                                string(2) "ID"
                                ["stage.id"]=>
                                string(2) "ID"
                                ["StageTableMap::COL_ID"]=>
                                string(2) "ID"
                                ["COL_ID"]=>
                                string(2) "ID"
                                ["Name"]=>
                                string(4) "NAME"
                                ["Stage.Name"]=>
                                string(4) "NAME"
                                ["name"]=>
                                string(4) "NAME"
                                ["stage.name"]=>
                                string(4) "NAME"
                                ["StageTableMap::COL_NAME"]=>
                                string(4) "NAME"
                                ["COL_NAME"]=>
                                string(4) "NAME"
                                ["ShortName"]=>
                                string(10) "SHORT_NAME"
                                ["Stage.ShortName"]=>
                                string(10) "SHORT_NAME"
                                ["shortName"]=>
                                string(10) "SHORT_NAME"
                                ["stage.shortName"]=>
                                string(10) "SHORT_NAME"
                                ["StageTableMap::COL_SHORT_NAME"]=>
                                string(10) "SHORT_NAME"
                                ["COL_SHORT_NAME"]=>
                                string(10) "SHORT_NAME"
                                ["short_name"]=>
                                string(10) "SHORT_NAME"
                                ["stage.short_name"]=>
                                string(10) "SHORT_NAME"
                                ["Prefix"]=>
                                string(6) "PREFIX"
                                ["Stage.Prefix"]=>
                                string(6) "PREFIX"
                                ["prefix"]=>
                                string(6) "PREFIX"
                                ["stage.prefix"]=>
                                string(6) "PREFIX"
                                ["StageTableMap::COL_PREFIX"]=>
                                string(6) "PREFIX"
                                ["COL_PREFIX"]=>
                                string(6) "PREFIX"
                                ["Suffix"]=>
                                string(6) "SUFFIX"
                                ["Stage.Suffix"]=>
                                string(6) "SUFFIX"
                                ["suffix"]=>
                                string(6) "SUFFIX"
                                ["stage.suffix"]=>
                                string(6) "SUFFIX"
                                ["StageTableMap::COL_SUFFIX"]=>
                                string(6) "SUFFIX"
                                ["COL_SUFFIX"]=>
                                string(6) "SUFFIX"
                                ["MapName"]=>
                                string(8) "MAP_NAME"
                                ["Stage.MapName"]=>
                                string(8) "MAP_NAME"
                                ["mapName"]=>
                                string(8) "MAP_NAME"
                                ["stage.mapName"]=>
                                string(8) "MAP_NAME"
                                ["StageTableMap::COL_MAP_NAME"]=>
                                string(8) "MAP_NAME"
                                ["COL_MAP_NAME"]=>
                                string(8) "MAP_NAME"
                                ["map_name"]=>
                                string(8) "MAP_NAME"
                                ["stage.map_name"]=>
                                string(8) "MAP_NAME"
                                ["Slug"]=>
                                string(4) "SLUG"
                                ["Stage.Slug"]=>
                                string(4) "SLUG"
                                ["slug"]=>
                                string(4) "SLUG"
                                ["stage.slug"]=>
                                string(4) "SLUG"
                                ["StageTableMap::COL_SLUG"]=>
                                string(4) "SLUG"
                                ["COL_SLUG"]=>
                                string(4) "SLUG"
                                ["Ord"]=>
                                string(3) "ORD"
                                ["Stage.Ord"]=>
                                string(3) "ORD"
                                ["ord"]=>
                                string(3) "ORD"
                                ["stage.ord"]=>
                                string(3) "ORD"
                                ["StageTableMap::COL_ORD"]=>
                                string(3) "ORD"
                                ["COL_ORD"]=>
                                string(3) "ORD"
                              }
                              ["dbMap":protected]=>
                              *RECURSION*
                              ["tableName":protected]=>
                              string(5) "stage"
                              ["phpName":protected]=>
                              string(5) "Stage"
                              ["classname":protected]=>
                              string(6) "\Stage"
                              ["package":protected]=>
                              string(9) "lib.model"
                              ["useIdGenerator":protected]=>
                              bool(true)
                              ["isSingleTableInheritance":protected]=>
                              bool(false)
                              ["isCrossRef":protected]=>
                              bool(false)
                              ["primaryKeys":protected]=>
                              array(1) {
                                ["id"]=>
                                object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                                  ["type":protected]=>
                                  string(7) "INTEGER"
                                  ["size":protected]=>
                                  int(0)
                                  ["pk":protected]=>
                                  bool(true)
                                  ["notNull":protected]=>
                                  bool(true)
                                  ["defaultValue":protected]=>
                                  NULL
                                  ["relatedTableName":protected]=>
                                  string(0) ""
                                  ["relatedColumnName":protected]=>
                                  string(0) ""
                                  ["table":protected]=>
                                  *RECURSION*
                                  ["columnName":protected]=>
                                  string(2) "id"
                                  ["phpName":protected]=>
                                  string(2) "Id"
                                  ["valueSet":protected]=>
                                  array(0) {
                                  }
                                  ["isPkString":protected]=>
                                  bool(false)
                                }
                              }
                              ["foreignKeys":protected]=>
                              array(0) {
                              }
                              ["relations":protected]=>
                              array(0) {
                              }
                              ["relationsBuilt":protected]=>
                              bool(false)
                              ["pkInfo":protected]=>
                              NULL
                              ["identifierQuoting":protected]=>
                              bool(false)
                            }
                          }
                        }
                        ["tableName":protected]=>
                        string(11) "league_game"
                        ["phpName":protected]=>
                        string(10) "LeagueGame"
                        ["classname":protected]=>
                        string(11) "\LeagueGame"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(6) {
                          ["league_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "league"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "league_id"
                            ["phpName":protected]=>
                            string(8) "LeagueId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["league_name_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_name"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_name_id"
                            ["phpName":protected]=>
                            string(12) "LeagueNameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["home_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "home_id"
                            ["phpName":protected]=>
                            string(6) "HomeId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["away_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "away_id"
                            ["phpName":protected]=>
                            string(6) "AwayId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["stage_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(5) "stage"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "stage_id"
                            ["phpName":protected]=>
                            string(7) "StageId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["season_id"]=>
                          *RECURSION*
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["columnName":protected]=>
                      string(9) "season_id"
                      ["phpName":protected]=>
                      string(8) "SeasonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["currentAlias":protected]=>
                  string(0) ""
                  ["foundMatch":protected]=>
                  bool(true)
                  ["modelName":protected]=>
                  string(10) "LeagueGame"
                  ["modelTableMapName":protected]=>
                  string(23) "\Map\LeagueGameTableMap"
                  ["useAliasInSQL":protected]=>
                  bool(false)
                  ["modelAlias":protected]=>
                  NULL
                  ["tableMap":protected]=>
                  object(Map\LeagueGameTableMap)#10 (17) {
                    ["columns":protected]=>
                    array(34) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "league"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "league_id"
                        ["phpName":protected]=>
                        string(8) "LeagueId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_NAME_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_name"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_name_id"
                        ["phpName":protected]=>
                        string(12) "LeagueNameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HOME_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "home_id"
                        ["phpName":protected]=>
                        string(6) "HomeId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["AWAY_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "away_id"
                        ["phpName":protected]=>
                        string(6) "AwayId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SC1"]=>
                      object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "sc1"
                        ["phpName":protected]=>
                        string(3) "Sc1"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SC2"]=>
                      object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "sc2"
                        ["phpName":protected]=>
                        string(3) "Sc2"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SCH1"]=>
                      object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "sch1"
                        ["phpName":protected]=>
                        string(4) "Sch1"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SCH2"]=>
                      object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "sch2"
                        ["phpName":protected]=>
                        string(4) "Sch2"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SCO1"]=>
                      object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "sco1"
                        ["phpName":protected]=>
                        string(4) "Sco1"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SCO2"]=>
                      object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "sco2"
                        ["phpName":protected]=>
                        string(4) "Sco2"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SCP1"]=>
                      object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "scp1"
                        ["phpName":protected]=>
                        string(4) "Scp1"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SCP2"]=>
                      object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "scp2"
                        ["phpName":protected]=>
                        string(4) "Scp2"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DATE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                        ["type":protected]=>
                        string(9) "TIMESTAMP"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "date"
                        ["phpName":protected]=>
                        string(4) "Date"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HOUR"]=>
                      object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                        ["type":protected]=>
                        string(4) "TIME"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "hour"
                        ["phpName":protected]=>
                        string(4) "Hour"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NR_OF_SPECTATORS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "nr_of_spectators"
                        ["phpName":protected]=>
                        string(14) "NrOfSpectators"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["STAGE_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(5) "stage"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "stage_id"
                        ["phpName":protected]=>
                        string(7) "StageId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SEASON_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(13) "league_season"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "season_id"
                        ["phpName":protected]=>
                        string(8) "SeasonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["EXTRATIME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "extratime"
                        ["phpName":protected]=>
                        string(9) "Extratime"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PENALTYSHOOTS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "penaltyshoots"
                        ["phpName":protected]=>
                        string(13) "Penaltyshoots"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DESCRIPTION"]=>
                      object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(11) "description"
                        ["phpName":protected]=>
                        string(11) "Description"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["JSON_NOTICE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(11) "json_notice"
                        ["phpName":protected]=>
                        string(10) "JsonNotice"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["TYPE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "type"
                        ["phpName":protected]=>
                        string(4) "Type"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SHOW_DETAILS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "show_details"
                        ["phpName":protected]=>
                        string(11) "ShowDetails"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["CANCELED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "canceled"
                        ["phpName":protected]=>
                        string(8) "Canceled"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ANNULLED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "annulled"
                        ["phpName":protected]=>
                        string(8) "Annulled"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HIDE_SCORE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "hide_score"
                        ["phpName":protected]=>
                        string(9) "HideScore"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SCORE_DETAIL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "score_detail"
                        ["phpName":protected]=>
                        string(11) "ScoreDetail"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PLAYED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "played"
                        ["phpName":protected]=>
                        string(6) "Played"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["REPLAYED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "replayed"
                        ["phpName":protected]=>
                        string(8) "Replayed"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["AWARDED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "awarded"
                        ["phpName":protected]=>
                        string(7) "Awarded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IMPORT_URL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "import_url"
                        ["phpName":protected]=>
                        string(9) "ImportUrl"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IMPORT_ERROR"]=>
                      object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "import_error"
                        ["phpName":protected]=>
                        string(11) "ImportError"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SKIP_VALIDATION"]=>
                      object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(15) "skip_validation"
                        ["phpName":protected]=>
                        string(14) "SkipValidation"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(34) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "league"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "league_id"
                        ["phpName":protected]=>
                        string(8) "LeagueId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueNameId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_name"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_name_id"
                        ["phpName":protected]=>
                        string(12) "LeagueNameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HomeId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "home_id"
                        ["phpName":protected]=>
                        string(6) "HomeId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["AwayId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "away_id"
                        ["phpName":protected]=>
                        string(6) "AwayId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Sc1"]=>
                      object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "sc1"
                        ["phpName":protected]=>
                        string(3) "Sc1"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Sc2"]=>
                      object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "sc2"
                        ["phpName":protected]=>
                        string(3) "Sc2"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Sch1"]=>
                      object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "sch1"
                        ["phpName":protected]=>
                        string(4) "Sch1"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Sch2"]=>
                      object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "sch2"
                        ["phpName":protected]=>
                        string(4) "Sch2"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Sco1"]=>
                      object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "sco1"
                        ["phpName":protected]=>
                        string(4) "Sco1"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Sco2"]=>
                      object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "sco2"
                        ["phpName":protected]=>
                        string(4) "Sco2"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Scp1"]=>
                      object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "scp1"
                        ["phpName":protected]=>
                        string(4) "Scp1"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Scp2"]=>
                      object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "scp2"
                        ["phpName":protected]=>
                        string(4) "Scp2"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Date"]=>
                      object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                        ["type":protected]=>
                        string(9) "TIMESTAMP"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "date"
                        ["phpName":protected]=>
                        string(4) "Date"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Hour"]=>
                      object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                        ["type":protected]=>
                        string(4) "TIME"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "hour"
                        ["phpName":protected]=>
                        string(4) "Hour"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NrOfSpectators"]=>
                      object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "nr_of_spectators"
                        ["phpName":protected]=>
                        string(14) "NrOfSpectators"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["StageId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(5) "stage"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "stage_id"
                        ["phpName":protected]=>
                        string(7) "StageId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SeasonId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(13) "league_season"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "season_id"
                        ["phpName":protected]=>
                        string(8) "SeasonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Extratime"]=>
                      object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "extratime"
                        ["phpName":protected]=>
                        string(9) "Extratime"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Penaltyshoots"]=>
                      object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "penaltyshoots"
                        ["phpName":protected]=>
                        string(13) "Penaltyshoots"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Description"]=>
                      object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(11) "description"
                        ["phpName":protected]=>
                        string(11) "Description"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["JsonNotice"]=>
                      object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(11) "json_notice"
                        ["phpName":protected]=>
                        string(10) "JsonNotice"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Type"]=>
                      object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "type"
                        ["phpName":protected]=>
                        string(4) "Type"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ShowDetails"]=>
                      object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "show_details"
                        ["phpName":protected]=>
                        string(11) "ShowDetails"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Canceled"]=>
                      object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "canceled"
                        ["phpName":protected]=>
                        string(8) "Canceled"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Annulled"]=>
                      object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "annulled"
                        ["phpName":protected]=>
                        string(8) "Annulled"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HideScore"]=>
                      object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "hide_score"
                        ["phpName":protected]=>
                        string(9) "HideScore"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ScoreDetail"]=>
                      object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "score_detail"
                        ["phpName":protected]=>
                        string(11) "ScoreDetail"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Played"]=>
                      object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "played"
                        ["phpName":protected]=>
                        string(6) "Played"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Replayed"]=>
                      object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "replayed"
                        ["phpName":protected]=>
                        string(8) "Replayed"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Awarded"]=>
                      object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "awarded"
                        ["phpName":protected]=>
                        string(7) "Awarded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ImportUrl"]=>
                      object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "import_url"
                        ["phpName":protected]=>
                        string(9) "ImportUrl"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ImportError"]=>
                      object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "import_error"
                        ["phpName":protected]=>
                        string(11) "ImportError"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SkipValidation"]=>
                      object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(15) "skip_validation"
                        ["phpName":protected]=>
                        string(14) "SkipValidation"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(252) {
                      ["Id"]=>
                      string(2) "ID"
                      ["LeagueGame.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["leagueGame.id"]=>
                      string(2) "ID"
                      ["LeagueGameTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["league_game.id"]=>
                      string(2) "ID"
                      ["LeagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["LeagueGame.LeagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["leagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["leagueGame.leagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["LeagueGameTableMap::COL_LEAGUE_ID"]=>
                      string(9) "LEAGUE_ID"
                      ["COL_LEAGUE_ID"]=>
                      string(9) "LEAGUE_ID"
                      ["league_id"]=>
                      string(9) "LEAGUE_ID"
                      ["league_game.league_id"]=>
                      string(9) "LEAGUE_ID"
                      ["LeagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["LeagueGame.LeagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["leagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["leagueGame.leagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["LeagueGameTableMap::COL_LEAGUE_NAME_ID"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["COL_LEAGUE_NAME_ID"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["league_name_id"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["league_game.league_name_id"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["HomeId"]=>
                      string(7) "HOME_ID"
                      ["LeagueGame.HomeId"]=>
                      string(7) "HOME_ID"
                      ["homeId"]=>
                      string(7) "HOME_ID"
                      ["leagueGame.homeId"]=>
                      string(7) "HOME_ID"
                      ["LeagueGameTableMap::COL_HOME_ID"]=>
                      string(7) "HOME_ID"
                      ["COL_HOME_ID"]=>
                      string(7) "HOME_ID"
                      ["home_id"]=>
                      string(7) "HOME_ID"
                      ["league_game.home_id"]=>
                      string(7) "HOME_ID"
                      ["AwayId"]=>
                      string(7) "AWAY_ID"
                      ["LeagueGame.AwayId"]=>
                      string(7) "AWAY_ID"
                      ["awayId"]=>
                      string(7) "AWAY_ID"
                      ["leagueGame.awayId"]=>
                      string(7) "AWAY_ID"
                      ["LeagueGameTableMap::COL_AWAY_ID"]=>
                      string(7) "AWAY_ID"
                      ["COL_AWAY_ID"]=>
                      string(7) "AWAY_ID"
                      ["away_id"]=>
                      string(7) "AWAY_ID"
                      ["league_game.away_id"]=>
                      string(7) "AWAY_ID"
                      ["Sc1"]=>
                      string(3) "SC1"
                      ["LeagueGame.Sc1"]=>
                      string(3) "SC1"
                      ["sc1"]=>
                      string(3) "SC1"
                      ["leagueGame.sc1"]=>
                      string(3) "SC1"
                      ["LeagueGameTableMap::COL_SC1"]=>
                      string(3) "SC1"
                      ["COL_SC1"]=>
                      string(3) "SC1"
                      ["league_game.sc1"]=>
                      string(3) "SC1"
                      ["Sc2"]=>
                      string(3) "SC2"
                      ["LeagueGame.Sc2"]=>
                      string(3) "SC2"
                      ["sc2"]=>
                      string(3) "SC2"
                      ["leagueGame.sc2"]=>
                      string(3) "SC2"
                      ["LeagueGameTableMap::COL_SC2"]=>
                      string(3) "SC2"
                      ["COL_SC2"]=>
                      string(3) "SC2"
                      ["league_game.sc2"]=>
                      string(3) "SC2"
                      ["Sch1"]=>
                      string(4) "SCH1"
                      ["LeagueGame.Sch1"]=>
                      string(4) "SCH1"
                      ["sch1"]=>
                      string(4) "SCH1"
                      ["leagueGame.sch1"]=>
                      string(4) "SCH1"
                      ["LeagueGameTableMap::COL_SCH1"]=>
                      string(4) "SCH1"
                      ["COL_SCH1"]=>
                      string(4) "SCH1"
                      ["league_game.sch1"]=>
                      string(4) "SCH1"
                      ["Sch2"]=>
                      string(4) "SCH2"
                      ["LeagueGame.Sch2"]=>
                      string(4) "SCH2"
                      ["sch2"]=>
                      string(4) "SCH2"
                      ["leagueGame.sch2"]=>
                      string(4) "SCH2"
                      ["LeagueGameTableMap::COL_SCH2"]=>
                      string(4) "SCH2"
                      ["COL_SCH2"]=>
                      string(4) "SCH2"
                      ["league_game.sch2"]=>
                      string(4) "SCH2"
                      ["Sco1"]=>
                      string(4) "SCO1"
                      ["LeagueGame.Sco1"]=>
                      string(4) "SCO1"
                      ["sco1"]=>
                      string(4) "SCO1"
                      ["leagueGame.sco1"]=>
                      string(4) "SCO1"
                      ["LeagueGameTableMap::COL_SCO1"]=>
                      string(4) "SCO1"
                      ["COL_SCO1"]=>
                      string(4) "SCO1"
                      ["league_game.sco1"]=>
                      string(4) "SCO1"
                      ["Sco2"]=>
                      string(4) "SCO2"
                      ["LeagueGame.Sco2"]=>
                      string(4) "SCO2"
                      ["sco2"]=>
                      string(4) "SCO2"
                      ["leagueGame.sco2"]=>
                      string(4) "SCO2"
                      ["LeagueGameTableMap::COL_SCO2"]=>
                      string(4) "SCO2"
                      ["COL_SCO2"]=>
                      string(4) "SCO2"
                      ["league_game.sco2"]=>
                      string(4) "SCO2"
                      ["Scp1"]=>
                      string(4) "SCP1"
                      ["LeagueGame.Scp1"]=>
                      string(4) "SCP1"
                      ["scp1"]=>
                      string(4) "SCP1"
                      ["leagueGame.scp1"]=>
                      string(4) "SCP1"
                      ["LeagueGameTableMap::COL_SCP1"]=>
                      string(4) "SCP1"
                      ["COL_SCP1"]=>
                      string(4) "SCP1"
                      ["league_game.scp1"]=>
                      string(4) "SCP1"
                      ["Scp2"]=>
                      string(4) "SCP2"
                      ["LeagueGame.Scp2"]=>
                      string(4) "SCP2"
                      ["scp2"]=>
                      string(4) "SCP2"
                      ["leagueGame.scp2"]=>
                      string(4) "SCP2"
                      ["LeagueGameTableMap::COL_SCP2"]=>
                      string(4) "SCP2"
                      ["COL_SCP2"]=>
                      string(4) "SCP2"
                      ["league_game.scp2"]=>
                      string(4) "SCP2"
                      ["Date"]=>
                      string(4) "DATE"
                      ["LeagueGame.Date"]=>
                      string(4) "DATE"
                      ["date"]=>
                      string(4) "DATE"
                      ["leagueGame.date"]=>
                      string(4) "DATE"
                      ["LeagueGameTableMap::COL_DATE"]=>
                      string(4) "DATE"
                      ["COL_DATE"]=>
                      string(4) "DATE"
                      ["league_game.date"]=>
                      string(4) "DATE"
                      ["Hour"]=>
                      string(4) "HOUR"
                      ["LeagueGame.Hour"]=>
                      string(4) "HOUR"
                      ["hour"]=>
                      string(4) "HOUR"
                      ["leagueGame.hour"]=>
                      string(4) "HOUR"
                      ["LeagueGameTableMap::COL_HOUR"]=>
                      string(4) "HOUR"
                      ["COL_HOUR"]=>
                      string(4) "HOUR"
                      ["league_game.hour"]=>
                      string(4) "HOUR"
                      ["NrOfSpectators"]=>
                      string(16) "NR_OF_SPECTATORS"
                      ["LeagueGame.NrOfSpectators"]=>
                      string(16) "NR_OF_SPECTATORS"
                      ["nrOfSpectators"]=>
                      string(16) "NR_OF_SPECTATORS"
                      ["leagueGame.nrOfSpectators"]=>
                      string(16) "NR_OF_SPECTATORS"
                      ["LeagueGameTableMap::COL_NR_OF_SPECTATORS"]=>
                      string(16) "NR_OF_SPECTATORS"
                      ["COL_NR_OF_SPECTATORS"]=>
                      string(16) "NR_OF_SPECTATORS"
                      ["nr_of_spectators"]=>
                      string(16) "NR_OF_SPECTATORS"
                      ["league_game.nr_of_spectators"]=>
                      string(16) "NR_OF_SPECTATORS"
                      ["StageId"]=>
                      string(8) "STAGE_ID"
                      ["LeagueGame.StageId"]=>
                      string(8) "STAGE_ID"
                      ["stageId"]=>
                      string(8) "STAGE_ID"
                      ["leagueGame.stageId"]=>
                      string(8) "STAGE_ID"
                      ["LeagueGameTableMap::COL_STAGE_ID"]=>
                      string(8) "STAGE_ID"
                      ["COL_STAGE_ID"]=>
                      string(8) "STAGE_ID"
                      ["stage_id"]=>
                      string(8) "STAGE_ID"
                      ["league_game.stage_id"]=>
                      string(8) "STAGE_ID"
                      ["SeasonId"]=>
                      string(9) "SEASON_ID"
                      ["LeagueGame.SeasonId"]=>
                      string(9) "SEASON_ID"
                      ["seasonId"]=>
                      string(9) "SEASON_ID"
                      ["leagueGame.seasonId"]=>
                      string(9) "SEASON_ID"
                      ["LeagueGameTableMap::COL_SEASON_ID"]=>
                      string(9) "SEASON_ID"
                      ["COL_SEASON_ID"]=>
                      string(9) "SEASON_ID"
                      ["season_id"]=>
                      string(9) "SEASON_ID"
                      ["league_game.season_id"]=>
                      string(9) "SEASON_ID"
                      ["Extratime"]=>
                      string(9) "EXTRATIME"
                      ["LeagueGame.Extratime"]=>
                      string(9) "EXTRATIME"
                      ["extratime"]=>
                      string(9) "EXTRATIME"
                      ["leagueGame.extratime"]=>
                      string(9) "EXTRATIME"
                      ["LeagueGameTableMap::COL_EXTRATIME"]=>
                      string(9) "EXTRATIME"
                      ["COL_EXTRATIME"]=>
                      string(9) "EXTRATIME"
                      ["league_game.extratime"]=>
                      string(9) "EXTRATIME"
                      ["Penaltyshoots"]=>
                      string(13) "PENALTYSHOOTS"
                      ["LeagueGame.Penaltyshoots"]=>
                      string(13) "PENALTYSHOOTS"
                      ["penaltyshoots"]=>
                      string(13) "PENALTYSHOOTS"
                      ["leagueGame.penaltyshoots"]=>
                      string(13) "PENALTYSHOOTS"
                      ["LeagueGameTableMap::COL_PENALTYSHOOTS"]=>
                      string(13) "PENALTYSHOOTS"
                      ["COL_PENALTYSHOOTS"]=>
                      string(13) "PENALTYSHOOTS"
                      ["league_game.penaltyshoots"]=>
                      string(13) "PENALTYSHOOTS"
                      ["Description"]=>
                      string(11) "DESCRIPTION"
                      ["LeagueGame.Description"]=>
                      string(11) "DESCRIPTION"
                      ["description"]=>
                      string(11) "DESCRIPTION"
                      ["leagueGame.description"]=>
                      string(11) "DESCRIPTION"
                      ["LeagueGameTableMap::COL_DESCRIPTION"]=>
                      string(11) "DESCRIPTION"
                      ["COL_DESCRIPTION"]=>
                      string(11) "DESCRIPTION"
                      ["league_game.description"]=>
                      string(11) "DESCRIPTION"
                      ["JsonNotice"]=>
                      string(11) "JSON_NOTICE"
                      ["LeagueGame.JsonNotice"]=>
                      string(11) "JSON_NOTICE"
                      ["jsonNotice"]=>
                      string(11) "JSON_NOTICE"
                      ["leagueGame.jsonNotice"]=>
                      string(11) "JSON_NOTICE"
                      ["LeagueGameTableMap::COL_JSON_NOTICE"]=>
                      string(11) "JSON_NOTICE"
                      ["COL_JSON_NOTICE"]=>
                      string(11) "JSON_NOTICE"
                      ["json_notice"]=>
                      string(11) "JSON_NOTICE"
                      ["league_game.json_notice"]=>
                      string(11) "JSON_NOTICE"
                      ["Type"]=>
                      string(4) "TYPE"
                      ["LeagueGame.Type"]=>
                      string(4) "TYPE"
                      ["type"]=>
                      string(4) "TYPE"
                      ["leagueGame.type"]=>
                      string(4) "TYPE"
                      ["LeagueGameTableMap::COL_TYPE"]=>
                      string(4) "TYPE"
                      ["COL_TYPE"]=>
                      string(4) "TYPE"
                      ["league_game.type"]=>
                      string(4) "TYPE"
                      ["ShowDetails"]=>
                      string(12) "SHOW_DETAILS"
                      ["LeagueGame.ShowDetails"]=>
                      string(12) "SHOW_DETAILS"
                      ["showDetails"]=>
                      string(12) "SHOW_DETAILS"
                      ["leagueGame.showDetails"]=>
                      string(12) "SHOW_DETAILS"
                      ["LeagueGameTableMap::COL_SHOW_DETAILS"]=>
                      string(12) "SHOW_DETAILS"
                      ["COL_SHOW_DETAILS"]=>
                      string(12) "SHOW_DETAILS"
                      ["show_details"]=>
                      string(12) "SHOW_DETAILS"
                      ["league_game.show_details"]=>
                      string(12) "SHOW_DETAILS"
                      ["Canceled"]=>
                      string(8) "CANCELED"
                      ["LeagueGame.Canceled"]=>
                      string(8) "CANCELED"
                      ["canceled"]=>
                      string(8) "CANCELED"
                      ["leagueGame.canceled"]=>
                      string(8) "CANCELED"
                      ["LeagueGameTableMap::COL_CANCELED"]=>
                      string(8) "CANCELED"
                      ["COL_CANCELED"]=>
                      string(8) "CANCELED"
                      ["league_game.canceled"]=>
                      string(8) "CANCELED"
                      ["Annulled"]=>
                      string(8) "ANNULLED"
                      ["LeagueGame.Annulled"]=>
                      string(8) "ANNULLED"
                      ["annulled"]=>
                      string(8) "ANNULLED"
                      ["leagueGame.annulled"]=>
                      string(8) "ANNULLED"
                      ["LeagueGameTableMap::COL_ANNULLED"]=>
                      string(8) "ANNULLED"
                      ["COL_ANNULLED"]=>
                      string(8) "ANNULLED"
                      ["league_game.annulled"]=>
                      string(8) "ANNULLED"
                      ["HideScore"]=>
                      string(10) "HIDE_SCORE"
                      ["LeagueGame.HideScore"]=>
                      string(10) "HIDE_SCORE"
                      ["hideScore"]=>
                      string(10) "HIDE_SCORE"
                      ["leagueGame.hideScore"]=>
                      string(10) "HIDE_SCORE"
                      ["LeagueGameTableMap::COL_HIDE_SCORE"]=>
                      string(10) "HIDE_SCORE"
                      ["COL_HIDE_SCORE"]=>
                      string(10) "HIDE_SCORE"
                      ["hide_score"]=>
                      string(10) "HIDE_SCORE"
                      ["league_game.hide_score"]=>
                      string(10) "HIDE_SCORE"
                      ["ScoreDetail"]=>
                      string(12) "SCORE_DETAIL"
                      ["LeagueGame.ScoreDetail"]=>
                      string(12) "SCORE_DETAIL"
                      ["scoreDetail"]=>
                      string(12) "SCORE_DETAIL"
                      ["leagueGame.scoreDetail"]=>
                      string(12) "SCORE_DETAIL"
                      ["LeagueGameTableMap::COL_SCORE_DETAIL"]=>
                      string(12) "SCORE_DETAIL"
                      ["COL_SCORE_DETAIL"]=>
                      string(12) "SCORE_DETAIL"
                      ["score_detail"]=>
                      string(12) "SCORE_DETAIL"
                      ["league_game.score_detail"]=>
                      string(12) "SCORE_DETAIL"
                      ["Played"]=>
                      string(6) "PLAYED"
                      ["LeagueGame.Played"]=>
                      string(6) "PLAYED"
                      ["played"]=>
                      string(6) "PLAYED"
                      ["leagueGame.played"]=>
                      string(6) "PLAYED"
                      ["LeagueGameTableMap::COL_PLAYED"]=>
                      string(6) "PLAYED"
                      ["COL_PLAYED"]=>
                      string(6) "PLAYED"
                      ["league_game.played"]=>
                      string(6) "PLAYED"
                      ["Replayed"]=>
                      string(8) "REPLAYED"
                      ["LeagueGame.Replayed"]=>
                      string(8) "REPLAYED"
                      ["replayed"]=>
                      string(8) "REPLAYED"
                      ["leagueGame.replayed"]=>
                      string(8) "REPLAYED"
                      ["LeagueGameTableMap::COL_REPLAYED"]=>
                      string(8) "REPLAYED"
                      ["COL_REPLAYED"]=>
                      string(8) "REPLAYED"
                      ["league_game.replayed"]=>
                      string(8) "REPLAYED"
                      ["Awarded"]=>
                      string(7) "AWARDED"
                      ["LeagueGame.Awarded"]=>
                      string(7) "AWARDED"
                      ["awarded"]=>
                      string(7) "AWARDED"
                      ["leagueGame.awarded"]=>
                      string(7) "AWARDED"
                      ["LeagueGameTableMap::COL_AWARDED"]=>
                      string(7) "AWARDED"
                      ["COL_AWARDED"]=>
                      string(7) "AWARDED"
                      ["league_game.awarded"]=>
                      string(7) "AWARDED"
                      ["ImportUrl"]=>
                      string(10) "IMPORT_URL"
                      ["LeagueGame.ImportUrl"]=>
                      string(10) "IMPORT_URL"
                      ["importUrl"]=>
                      string(10) "IMPORT_URL"
                      ["leagueGame.importUrl"]=>
                      string(10) "IMPORT_URL"
                      ["LeagueGameTableMap::COL_IMPORT_URL"]=>
                      string(10) "IMPORT_URL"
                      ["COL_IMPORT_URL"]=>
                      string(10) "IMPORT_URL"
                      ["import_url"]=>
                      string(10) "IMPORT_URL"
                      ["league_game.import_url"]=>
                      string(10) "IMPORT_URL"
                      ["ImportError"]=>
                      string(12) "IMPORT_ERROR"
                      ["LeagueGame.ImportError"]=>
                      string(12) "IMPORT_ERROR"
                      ["importError"]=>
                      string(12) "IMPORT_ERROR"
                      ["leagueGame.importError"]=>
                      string(12) "IMPORT_ERROR"
                      ["LeagueGameTableMap::COL_IMPORT_ERROR"]=>
                      string(12) "IMPORT_ERROR"
                      ["COL_IMPORT_ERROR"]=>
                      string(12) "IMPORT_ERROR"
                      ["import_error"]=>
                      string(12) "IMPORT_ERROR"
                      ["league_game.import_error"]=>
                      string(12) "IMPORT_ERROR"
                      ["SkipValidation"]=>
                      string(15) "SKIP_VALIDATION"
                      ["LeagueGame.SkipValidation"]=>
                      string(15) "SKIP_VALIDATION"
                      ["skipValidation"]=>
                      string(15) "SKIP_VALIDATION"
                      ["leagueGame.skipValidation"]=>
                      string(15) "SKIP_VALIDATION"
                      ["LeagueGameTableMap::COL_SKIP_VALIDATION"]=>
                      string(15) "SKIP_VALIDATION"
                      ["COL_SKIP_VALIDATION"]=>
                      string(15) "SKIP_VALIDATION"
                      ["skip_validation"]=>
                      string(15) "SKIP_VALIDATION"
                      ["league_game.skip_validation"]=>
                      string(15) "SKIP_VALIDATION"
                    }
                    ["dbMap":protected]=>
                    object(Propel\Runtime\Map\DatabaseMap)#5 (3) {
                      ["name":protected]=>
                      string(6) "labtof"
                      ["tables":protected]=>
                      array(50) {
                        ["access_log"]=>
                        string(22) "\Map\AccessLogTableMap"
                        ["account"]=>
                        string(20) "\Map\AccountTableMap"
                        ["article"]=>
                        string(20) "\Map\ArticleTableMap"
                        ["article_category"]=>
                        string(28) "\Map\ArticleCategoryTableMap"
                        ["bookmaker"]=>
                        string(22) "\Map\BookmakerTableMap"
                        ["club"]=>
                        object(Map\ClubTableMap)#98 (17) {
                          ["columns":protected]=>
                          array(16) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(7) "home_id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["COUNTRY_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SHORTNAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "shortname"
                              ["phpName":protected]=>
                              string(9) "Shortname"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["OFFICIAL"]=>
                            object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "official"
                              ["phpName":protected]=>
                              string(8) "Official"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["IDOLD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "idold"
                              ["phpName":protected]=>
                              string(5) "Idold"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["YEAR_FOUNDED"]=>
                            object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(12) "year_founded"
                              ["phpName":protected]=>
                              string(11) "YearFounded"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DATE_FOUNDED"]=>
                            object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                              ["type":protected]=>
                              string(4) "DATE"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(12) "date_founded"
                              ["phpName":protected]=>
                              string(11) "DateFounded"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["YEAR_DISSOLVED"]=>
                            object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "year_dissolved"
                              ["phpName":protected]=>
                              string(13) "YearDissolved"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DATE_DISSOLVED"]=>
                            object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                              ["type":protected]=>
                              string(4) "DATE"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "date_dissolved"
                              ["phpName":protected]=>
                              string(13) "DateDissolved"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["KNOWN_AS"]=>
                            object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "known_as"
                              ["phpName":protected]=>
                              string(7) "KnownAs"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["CLUB_NAME_HISTORY"]=>
                            object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(17) "club_name_history"
                              ["phpName":protected]=>
                              string(15) "ClubNameHistory"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DESCRIPTION"]=>
                            object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(11) "description"
                              ["phpName":protected]=>
                              string(11) "Description"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PRIVATE_NOTICE"]=>
                            object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "private_notice"
                              ["phpName":protected]=>
                              string(13) "PrivateNotice"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["IDMOVEDTO"]=>
                            object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "idmovedto"
                              ["phpName":protected]=>
                              string(9) "Idmovedto"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(16) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(7) "home_id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["CountryId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Shortname"]=>
                            object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "shortname"
                              ["phpName":protected]=>
                              string(9) "Shortname"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Official"]=>
                            object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "official"
                              ["phpName":protected]=>
                              string(8) "Official"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Idold"]=>
                            object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "idold"
                              ["phpName":protected]=>
                              string(5) "Idold"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["YearFounded"]=>
                            object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(12) "year_founded"
                              ["phpName":protected]=>
                              string(11) "YearFounded"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DateFounded"]=>
                            object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                              ["type":protected]=>
                              string(4) "DATE"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(12) "date_founded"
                              ["phpName":protected]=>
                              string(11) "DateFounded"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["YearDissolved"]=>
                            object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "year_dissolved"
                              ["phpName":protected]=>
                              string(13) "YearDissolved"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DateDissolved"]=>
                            object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                              ["type":protected]=>
                              string(4) "DATE"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "date_dissolved"
                              ["phpName":protected]=>
                              string(13) "DateDissolved"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["KnownAs"]=>
                            object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "known_as"
                              ["phpName":protected]=>
                              string(7) "KnownAs"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ClubNameHistory"]=>
                            object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(17) "club_name_history"
                              ["phpName":protected]=>
                              string(15) "ClubNameHistory"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Description"]=>
                            object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(11) "description"
                              ["phpName":protected]=>
                              string(11) "Description"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PrivateNotice"]=>
                            object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "private_notice"
                              ["phpName":protected]=>
                              string(13) "PrivateNotice"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Idmovedto"]=>
                            object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "idmovedto"
                              ["phpName":protected]=>
                              string(9) "Idmovedto"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(112) {
                            ["Id"]=>
                            string(2) "ID"
                            ["Club.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["club.id"]=>
                            string(2) "ID"
                            ["ClubTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["CountryId"]=>
                            string(10) "COUNTRY_ID"
                            ["Club.CountryId"]=>
                            string(10) "COUNTRY_ID"
                            ["countryId"]=>
                            string(10) "COUNTRY_ID"
                            ["club.countryId"]=>
                            string(10) "COUNTRY_ID"
                            ["ClubTableMap::COL_COUNTRY_ID"]=>
                            string(10) "COUNTRY_ID"
                            ["COL_COUNTRY_ID"]=>
                            string(10) "COUNTRY_ID"
                            ["country_id"]=>
                            string(10) "COUNTRY_ID"
                            ["club.country_id"]=>
                            string(10) "COUNTRY_ID"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["Club.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["club.slug"]=>
                            string(4) "SLUG"
                            ["ClubTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                            ["Name"]=>
                            string(4) "NAME"
                            ["Club.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["club.name"]=>
                            string(4) "NAME"
                            ["ClubTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["Shortname"]=>
                            string(9) "SHORTNAME"
                            ["Club.Shortname"]=>
                            string(9) "SHORTNAME"
                            ["shortname"]=>
                            string(9) "SHORTNAME"
                            ["club.shortname"]=>
                            string(9) "SHORTNAME"
                            ["ClubTableMap::COL_SHORTNAME"]=>
                            string(9) "SHORTNAME"
                            ["COL_SHORTNAME"]=>
                            string(9) "SHORTNAME"
                            ["Official"]=>
                            string(8) "OFFICIAL"
                            ["Club.Official"]=>
                            string(8) "OFFICIAL"
                            ["official"]=>
                            string(8) "OFFICIAL"
                            ["club.official"]=>
                            string(8) "OFFICIAL"
                            ["ClubTableMap::COL_OFFICIAL"]=>
                            string(8) "OFFICIAL"
                            ["COL_OFFICIAL"]=>
                            string(8) "OFFICIAL"
                            ["Idold"]=>
                            string(5) "IDOLD"
                            ["Club.Idold"]=>
                            string(5) "IDOLD"
                            ["idold"]=>
                            string(5) "IDOLD"
                            ["club.idold"]=>
                            string(5) "IDOLD"
                            ["ClubTableMap::COL_IDOLD"]=>
                            string(5) "IDOLD"
                            ["COL_IDOLD"]=>
                            string(5) "IDOLD"
                            ["YearFounded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["Club.YearFounded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["yearFounded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["club.yearFounded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                            string(12) "YEAR_FOUNDED"
                            ["COL_YEAR_FOUNDED"]=>
                            string(12) "YEAR_FOUNDED"
                            ["year_founded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["club.year_founded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["DateFounded"]=>
                            string(12) "DATE_FOUNDED"
                            ["Club.DateFounded"]=>
                            string(12) "DATE_FOUNDED"
                            ["dateFounded"]=>
                            string(12) "DATE_FOUNDED"
                            ["club.dateFounded"]=>
                            string(12) "DATE_FOUNDED"
                            ["ClubTableMap::COL_DATE_FOUNDED"]=>
                            string(12) "DATE_FOUNDED"
                            ["COL_DATE_FOUNDED"]=>
                            string(12) "DATE_FOUNDED"
                            ["date_founded"]=>
                            string(12) "DATE_FOUNDED"
                            ["club.date_founded"]=>
                            string(12) "DATE_FOUNDED"
                            ["YearDissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["Club.YearDissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["yearDissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["club.yearDissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["COL_YEAR_DISSOLVED"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["year_dissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["club.year_dissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["DateDissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["Club.DateDissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["dateDissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["club.dateDissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                            string(14) "DATE_DISSOLVED"
                            ["COL_DATE_DISSOLVED"]=>
                            string(14) "DATE_DISSOLVED"
                            ["date_dissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["club.date_dissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["KnownAs"]=>
                            string(8) "KNOWN_AS"
                            ["Club.KnownAs"]=>
                            string(8) "KNOWN_AS"
                            ["knownAs"]=>
                            string(8) "KNOWN_AS"
                            ["club.knownAs"]=>
                            string(8) "KNOWN_AS"
                            ["ClubTableMap::COL_KNOWN_AS"]=>
                            string(8) "KNOWN_AS"
                            ["COL_KNOWN_AS"]=>
                            string(8) "KNOWN_AS"
                            ["known_as"]=>
                            string(8) "KNOWN_AS"
                            ["club.known_as"]=>
                            string(8) "KNOWN_AS"
                            ["ClubNameHistory"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["Club.ClubNameHistory"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["clubNameHistory"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["club.clubNameHistory"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["COL_CLUB_NAME_HISTORY"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["club_name_history"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["club.club_name_history"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["Description"]=>
                            string(11) "DESCRIPTION"
                            ["Club.Description"]=>
                            string(11) "DESCRIPTION"
                            ["description"]=>
                            string(11) "DESCRIPTION"
                            ["club.description"]=>
                            string(11) "DESCRIPTION"
                            ["ClubTableMap::COL_DESCRIPTION"]=>
                            string(11) "DESCRIPTION"
                            ["COL_DESCRIPTION"]=>
                            string(11) "DESCRIPTION"
                            ["PrivateNotice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["Club.PrivateNotice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["privateNotice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["club.privateNotice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["COL_PRIVATE_NOTICE"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["private_notice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["club.private_notice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["Idmovedto"]=>
                            string(9) "IDMOVEDTO"
                            ["Club.Idmovedto"]=>
                            string(9) "IDMOVEDTO"
                            ["idmovedto"]=>
                            string(9) "IDMOVEDTO"
                            ["club.idmovedto"]=>
                            string(9) "IDMOVEDTO"
                            ["ClubTableMap::COL_IDMOVEDTO"]=>
                            string(9) "IDMOVEDTO"
                            ["COL_IDMOVEDTO"]=>
                            string(9) "IDMOVEDTO"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(4) "club"
                          ["phpName":protected]=>
                          string(4) "Club"
                          ["classname":protected]=>
                          string(5) "\Club"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(7) "home_id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(2) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(7) "home_id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["country_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["club_map"]=>
                        string(20) "\Map\ClubMapTableMap"
                        ["country"]=>
                        object(Map\CountryTableMap)#62 (17) {
                          ["columns":protected]=>
                          array(3) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(3) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(18) {
                            ["Id"]=>
                            string(2) "ID"
                            ["Country.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["country.id"]=>
                            string(2) "ID"
                            ["CountryTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["Name"]=>
                            string(4) "NAME"
                            ["Country.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["country.name"]=>
                            string(4) "NAME"
                            ["CountryTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["Country.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["country.slug"]=>
                            string(4) "SLUG"
                            ["CountryTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(7) "country"
                          ["phpName":protected]=>
                          string(7) "Country"
                          ["classname":protected]=>
                          string(8) "\Country"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(0) {
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["customer"]=>
                        string(21) "\Map\CustomerTableMap"
                        ["customer_package"]=>
                        string(28) "\Map\CustomerPackageTableMap"
                        ["customer_package_type"]=>
                        string(32) "\Map\CustomerPackageTypeTableMap"
                        ["event_odd"]=>
                        string(21) "\Map\EventOddTableMap"
                        ["event_odd_move"]=>
                        string(25) "\Map\EventOddMoveTableMap"
                        ["import_source"]=>
                        string(25) "\Map\ImportSourceTableMap"
                        ["league"]=>
                        object(Map\LeagueTableMap)#45 (17) {
                          ["columns":protected]=>
                          array(10) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["COUNTRY_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SHORT_NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "short_name"
                              ["phpName":protected]=>
                              string(9) "ShortName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HAVE_STANDING"]=>
                            object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "have_standing"
                              ["phpName":protected]=>
                              string(12) "HaveStanding"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["FRONT_PAGE"]=>
                            object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "front_page"
                              ["phpName":protected]=>
                              string(9) "FrontPage"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ORD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(5)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEVEL"]=>
                            object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(10)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "level"
                              ["phpName":protected]=>
                              string(5) "Level"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PREVIEW"]=>
                            object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "preview"
                              ["phpName":protected]=>
                              string(7) "Preview"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(10) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["CountryId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ShortName"]=>
                            object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "short_name"
                              ["phpName":protected]=>
                              string(9) "ShortName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HaveStanding"]=>
                            object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "have_standing"
                              ["phpName":protected]=>
                              string(12) "HaveStanding"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["FrontPage"]=>
                            object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "front_page"
                              ["phpName":protected]=>
                              string(9) "FrontPage"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Ord"]=>
                            object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(5)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Level"]=>
                            object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(10)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "level"
                              ["phpName":protected]=>
                              string(5) "Level"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Preview"]=>
                            object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "preview"
                              ["phpName":protected]=>
                              string(7) "Preview"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(68) {
                            ["Id"]=>
                            string(2) "ID"
                            ["League.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["league.id"]=>
                            string(2) "ID"
                            ["LeagueTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["CountryId"]=>
                            string(10) "COUNTRY_ID"
                            ["League.CountryId"]=>
                            string(10) "COUNTRY_ID"
                            ["countryId"]=>
                            string(10) "COUNTRY_ID"
                            ["league.countryId"]=>
                            string(10) "COUNTRY_ID"
                            ["LeagueTableMap::COL_COUNTRY_ID"]=>
                            string(10) "COUNTRY_ID"
                            ["COL_COUNTRY_ID"]=>
                            string(10) "COUNTRY_ID"
                            ["country_id"]=>
                            string(10) "COUNTRY_ID"
                            ["league.country_id"]=>
                            string(10) "COUNTRY_ID"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["League.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["league.slug"]=>
                            string(4) "SLUG"
                            ["LeagueTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                            ["Name"]=>
                            string(4) "NAME"
                            ["League.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["league.name"]=>
                            string(4) "NAME"
                            ["LeagueTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["ShortName"]=>
                            string(10) "SHORT_NAME"
                            ["League.ShortName"]=>
                            string(10) "SHORT_NAME"
                            ["shortName"]=>
                            string(10) "SHORT_NAME"
                            ["league.shortName"]=>
                            string(10) "SHORT_NAME"
                            ["LeagueTableMap::COL_SHORT_NAME"]=>
                            string(10) "SHORT_NAME"
                            ["COL_SHORT_NAME"]=>
                            string(10) "SHORT_NAME"
                            ["short_name"]=>
                            string(10) "SHORT_NAME"
                            ["league.short_name"]=>
                            string(10) "SHORT_NAME"
                            ["HaveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["League.HaveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["haveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["league.haveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["LeagueTableMap::COL_HAVE_STANDING"]=>
                            string(13) "HAVE_STANDING"
                            ["COL_HAVE_STANDING"]=>
                            string(13) "HAVE_STANDING"
                            ["have_standing"]=>
                            string(13) "HAVE_STANDING"
                            ["league.have_standing"]=>
                            string(13) "HAVE_STANDING"
                            ["FrontPage"]=>
                            string(10) "FRONT_PAGE"
                            ["League.FrontPage"]=>
                            string(10) "FRONT_PAGE"
                            ["frontPage"]=>
                            string(10) "FRONT_PAGE"
                            ["league.frontPage"]=>
                            string(10) "FRONT_PAGE"
                            ["LeagueTableMap::COL_FRONT_PAGE"]=>
                            string(10) "FRONT_PAGE"
                            ["COL_FRONT_PAGE"]=>
                            string(10) "FRONT_PAGE"
                            ["front_page"]=>
                            string(10) "FRONT_PAGE"
                            ["league.front_page"]=>
                            string(10) "FRONT_PAGE"
                            ["Ord"]=>
                            string(3) "ORD"
                            ["League.Ord"]=>
                            string(3) "ORD"
                            ["ord"]=>
                            string(3) "ORD"
                            ["league.ord"]=>
                            string(3) "ORD"
                            ["LeagueTableMap::COL_ORD"]=>
                            string(3) "ORD"
                            ["COL_ORD"]=>
                            string(3) "ORD"
                            ["Level"]=>
                            string(5) "LEVEL"
                            ["League.Level"]=>
                            string(5) "LEVEL"
                            ["level"]=>
                            string(5) "LEVEL"
                            ["league.level"]=>
                            string(5) "LEVEL"
                            ["LeagueTableMap::COL_LEVEL"]=>
                            string(5) "LEVEL"
                            ["COL_LEVEL"]=>
                            string(5) "LEVEL"
                            ["Preview"]=>
                            string(7) "PREVIEW"
                            ["League.Preview"]=>
                            string(7) "PREVIEW"
                            ["preview"]=>
                            string(7) "PREVIEW"
                            ["league.preview"]=>
                            string(7) "PREVIEW"
                            ["LeagueTableMap::COL_PREVIEW"]=>
                            string(7) "PREVIEW"
                            ["COL_PREVIEW"]=>
                            string(7) "PREVIEW"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(6) "league"
                          ["phpName":protected]=>
                          string(6) "League"
                          ["classname":protected]=>
                          string(7) "\League"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(1) {
                            ["country_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["league_club"]=>
                        string(23) "\Map\LeagueClubTableMap"
                        ["league_game"]=>
                        *RECURSION*
                        ["league_game_card"]=>
                        string(27) "\Map\LeagueGameCardTableMap"
                        ["league_game_coach"]=>
                        string(28) "\Map\LeagueGameCoachTableMap"
                        ["league_game_goal"]=>
                        object(Map\LeagueGameGoalTableMap)#116 (17) {
                          ["columns":protected]=>
                          array(13) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEAGUE_GAME_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_game_id"
                              ["phpName":protected]=>
                              string(12) "LeagueGameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["CLUB_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(4) "club"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "club_id"
                              ["phpName":protected]=>
                              string(6) "ClubId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PERSON_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "person"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "person_id"
                              ["phpName":protected]=>
                              string(8) "PersonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PERSON_MAP_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(10) "person_map"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "person_map_id"
                              ["phpName":protected]=>
                              string(11) "PersonMapId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MIN"]=>
                            object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(2)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "min"
                              ["phpName":protected]=>
                              string(3) "Min"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MINPLUS"]=>
                            object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(2)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "minPlus"
                              ["phpName":protected]=>
                              string(7) "MinPlus"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PENALTY"]=>
                            object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "penalty"
                              ["phpName":protected]=>
                              string(7) "Penalty"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["OWN"]=>
                            object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "own"
                              ["phpName":protected]=>
                              string(3) "Own"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SHOOTS"]=>
                            object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "shoots"
                              ["phpName":protected]=>
                              string(13) "PenaltyShoots"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ISGOAL"]=>
                            object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "isgoal"
                              ["phpName":protected]=>
                              string(6) "IsGoal"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SCORE_MODE"]=>
                            object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(255)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "score_mode"
                              ["phpName":protected]=>
                              string(9) "ScoreMode"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ASSIST_BY"]=>
                            object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(255)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "assist_by"
                              ["phpName":protected]=>
                              string(8) "AssistBy"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(13) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LeagueGameId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_game_id"
                              ["phpName":protected]=>
                              string(12) "LeagueGameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ClubId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(4) "club"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "club_id"
                              ["phpName":protected]=>
                              string(6) "ClubId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PersonId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "person"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "person_id"
                              ["phpName":protected]=>
                              string(8) "PersonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PersonMapId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(10) "person_map"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "person_map_id"
                              ["phpName":protected]=>
                              string(11) "PersonMapId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Min"]=>
                            object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(2)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "min"
                              ["phpName":protected]=>
                              string(3) "Min"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MinPlus"]=>
                            object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(2)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "minPlus"
                              ["phpName":protected]=>
                              string(7) "MinPlus"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Penalty"]=>
                            object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "penalty"
                              ["phpName":protected]=>
                              string(7) "Penalty"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Own"]=>
                            object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "own"
                              ["phpName":protected]=>
                              string(3) "Own"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PenaltyShoots"]=>
                            object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "shoots"
                              ["phpName":protected]=>
                              string(13) "PenaltyShoots"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["IsGoal"]=>
                            object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "isgoal"
                              ["phpName":protected]=>
                              string(6) "IsGoal"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ScoreMode"]=>
                            object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(255)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "score_mode"
                              ["phpName":protected]=>
                              string(9) "ScoreMode"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["AssistBy"]=>
                            object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(255)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "assist_by"
                              ["phpName":protected]=>
                              string(8) "AssistBy"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(99) {
                            ["Id"]=>
                            string(2) "ID"
                            ["LeagueGameGoal.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["leagueGameGoal.id"]=>
                            string(2) "ID"
                            ["LeagueGameGoalTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["league_game_goal.id"]=>
                            string(2) "ID"
                            ["LeagueGameId"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["LeagueGameGoal.LeagueGameId"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["leagueGameId"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["leagueGameGoal.leagueGameId"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["COL_LEAGUE_GAME_ID"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["league_game_id"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["league_game_goal.league_game_id"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["ClubId"]=>
                            string(7) "CLUB_ID"
                            ["LeagueGameGoal.ClubId"]=>
                            string(7) "CLUB_ID"
                            ["clubId"]=>
                            string(7) "CLUB_ID"
                            ["leagueGameGoal.clubId"]=>
                            string(7) "CLUB_ID"
                            ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                            string(7) "CLUB_ID"
                            ["COL_CLUB_ID"]=>
                            string(7) "CLUB_ID"
                            ["club_id"]=>
                            string(7) "CLUB_ID"
                            ["league_game_goal.club_id"]=>
                            string(7) "CLUB_ID"
                            ["PersonId"]=>
                            string(9) "PERSON_ID"
                            ["LeagueGameGoal.PersonId"]=>
                            string(9) "PERSON_ID"
                            ["personId"]=>
                            string(9) "PERSON_ID"
                            ["leagueGameGoal.personId"]=>
                            string(9) "PERSON_ID"
                            ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                            string(9) "PERSON_ID"
                            ["COL_PERSON_ID"]=>
                            string(9) "PERSON_ID"
                            ["person_id"]=>
                            string(9) "PERSON_ID"
                            ["league_game_goal.person_id"]=>
                            string(9) "PERSON_ID"
                            ["PersonMapId"]=>
                            string(13) "PERSON_MAP_ID"
                            ["LeagueGameGoal.PersonMapId"]=>
                            string(13) "PERSON_MAP_ID"
                            ["personMapId"]=>
                            string(13) "PERSON_MAP_ID"
                            ["leagueGameGoal.personMapId"]=>
                            string(13) "PERSON_MAP_ID"
                            ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                            string(13) "PERSON_MAP_ID"
                            ["COL_PERSON_MAP_ID"]=>
                            string(13) "PERSON_MAP_ID"
                            ["person_map_id"]=>
                            string(13) "PERSON_MAP_ID"
                            ["league_game_goal.person_map_id"]=>
                            string(13) "PERSON_MAP_ID"
                            ["Min"]=>
                            string(3) "MIN"
                            ["LeagueGameGoal.Min"]=>
                            string(3) "MIN"
                            ["min"]=>
                            string(3) "MIN"
                            ["leagueGameGoal.min"]=>
                            string(3) "MIN"
                            ["LeagueGameGoalTableMap::COL_MIN"]=>
                            string(3) "MIN"
                            ["COL_MIN"]=>
                            string(3) "MIN"
                            ["league_game_goal.min"]=>
                            string(3) "MIN"
                            ["MinPlus"]=>
                            string(7) "MINPLUS"
                            ["LeagueGameGoal.MinPlus"]=>
                            string(7) "MINPLUS"
                            ["minPlus"]=>
                            string(7) "MINPLUS"
                            ["leagueGameGoal.minPlus"]=>
                            string(7) "MINPLUS"
                            ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                            string(7) "MINPLUS"
                            ["COL_MINPLUS"]=>
                            string(7) "MINPLUS"
                            ["league_game_goal.minPlus"]=>
                            string(7) "MINPLUS"
                            ["Penalty"]=>
                            string(7) "PENALTY"
                            ["LeagueGameGoal.Penalty"]=>
                            string(7) "PENALTY"
                            ["penalty"]=>
                            string(7) "PENALTY"
                            ["leagueGameGoal.penalty"]=>
                            string(7) "PENALTY"
                            ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                            string(7) "PENALTY"
                            ["COL_PENALTY"]=>
                            string(7) "PENALTY"
                            ["league_game_goal.penalty"]=>
                            string(7) "PENALTY"
                            ["Own"]=>
                            string(3) "OWN"
                            ["LeagueGameGoal.Own"]=>
                            string(3) "OWN"
                            ["own"]=>
                            string(3) "OWN"
                            ["leagueGameGoal.own"]=>
                            string(3) "OWN"
                            ["LeagueGameGoalTableMap::COL_OWN"]=>
                            string(3) "OWN"
                            ["COL_OWN"]=>
                            string(3) "OWN"
                            ["league_game_goal.own"]=>
                            string(3) "OWN"
                            ["PenaltyShoots"]=>
                            string(6) "SHOOTS"
                            ["LeagueGameGoal.PenaltyShoots"]=>
                            string(6) "SHOOTS"
                            ["penaltyShoots"]=>
                            string(6) "SHOOTS"
                            ["leagueGameGoal.penaltyShoots"]=>
                            string(6) "SHOOTS"
                            ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                            string(6) "SHOOTS"
                            ["COL_SHOOTS"]=>
                            string(6) "SHOOTS"
                            ["shoots"]=>
                            string(6) "SHOOTS"
                            ["league_game_goal.shoots"]=>
                            string(6) "SHOOTS"
                            ["IsGoal"]=>
                            string(6) "ISGOAL"
                            ["LeagueGameGoal.IsGoal"]=>
                            string(6) "ISGOAL"
                            ["isGoal"]=>
                            string(6) "ISGOAL"
                            ["leagueGameGoal.isGoal"]=>
                            string(6) "ISGOAL"
                            ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                            string(6) "ISGOAL"
                            ["COL_ISGOAL"]=>
                            string(6) "ISGOAL"
                            ["isgoal"]=>
                            string(6) "ISGOAL"
                            ["league_game_goal.isgoal"]=>
                            string(6) "ISGOAL"
                            ["ScoreMode"]=>
                            string(10) "SCORE_MODE"
                            ["LeagueGameGoal.ScoreMode"]=>
                            string(10) "SCORE_MODE"
                            ["scoreMode"]=>
                            string(10) "SCORE_MODE"
                            ["leagueGameGoal.scoreMode"]=>
                            string(10) "SCORE_MODE"
                            ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                            string(10) "SCORE_MODE"
                            ["COL_SCORE_MODE"]=>
                            string(10) "SCORE_MODE"
                            ["score_mode"]=>
                            string(10) "SCORE_MODE"
                            ["league_game_goal.score_mode"]=>
                            string(10) "SCORE_MODE"
                            ["AssistBy"]=>
                            string(9) "ASSIST_BY"
                            ["LeagueGameGoal.AssistBy"]=>
                            string(9) "ASSIST_BY"
                            ["assistBy"]=>
                            string(9) "ASSIST_BY"
                            ["leagueGameGoal.assistBy"]=>
                            string(9) "ASSIST_BY"
                            ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                            string(9) "ASSIST_BY"
                            ["COL_ASSIST_BY"]=>
                            string(9) "ASSIST_BY"
                            ["assist_by"]=>
                            string(9) "ASSIST_BY"
                            ["league_game_goal.assist_by"]=>
                            string(9) "ASSIST_BY"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(16) "league_game_goal"
                          ["phpName":protected]=>
                          string(14) "LeagueGameGoal"
                          ["classname":protected]=>
                          string(15) "\LeagueGameGoal"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(4) {
                            ["league_game_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_game_id"
                              ["phpName":protected]=>
                              string(12) "LeagueGameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["club_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(4) "club"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "club_id"
                              ["phpName":protected]=>
                              string(6) "ClubId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["person_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "person"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "person_id"
                              ["phpName":protected]=>
                              string(8) "PersonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["person_map_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(10) "person_map"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "person_map_id"
                              ["phpName":protected]=>
                              string(11) "PersonMapId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["league_game_metadata"]=>
                        string(31) "\Map\LeagueGameMetadataTableMap"
                        ["league_game_player"]=>
                        string(29) "\Map\LeagueGamePlayerTableMap"
                        ["league_game_referee"]=>
                        string(30) "\Map\LeagueGameRefereeTableMap"
                        ["league_game_statistic"]=>
                        string(32) "\Map\LeagueGameStatisticTableMap"
                        ["league_game_statistic_type"]=>
                        string(36) "\Map\LeagueGameStatisticTypeTableMap"
                        ["league_game_statistic_type_map"]=>
                        string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                        ["league_import"]=>
                        string(25) "\Map\LeagueImportTableMap"
                        ["league_import_game"]=>
                        string(29) "\Map\LeagueImportGameTableMap"
                        ["league_name"]=>
                        string(23) "\Map\LeagueNameTableMap"
                        ["league_next"]=>
                        string(23) "\Map\LeagueNextTableMap"
                        ["league_season"]=>
                        object(Map\LeagueSeasonTableMap)#83 (17) {
                          ["columns":protected]=>
                          array(5) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["START"]=>
                            object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "start"
                              ["phpName":protected]=>
                              string(5) "Start"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["END"]=>
                            object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "end"
                              ["phpName":protected]=>
                              string(3) "End"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["POINTS"]=>
                            object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "points"
                              ["phpName":protected]=>
                              string(6) "Points"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["IDOLD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "idold"
                              ["phpName":protected]=>
                              string(5) "Idold"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(5) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Start"]=>
                            object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "start"
                              ["phpName":protected]=>
                              string(5) "Start"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["End"]=>
                            object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "end"
                              ["phpName":protected]=>
                              string(3) "End"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Points"]=>
                            object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "points"
                              ["phpName":protected]=>
                              string(6) "Points"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Idold"]=>
                            object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "idold"
                              ["phpName":protected]=>
                              string(5) "Idold"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(35) {
                            ["Id"]=>
                            string(2) "ID"
                            ["LeagueSeason.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["leagueSeason.id"]=>
                            string(2) "ID"
                            ["LeagueSeasonTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["league_season.id"]=>
                            string(2) "ID"
                            ["Start"]=>
                            string(5) "START"
                            ["LeagueSeason.Start"]=>
                            string(5) "START"
                            ["start"]=>
                            string(5) "START"
                            ["leagueSeason.start"]=>
                            string(5) "START"
                            ["LeagueSeasonTableMap::COL_START"]=>
                            string(5) "START"
                            ["COL_START"]=>
                            string(5) "START"
                            ["league_season.start"]=>
                            string(5) "START"
                            ["End"]=>
                            string(3) "END"
                            ["LeagueSeason.End"]=>
                            string(3) "END"
                            ["end"]=>
                            string(3) "END"
                            ["leagueSeason.end"]=>
                            string(3) "END"
                            ["LeagueSeasonTableMap::COL_END"]=>
                            string(3) "END"
                            ["COL_END"]=>
                            string(3) "END"
                            ["league_season.end"]=>
                            string(3) "END"
                            ["Points"]=>
                            string(6) "POINTS"
                            ["LeagueSeason.Points"]=>
                            string(6) "POINTS"
                            ["points"]=>
                            string(6) "POINTS"
                            ["leagueSeason.points"]=>
                            string(6) "POINTS"
                            ["LeagueSeasonTableMap::COL_POINTS"]=>
                            string(6) "POINTS"
                            ["COL_POINTS"]=>
                            string(6) "POINTS"
                            ["league_season.points"]=>
                            string(6) "POINTS"
                            ["Idold"]=>
                            string(5) "IDOLD"
                            ["LeagueSeason.Idold"]=>
                            string(5) "IDOLD"
                            ["idold"]=>
                            string(5) "IDOLD"
                            ["leagueSeason.idold"]=>
                            string(5) "IDOLD"
                            ["LeagueSeasonTableMap::COL_IDOLD"]=>
                            string(5) "IDOLD"
                            ["COL_IDOLD"]=>
                            string(5) "IDOLD"
                            ["league_season.idold"]=>
                            string(5) "IDOLD"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(13) "league_season"
                          ["phpName":protected]=>
                          string(12) "LeagueSeason"
                          ["classname":protected]=>
                          string(13) "\LeagueSeason"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(0) {
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["league_season_name"]=>
                        object(Map\LeagueSeasonNameTableMap)#67 (17) {
                          ["columns":protected]=>
                          array(12) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEAGUE_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "league"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "league_id"
                              ["phpName":protected]=>
                              string(8) "LeagueId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEAGUE_NAME_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_name"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_name_id"
                              ["phpName":protected]=>
                              string(12) "LeagueNameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEAGUE_SEASON_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(13) "league_season"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "league_season_id"
                              ["phpName":protected]=>
                              string(14) "LeagueSeasonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HAVE_STANDING"]=>
                            object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "have_standing"
                              ["phpName":protected]=>
                              string(12) "HaveStanding"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ORD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(5)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NR_GAMES"]=>
                            object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "nr_games"
                              ["phpName":protected]=>
                              string(7) "NrGames"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NR_STAGES"]=>
                            object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "nr_stages"
                              ["phpName":protected]=>
                              string(8) "NrStages"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HAVE_GAME_DETAIL"]=>
                            object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "have_game_detail"
                              ["phpName":protected]=>
                              string(14) "HaveGameDetail"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HAVE_ASSISTANT_REFEREE"]=>
                            object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(22) "have_assistant_referee"
                              ["phpName":protected]=>
                              string(20) "HaveAssistantReferee"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(12) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LeagueId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "league"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "league_id"
                              ["phpName":protected]=>
                              string(8) "LeagueId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LeagueNameId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_name"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_name_id"
                              ["phpName":protected]=>
                              string(12) "LeagueNameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LeagueSeasonId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(13) "league_season"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "league_season_id"
                              ["phpName":protected]=>
                              string(14) "LeagueSeasonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HaveStanding"]=>
                            object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "have_standing"
                              ["phpName":protected]=>
                              string(12) "HaveStanding"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Ord"]=>
                            object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(5)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NrGames"]=>
                            object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "nr_games"
                              ["phpName":protected]=>
                              string(7) "NrGames"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NrStages"]=>
                            object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "nr_stages"
                              ["phpName":protected]=>
                              string(8) "NrStages"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HaveGameDetail"]=>
                            object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "have_game_detail"
                              ["phpName":protected]=>
                              string(14) "HaveGameDetail"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HaveAssistantReferee"]=>
                            object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(22) "have_assistant_referee"
                              ["phpName":protected]=>
                              string(20) "HaveAssistantReferee"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(92) {
                            ["Id"]=>
                            string(2) "ID"
                            ["LeagueSeasonName.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["leagueSeasonName.id"]=>
                            string(2) "ID"
                            ["LeagueSeasonNameTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["league_season_name.id"]=>
                            string(2) "ID"
                            ["LeagueId"]=>
                            string(9) "LEAGUE_ID"
                            ["LeagueSeasonName.LeagueId"]=>
                            string(9) "LEAGUE_ID"
                            ["leagueId"]=>
                            string(9) "LEAGUE_ID"
                            ["leagueSeasonName.leagueId"]=>
                            string(9) "LEAGUE_ID"
                            ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                            string(9) "LEAGUE_ID"
                            ["COL_LEAGUE_ID"]=>
                            string(9) "LEAGUE_ID"
                            ["league_id"]=>
                            string(9) "LEAGUE_ID"
                            ["league_season_name.league_id"]=>
                            string(9) "LEAGUE_ID"
                            ["LeagueNameId"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["LeagueSeasonName.LeagueNameId"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["leagueNameId"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["leagueSeasonName.leagueNameId"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["COL_LEAGUE_NAME_ID"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["league_name_id"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["league_season_name.league_name_id"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["LeagueSeasonId"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["LeagueSeasonName.LeagueSeasonId"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["leagueSeasonId"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["leagueSeasonName.leagueSeasonId"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["COL_LEAGUE_SEASON_ID"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["league_season_id"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["league_season_name.league_season_id"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["LeagueSeasonName.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["leagueSeasonName.slug"]=>
                            string(4) "SLUG"
                            ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                            ["league_season_name.slug"]=>
                            string(4) "SLUG"
                            ["Name"]=>
                            string(4) "NAME"
                            ["LeagueSeasonName.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["leagueSeasonName.name"]=>
                            string(4) "NAME"
                            ["LeagueSeasonNameTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["league_season_name.name"]=>
                            string(4) "NAME"
                            ["HaveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["LeagueSeasonName.HaveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["haveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["leagueSeasonName.haveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                            string(13) "HAVE_STANDING"
                            ["COL_HAVE_STANDING"]=>
                            string(13) "HAVE_STANDING"
                            ["have_standing"]=>
                            string(13) "HAVE_STANDING"
                            ["league_season_name.have_standing"]=>
                            string(13) "HAVE_STANDING"
                            ["Ord"]=>
                            string(3) "ORD"
                            ["LeagueSeasonName.Ord"]=>
                            string(3) "ORD"
                            ["ord"]=>
                            string(3) "ORD"
                            ["leagueSeasonName.ord"]=>
                            string(3) "ORD"
                            ["LeagueSeasonNameTableMap::COL_ORD"]=>
                            string(3) "ORD"
                            ["COL_ORD"]=>
                            string(3) "ORD"
                            ["league_season_name.ord"]=>
                            string(3) "ORD"
                            ["NrGames"]=>
                            string(8) "NR_GAMES"
                            ["LeagueSeasonName.NrGames"]=>
                            string(8) "NR_GAMES"
                            ["nrGames"]=>
                            string(8) "NR_GAMES"
                            ["leagueSeasonName.nrGames"]=>
                            string(8) "NR_GAMES"
                            ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                            string(8) "NR_GAMES"
                            ["COL_NR_GAMES"]=>
                            string(8) "NR_GAMES"
                            ["nr_games"]=>
                            string(8) "NR_GAMES"
                            ["league_season_name.nr_games"]=>
                            string(8) "NR_GAMES"
                            ["NrStages"]=>
                            string(9) "NR_STAGES"
                            ["LeagueSeasonName.NrStages"]=>
                            string(9) "NR_STAGES"
                            ["nrStages"]=>
                            string(9) "NR_STAGES"
                            ["leagueSeasonName.nrStages"]=>
                            string(9) "NR_STAGES"
                            ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                            string(9) "NR_STAGES"
                            ["COL_NR_STAGES"]=>
                            string(9) "NR_STAGES"
                            ["nr_stages"]=>
                            string(9) "NR_STAGES"
                            ["league_season_name.nr_stages"]=>
                            string(9) "NR_STAGES"
                            ["HaveGameDetail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["LeagueSeasonName.HaveGameDetail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["haveGameDetail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["leagueSeasonName.haveGameDetail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["COL_HAVE_GAME_DETAIL"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["have_game_detail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["league_season_name.have_game_detail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["HaveAssistantReferee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["LeagueSeasonName.HaveAssistantReferee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["haveAssistantReferee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["leagueSeasonName.haveAssistantReferee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["COL_HAVE_ASSISTANT_REFEREE"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["have_assistant_referee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["league_season_name.have_assistant_referee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(18) "league_season_name"
                          ["phpName":protected]=>
                          string(16) "LeagueSeasonName"
                          ["classname":protected]=>
                          string(17) "\LeagueSeasonName"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(3) {
                            ["league_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "league"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "league_id"
                              ["phpName":protected]=>
                              string(8) "LeagueId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["league_name_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_name"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_name_id"
                              ["phpName":protected]=>
                              string(12) "LeagueNameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["league_season_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(13) "league_season"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "league_season_id"
                              ["phpName":protected]=>
                              string(14) "LeagueSeasonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["national_game"]=>
                        string(25) "\Map\NationalGameTableMap"
                        ["national_game_card"]=>
                        string(29) "\Map\NationalGameCardTableMap"
                        ["national_game_coach"]=>
                        string(30) "\Map\NationalGameCoachTableMap"
                        ["national_game_goal"]=>
                        string(29) "\Map\NationalGameGoalTableMap"
                        ["national_game_player"]=>
                        string(31) "\Map\NationalGamePlayerTableMap"
                        ["national_game_referee"]=>
                        string(32) "\Map\NationalGameRefereeTableMap"
                        ["national_game_type"]=>
                        string(29) "\Map\NationalGameTypeTableMap"
                        ["national_tournament"]=>
                        string(31) "\Map\NationalTournamentTableMap"
                        ["national_tournament_name"]=>
                        string(35) "\Map\NationalTournamentNameTableMap"
                        ["object_resource_link"]=>
                        string(31) "\Map\ObjectResourceLinkTableMap"
                        ["object_resource_private"]=>
                        string(34) "\Map\ObjectResourcePrivateTableMap"
                        ["object_resource_private_content"]=>
                        string(41) "\Map\ObjectResourcePrivateContentTableMap"
                        ["object_resource_private_metadata"]=>
                        string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                        ["object_resource_private_name"]=>
                        string(38) "\Map\ObjectResourcePrivateNameTableMap"
                        ["person"]=>
                        string(19) "\Map\PersonTableMap"
                        ["person_map"]=>
                        string(22) "\Map\PersonMapTableMap"
                        ["player_type"]=>
                        string(23) "\Map\PlayerTypeTableMap"
                        ["stage"]=>
                        object(Map\StageTableMap)#84 (17) {
                          ["columns":protected]=>
                          array(8) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SHORT_NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "short_name"
                              ["phpName":protected]=>
                              string(9) "ShortName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PREFIX"]=>
                            object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "prefix"
                              ["phpName":protected]=>
                              string(6) "Prefix"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SUFFIX"]=>
                            object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "suffix"
                              ["phpName":protected]=>
                              string(6) "Suffix"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MAP_NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "map_name"
                              ["phpName":protected]=>
                              string(7) "MapName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ORD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(8) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ShortName"]=>
                            object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "short_name"
                              ["phpName":protected]=>
                              string(9) "ShortName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Prefix"]=>
                            object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "prefix"
                              ["phpName":protected]=>
                              string(6) "Prefix"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Suffix"]=>
                            object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "suffix"
                              ["phpName":protected]=>
                              string(6) "Suffix"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MapName"]=>
                            object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "map_name"
                              ["phpName":protected]=>
                              string(7) "MapName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Ord"]=>
                            object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(52) {
                            ["Id"]=>
                            string(2) "ID"
                            ["Stage.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["stage.id"]=>
                            string(2) "ID"
                            ["StageTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["Name"]=>
                            string(4) "NAME"
                            ["Stage.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["stage.name"]=>
                            string(4) "NAME"
                            ["StageTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["ShortName"]=>
                            string(10) "SHORT_NAME"
                            ["Stage.ShortName"]=>
                            string(10) "SHORT_NAME"
                            ["shortName"]=>
                            string(10) "SHORT_NAME"
                            ["stage.shortName"]=>
                            string(10) "SHORT_NAME"
                            ["StageTableMap::COL_SHORT_NAME"]=>
                            string(10) "SHORT_NAME"
                            ["COL_SHORT_NAME"]=>
                            string(10) "SHORT_NAME"
                            ["short_name"]=>
                            string(10) "SHORT_NAME"
                            ["stage.short_name"]=>
                            string(10) "SHORT_NAME"
                            ["Prefix"]=>
                            string(6) "PREFIX"
                            ["Stage.Prefix"]=>
                            string(6) "PREFIX"
                            ["prefix"]=>
                            string(6) "PREFIX"
                            ["stage.prefix"]=>
                            string(6) "PREFIX"
                            ["StageTableMap::COL_PREFIX"]=>
                            string(6) "PREFIX"
                            ["COL_PREFIX"]=>
                            string(6) "PREFIX"
                            ["Suffix"]=>
                            string(6) "SUFFIX"
                            ["Stage.Suffix"]=>
                            string(6) "SUFFIX"
                            ["suffix"]=>
                            string(6) "SUFFIX"
                            ["stage.suffix"]=>
                            string(6) "SUFFIX"
                            ["StageTableMap::COL_SUFFIX"]=>
                            string(6) "SUFFIX"
                            ["COL_SUFFIX"]=>
                            string(6) "SUFFIX"
                            ["MapName"]=>
                            string(8) "MAP_NAME"
                            ["Stage.MapName"]=>
                            string(8) "MAP_NAME"
                            ["mapName"]=>
                            string(8) "MAP_NAME"
                            ["stage.mapName"]=>
                            string(8) "MAP_NAME"
                            ["StageTableMap::COL_MAP_NAME"]=>
                            string(8) "MAP_NAME"
                            ["COL_MAP_NAME"]=>
                            string(8) "MAP_NAME"
                            ["map_name"]=>
                            string(8) "MAP_NAME"
                            ["stage.map_name"]=>
                            string(8) "MAP_NAME"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["Stage.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["stage.slug"]=>
                            string(4) "SLUG"
                            ["StageTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                            ["Ord"]=>
                            string(3) "ORD"
                            ["Stage.Ord"]=>
                            string(3) "ORD"
                            ["ord"]=>
                            string(3) "ORD"
                            ["stage.ord"]=>
                            string(3) "ORD"
                            ["StageTableMap::COL_ORD"]=>
                            string(3) "ORD"
                            ["COL_ORD"]=>
                            string(3) "ORD"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(5) "stage"
                          ["phpName":protected]=>
                          string(5) "Stage"
                          ["classname":protected]=>
                          string(6) "\Stage"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(0) {
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                      }
                      ["tablesByPhpName":protected]=>
                      array(50) {
                        ["\AccessLog"]=>
                        string(22) "\Map\AccessLogTableMap"
                        ["\Account"]=>
                        string(20) "\Map\AccountTableMap"
                        ["\Article"]=>
                        string(20) "\Map\ArticleTableMap"
                        ["\ArticleCategory"]=>
                        string(28) "\Map\ArticleCategoryTableMap"
                        ["\Bookmaker"]=>
                        string(22) "\Map\BookmakerTableMap"
                        ["\Club"]=>
                        object(Map\ClubTableMap)#98 (17) {
                          ["columns":protected]=>
                          array(16) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(7) "home_id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["COUNTRY_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SHORTNAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "shortname"
                              ["phpName":protected]=>
                              string(9) "Shortname"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["OFFICIAL"]=>
                            object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "official"
                              ["phpName":protected]=>
                              string(8) "Official"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["IDOLD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "idold"
                              ["phpName":protected]=>
                              string(5) "Idold"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["YEAR_FOUNDED"]=>
                            object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(12) "year_founded"
                              ["phpName":protected]=>
                              string(11) "YearFounded"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DATE_FOUNDED"]=>
                            object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                              ["type":protected]=>
                              string(4) "DATE"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(12) "date_founded"
                              ["phpName":protected]=>
                              string(11) "DateFounded"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["YEAR_DISSOLVED"]=>
                            object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "year_dissolved"
                              ["phpName":protected]=>
                              string(13) "YearDissolved"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DATE_DISSOLVED"]=>
                            object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                              ["type":protected]=>
                              string(4) "DATE"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "date_dissolved"
                              ["phpName":protected]=>
                              string(13) "DateDissolved"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["KNOWN_AS"]=>
                            object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "known_as"
                              ["phpName":protected]=>
                              string(7) "KnownAs"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["CLUB_NAME_HISTORY"]=>
                            object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(17) "club_name_history"
                              ["phpName":protected]=>
                              string(15) "ClubNameHistory"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DESCRIPTION"]=>
                            object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(11) "description"
                              ["phpName":protected]=>
                              string(11) "Description"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PRIVATE_NOTICE"]=>
                            object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "private_notice"
                              ["phpName":protected]=>
                              string(13) "PrivateNotice"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["IDMOVEDTO"]=>
                            object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "idmovedto"
                              ["phpName":protected]=>
                              string(9) "Idmovedto"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(16) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(7) "home_id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["CountryId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Shortname"]=>
                            object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "shortname"
                              ["phpName":protected]=>
                              string(9) "Shortname"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Official"]=>
                            object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "official"
                              ["phpName":protected]=>
                              string(8) "Official"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Idold"]=>
                            object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "idold"
                              ["phpName":protected]=>
                              string(5) "Idold"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["YearFounded"]=>
                            object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(12) "year_founded"
                              ["phpName":protected]=>
                              string(11) "YearFounded"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DateFounded"]=>
                            object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                              ["type":protected]=>
                              string(4) "DATE"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(12) "date_founded"
                              ["phpName":protected]=>
                              string(11) "DateFounded"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["YearDissolved"]=>
                            object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "year_dissolved"
                              ["phpName":protected]=>
                              string(13) "YearDissolved"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["DateDissolved"]=>
                            object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                              ["type":protected]=>
                              string(4) "DATE"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "date_dissolved"
                              ["phpName":protected]=>
                              string(13) "DateDissolved"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["KnownAs"]=>
                            object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "known_as"
                              ["phpName":protected]=>
                              string(7) "KnownAs"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ClubNameHistory"]=>
                            object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(17) "club_name_history"
                              ["phpName":protected]=>
                              string(15) "ClubNameHistory"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Description"]=>
                            object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(11) "description"
                              ["phpName":protected]=>
                              string(11) "Description"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PrivateNotice"]=>
                            object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "private_notice"
                              ["phpName":protected]=>
                              string(13) "PrivateNotice"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Idmovedto"]=>
                            object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "idmovedto"
                              ["phpName":protected]=>
                              string(9) "Idmovedto"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(112) {
                            ["Id"]=>
                            string(2) "ID"
                            ["Club.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["club.id"]=>
                            string(2) "ID"
                            ["ClubTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["CountryId"]=>
                            string(10) "COUNTRY_ID"
                            ["Club.CountryId"]=>
                            string(10) "COUNTRY_ID"
                            ["countryId"]=>
                            string(10) "COUNTRY_ID"
                            ["club.countryId"]=>
                            string(10) "COUNTRY_ID"
                            ["ClubTableMap::COL_COUNTRY_ID"]=>
                            string(10) "COUNTRY_ID"
                            ["COL_COUNTRY_ID"]=>
                            string(10) "COUNTRY_ID"
                            ["country_id"]=>
                            string(10) "COUNTRY_ID"
                            ["club.country_id"]=>
                            string(10) "COUNTRY_ID"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["Club.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["club.slug"]=>
                            string(4) "SLUG"
                            ["ClubTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                            ["Name"]=>
                            string(4) "NAME"
                            ["Club.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["club.name"]=>
                            string(4) "NAME"
                            ["ClubTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["Shortname"]=>
                            string(9) "SHORTNAME"
                            ["Club.Shortname"]=>
                            string(9) "SHORTNAME"
                            ["shortname"]=>
                            string(9) "SHORTNAME"
                            ["club.shortname"]=>
                            string(9) "SHORTNAME"
                            ["ClubTableMap::COL_SHORTNAME"]=>
                            string(9) "SHORTNAME"
                            ["COL_SHORTNAME"]=>
                            string(9) "SHORTNAME"
                            ["Official"]=>
                            string(8) "OFFICIAL"
                            ["Club.Official"]=>
                            string(8) "OFFICIAL"
                            ["official"]=>
                            string(8) "OFFICIAL"
                            ["club.official"]=>
                            string(8) "OFFICIAL"
                            ["ClubTableMap::COL_OFFICIAL"]=>
                            string(8) "OFFICIAL"
                            ["COL_OFFICIAL"]=>
                            string(8) "OFFICIAL"
                            ["Idold"]=>
                            string(5) "IDOLD"
                            ["Club.Idold"]=>
                            string(5) "IDOLD"
                            ["idold"]=>
                            string(5) "IDOLD"
                            ["club.idold"]=>
                            string(5) "IDOLD"
                            ["ClubTableMap::COL_IDOLD"]=>
                            string(5) "IDOLD"
                            ["COL_IDOLD"]=>
                            string(5) "IDOLD"
                            ["YearFounded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["Club.YearFounded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["yearFounded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["club.yearFounded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                            string(12) "YEAR_FOUNDED"
                            ["COL_YEAR_FOUNDED"]=>
                            string(12) "YEAR_FOUNDED"
                            ["year_founded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["club.year_founded"]=>
                            string(12) "YEAR_FOUNDED"
                            ["DateFounded"]=>
                            string(12) "DATE_FOUNDED"
                            ["Club.DateFounded"]=>
                            string(12) "DATE_FOUNDED"
                            ["dateFounded"]=>
                            string(12) "DATE_FOUNDED"
                            ["club.dateFounded"]=>
                            string(12) "DATE_FOUNDED"
                            ["ClubTableMap::COL_DATE_FOUNDED"]=>
                            string(12) "DATE_FOUNDED"
                            ["COL_DATE_FOUNDED"]=>
                            string(12) "DATE_FOUNDED"
                            ["date_founded"]=>
                            string(12) "DATE_FOUNDED"
                            ["club.date_founded"]=>
                            string(12) "DATE_FOUNDED"
                            ["YearDissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["Club.YearDissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["yearDissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["club.yearDissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["COL_YEAR_DISSOLVED"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["year_dissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["club.year_dissolved"]=>
                            string(14) "YEAR_DISSOLVED"
                            ["DateDissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["Club.DateDissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["dateDissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["club.dateDissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                            string(14) "DATE_DISSOLVED"
                            ["COL_DATE_DISSOLVED"]=>
                            string(14) "DATE_DISSOLVED"
                            ["date_dissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["club.date_dissolved"]=>
                            string(14) "DATE_DISSOLVED"
                            ["KnownAs"]=>
                            string(8) "KNOWN_AS"
                            ["Club.KnownAs"]=>
                            string(8) "KNOWN_AS"
                            ["knownAs"]=>
                            string(8) "KNOWN_AS"
                            ["club.knownAs"]=>
                            string(8) "KNOWN_AS"
                            ["ClubTableMap::COL_KNOWN_AS"]=>
                            string(8) "KNOWN_AS"
                            ["COL_KNOWN_AS"]=>
                            string(8) "KNOWN_AS"
                            ["known_as"]=>
                            string(8) "KNOWN_AS"
                            ["club.known_as"]=>
                            string(8) "KNOWN_AS"
                            ["ClubNameHistory"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["Club.ClubNameHistory"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["clubNameHistory"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["club.clubNameHistory"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["COL_CLUB_NAME_HISTORY"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["club_name_history"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["club.club_name_history"]=>
                            string(17) "CLUB_NAME_HISTORY"
                            ["Description"]=>
                            string(11) "DESCRIPTION"
                            ["Club.Description"]=>
                            string(11) "DESCRIPTION"
                            ["description"]=>
                            string(11) "DESCRIPTION"
                            ["club.description"]=>
                            string(11) "DESCRIPTION"
                            ["ClubTableMap::COL_DESCRIPTION"]=>
                            string(11) "DESCRIPTION"
                            ["COL_DESCRIPTION"]=>
                            string(11) "DESCRIPTION"
                            ["PrivateNotice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["Club.PrivateNotice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["privateNotice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["club.privateNotice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["COL_PRIVATE_NOTICE"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["private_notice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["club.private_notice"]=>
                            string(14) "PRIVATE_NOTICE"
                            ["Idmovedto"]=>
                            string(9) "IDMOVEDTO"
                            ["Club.Idmovedto"]=>
                            string(9) "IDMOVEDTO"
                            ["idmovedto"]=>
                            string(9) "IDMOVEDTO"
                            ["club.idmovedto"]=>
                            string(9) "IDMOVEDTO"
                            ["ClubTableMap::COL_IDMOVEDTO"]=>
                            string(9) "IDMOVEDTO"
                            ["COL_IDMOVEDTO"]=>
                            string(9) "IDMOVEDTO"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(4) "club"
                          ["phpName":protected]=>
                          string(4) "Club"
                          ["classname":protected]=>
                          string(5) "\Club"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(7) "home_id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(2) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(7) "home_id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["country_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["\ClubMap"]=>
                        string(20) "\Map\ClubMapTableMap"
                        ["\Country"]=>
                        object(Map\CountryTableMap)#62 (17) {
                          ["columns":protected]=>
                          array(3) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(3) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(18) {
                            ["Id"]=>
                            string(2) "ID"
                            ["Country.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["country.id"]=>
                            string(2) "ID"
                            ["CountryTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["Name"]=>
                            string(4) "NAME"
                            ["Country.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["country.name"]=>
                            string(4) "NAME"
                            ["CountryTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["Country.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["country.slug"]=>
                            string(4) "SLUG"
                            ["CountryTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(7) "country"
                          ["phpName":protected]=>
                          string(7) "Country"
                          ["classname":protected]=>
                          string(8) "\Country"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(0) {
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["\Customer"]=>
                        string(21) "\Map\CustomerTableMap"
                        ["\CustomerPackage"]=>
                        string(28) "\Map\CustomerPackageTableMap"
                        ["\CustomerPackageType"]=>
                        string(32) "\Map\CustomerPackageTypeTableMap"
                        ["\EventOdd"]=>
                        string(21) "\Map\EventOddTableMap"
                        ["\EventOddMove"]=>
                        string(25) "\Map\EventOddMoveTableMap"
                        ["\ImportSource"]=>
                        string(25) "\Map\ImportSourceTableMap"
                        ["\League"]=>
                        object(Map\LeagueTableMap)#45 (17) {
                          ["columns":protected]=>
                          array(10) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["COUNTRY_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SHORT_NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "short_name"
                              ["phpName":protected]=>
                              string(9) "ShortName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HAVE_STANDING"]=>
                            object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "have_standing"
                              ["phpName":protected]=>
                              string(12) "HaveStanding"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["FRONT_PAGE"]=>
                            object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "front_page"
                              ["phpName":protected]=>
                              string(9) "FrontPage"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ORD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(5)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEVEL"]=>
                            object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(10)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "level"
                              ["phpName":protected]=>
                              string(5) "Level"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PREVIEW"]=>
                            object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "preview"
                              ["phpName":protected]=>
                              string(7) "Preview"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(10) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["CountryId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ShortName"]=>
                            object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "short_name"
                              ["phpName":protected]=>
                              string(9) "ShortName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HaveStanding"]=>
                            object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "have_standing"
                              ["phpName":protected]=>
                              string(12) "HaveStanding"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["FrontPage"]=>
                            object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "front_page"
                              ["phpName":protected]=>
                              string(9) "FrontPage"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Ord"]=>
                            object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(5)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Level"]=>
                            object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(10)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "level"
                              ["phpName":protected]=>
                              string(5) "Level"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Preview"]=>
                            object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "preview"
                              ["phpName":protected]=>
                              string(7) "Preview"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(68) {
                            ["Id"]=>
                            string(2) "ID"
                            ["League.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["league.id"]=>
                            string(2) "ID"
                            ["LeagueTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["CountryId"]=>
                            string(10) "COUNTRY_ID"
                            ["League.CountryId"]=>
                            string(10) "COUNTRY_ID"
                            ["countryId"]=>
                            string(10) "COUNTRY_ID"
                            ["league.countryId"]=>
                            string(10) "COUNTRY_ID"
                            ["LeagueTableMap::COL_COUNTRY_ID"]=>
                            string(10) "COUNTRY_ID"
                            ["COL_COUNTRY_ID"]=>
                            string(10) "COUNTRY_ID"
                            ["country_id"]=>
                            string(10) "COUNTRY_ID"
                            ["league.country_id"]=>
                            string(10) "COUNTRY_ID"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["League.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["league.slug"]=>
                            string(4) "SLUG"
                            ["LeagueTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                            ["Name"]=>
                            string(4) "NAME"
                            ["League.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["league.name"]=>
                            string(4) "NAME"
                            ["LeagueTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["ShortName"]=>
                            string(10) "SHORT_NAME"
                            ["League.ShortName"]=>
                            string(10) "SHORT_NAME"
                            ["shortName"]=>
                            string(10) "SHORT_NAME"
                            ["league.shortName"]=>
                            string(10) "SHORT_NAME"
                            ["LeagueTableMap::COL_SHORT_NAME"]=>
                            string(10) "SHORT_NAME"
                            ["COL_SHORT_NAME"]=>
                            string(10) "SHORT_NAME"
                            ["short_name"]=>
                            string(10) "SHORT_NAME"
                            ["league.short_name"]=>
                            string(10) "SHORT_NAME"
                            ["HaveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["League.HaveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["haveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["league.haveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["LeagueTableMap::COL_HAVE_STANDING"]=>
                            string(13) "HAVE_STANDING"
                            ["COL_HAVE_STANDING"]=>
                            string(13) "HAVE_STANDING"
                            ["have_standing"]=>
                            string(13) "HAVE_STANDING"
                            ["league.have_standing"]=>
                            string(13) "HAVE_STANDING"
                            ["FrontPage"]=>
                            string(10) "FRONT_PAGE"
                            ["League.FrontPage"]=>
                            string(10) "FRONT_PAGE"
                            ["frontPage"]=>
                            string(10) "FRONT_PAGE"
                            ["league.frontPage"]=>
                            string(10) "FRONT_PAGE"
                            ["LeagueTableMap::COL_FRONT_PAGE"]=>
                            string(10) "FRONT_PAGE"
                            ["COL_FRONT_PAGE"]=>
                            string(10) "FRONT_PAGE"
                            ["front_page"]=>
                            string(10) "FRONT_PAGE"
                            ["league.front_page"]=>
                            string(10) "FRONT_PAGE"
                            ["Ord"]=>
                            string(3) "ORD"
                            ["League.Ord"]=>
                            string(3) "ORD"
                            ["ord"]=>
                            string(3) "ORD"
                            ["league.ord"]=>
                            string(3) "ORD"
                            ["LeagueTableMap::COL_ORD"]=>
                            string(3) "ORD"
                            ["COL_ORD"]=>
                            string(3) "ORD"
                            ["Level"]=>
                            string(5) "LEVEL"
                            ["League.Level"]=>
                            string(5) "LEVEL"
                            ["level"]=>
                            string(5) "LEVEL"
                            ["league.level"]=>
                            string(5) "LEVEL"
                            ["LeagueTableMap::COL_LEVEL"]=>
                            string(5) "LEVEL"
                            ["COL_LEVEL"]=>
                            string(5) "LEVEL"
                            ["Preview"]=>
                            string(7) "PREVIEW"
                            ["League.Preview"]=>
                            string(7) "PREVIEW"
                            ["preview"]=>
                            string(7) "PREVIEW"
                            ["league.preview"]=>
                            string(7) "PREVIEW"
                            ["LeagueTableMap::COL_PREVIEW"]=>
                            string(7) "PREVIEW"
                            ["COL_PREVIEW"]=>
                            string(7) "PREVIEW"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(6) "league"
                          ["phpName":protected]=>
                          string(6) "League"
                          ["classname":protected]=>
                          string(7) "\League"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(1) {
                            ["country_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(7) "country"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "country_id"
                              ["phpName":protected]=>
                              string(9) "CountryId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["\LeagueClub"]=>
                        string(23) "\Map\LeagueClubTableMap"
                        ["\LeagueGame"]=>
                        *RECURSION*
                        ["\LeagueGameCard"]=>
                        string(27) "\Map\LeagueGameCardTableMap"
                        ["\LeagueGameCoach"]=>
                        string(28) "\Map\LeagueGameCoachTableMap"
                        ["\LeagueGameGoal"]=>
                        object(Map\LeagueGameGoalTableMap)#116 (17) {
                          ["columns":protected]=>
                          array(13) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEAGUE_GAME_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_game_id"
                              ["phpName":protected]=>
                              string(12) "LeagueGameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["CLUB_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(4) "club"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "club_id"
                              ["phpName":protected]=>
                              string(6) "ClubId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PERSON_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "person"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "person_id"
                              ["phpName":protected]=>
                              string(8) "PersonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PERSON_MAP_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(10) "person_map"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "person_map_id"
                              ["phpName":protected]=>
                              string(11) "PersonMapId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MIN"]=>
                            object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(2)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "min"
                              ["phpName":protected]=>
                              string(3) "Min"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MINPLUS"]=>
                            object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(2)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "minPlus"
                              ["phpName":protected]=>
                              string(7) "MinPlus"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PENALTY"]=>
                            object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "penalty"
                              ["phpName":protected]=>
                              string(7) "Penalty"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["OWN"]=>
                            object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "own"
                              ["phpName":protected]=>
                              string(3) "Own"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SHOOTS"]=>
                            object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "shoots"
                              ["phpName":protected]=>
                              string(13) "PenaltyShoots"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ISGOAL"]=>
                            object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "isgoal"
                              ["phpName":protected]=>
                              string(6) "IsGoal"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SCORE_MODE"]=>
                            object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(255)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "score_mode"
                              ["phpName":protected]=>
                              string(9) "ScoreMode"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ASSIST_BY"]=>
                            object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(255)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "assist_by"
                              ["phpName":protected]=>
                              string(8) "AssistBy"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(13) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LeagueGameId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_game_id"
                              ["phpName":protected]=>
                              string(12) "LeagueGameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ClubId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(4) "club"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "club_id"
                              ["phpName":protected]=>
                              string(6) "ClubId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PersonId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "person"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "person_id"
                              ["phpName":protected]=>
                              string(8) "PersonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PersonMapId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(10) "person_map"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "person_map_id"
                              ["phpName":protected]=>
                              string(11) "PersonMapId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Min"]=>
                            object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(2)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "min"
                              ["phpName":protected]=>
                              string(3) "Min"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MinPlus"]=>
                            object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(2)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "minPlus"
                              ["phpName":protected]=>
                              string(7) "MinPlus"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Penalty"]=>
                            object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "penalty"
                              ["phpName":protected]=>
                              string(7) "Penalty"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Own"]=>
                            object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "own"
                              ["phpName":protected]=>
                              string(3) "Own"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PenaltyShoots"]=>
                            object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "shoots"
                              ["phpName":protected]=>
                              string(13) "PenaltyShoots"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["IsGoal"]=>
                            object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "isgoal"
                              ["phpName":protected]=>
                              string(6) "IsGoal"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ScoreMode"]=>
                            object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(255)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "score_mode"
                              ["phpName":protected]=>
                              string(9) "ScoreMode"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["AssistBy"]=>
                            object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(255)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "assist_by"
                              ["phpName":protected]=>
                              string(8) "AssistBy"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(99) {
                            ["Id"]=>
                            string(2) "ID"
                            ["LeagueGameGoal.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["leagueGameGoal.id"]=>
                            string(2) "ID"
                            ["LeagueGameGoalTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["league_game_goal.id"]=>
                            string(2) "ID"
                            ["LeagueGameId"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["LeagueGameGoal.LeagueGameId"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["leagueGameId"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["leagueGameGoal.leagueGameId"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["COL_LEAGUE_GAME_ID"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["league_game_id"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["league_game_goal.league_game_id"]=>
                            string(14) "LEAGUE_GAME_ID"
                            ["ClubId"]=>
                            string(7) "CLUB_ID"
                            ["LeagueGameGoal.ClubId"]=>
                            string(7) "CLUB_ID"
                            ["clubId"]=>
                            string(7) "CLUB_ID"
                            ["leagueGameGoal.clubId"]=>
                            string(7) "CLUB_ID"
                            ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                            string(7) "CLUB_ID"
                            ["COL_CLUB_ID"]=>
                            string(7) "CLUB_ID"
                            ["club_id"]=>
                            string(7) "CLUB_ID"
                            ["league_game_goal.club_id"]=>
                            string(7) "CLUB_ID"
                            ["PersonId"]=>
                            string(9) "PERSON_ID"
                            ["LeagueGameGoal.PersonId"]=>
                            string(9) "PERSON_ID"
                            ["personId"]=>
                            string(9) "PERSON_ID"
                            ["leagueGameGoal.personId"]=>
                            string(9) "PERSON_ID"
                            ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                            string(9) "PERSON_ID"
                            ["COL_PERSON_ID"]=>
                            string(9) "PERSON_ID"
                            ["person_id"]=>
                            string(9) "PERSON_ID"
                            ["league_game_goal.person_id"]=>
                            string(9) "PERSON_ID"
                            ["PersonMapId"]=>
                            string(13) "PERSON_MAP_ID"
                            ["LeagueGameGoal.PersonMapId"]=>
                            string(13) "PERSON_MAP_ID"
                            ["personMapId"]=>
                            string(13) "PERSON_MAP_ID"
                            ["leagueGameGoal.personMapId"]=>
                            string(13) "PERSON_MAP_ID"
                            ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                            string(13) "PERSON_MAP_ID"
                            ["COL_PERSON_MAP_ID"]=>
                            string(13) "PERSON_MAP_ID"
                            ["person_map_id"]=>
                            string(13) "PERSON_MAP_ID"
                            ["league_game_goal.person_map_id"]=>
                            string(13) "PERSON_MAP_ID"
                            ["Min"]=>
                            string(3) "MIN"
                            ["LeagueGameGoal.Min"]=>
                            string(3) "MIN"
                            ["min"]=>
                            string(3) "MIN"
                            ["leagueGameGoal.min"]=>
                            string(3) "MIN"
                            ["LeagueGameGoalTableMap::COL_MIN"]=>
                            string(3) "MIN"
                            ["COL_MIN"]=>
                            string(3) "MIN"
                            ["league_game_goal.min"]=>
                            string(3) "MIN"
                            ["MinPlus"]=>
                            string(7) "MINPLUS"
                            ["LeagueGameGoal.MinPlus"]=>
                            string(7) "MINPLUS"
                            ["minPlus"]=>
                            string(7) "MINPLUS"
                            ["leagueGameGoal.minPlus"]=>
                            string(7) "MINPLUS"
                            ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                            string(7) "MINPLUS"
                            ["COL_MINPLUS"]=>
                            string(7) "MINPLUS"
                            ["league_game_goal.minPlus"]=>
                            string(7) "MINPLUS"
                            ["Penalty"]=>
                            string(7) "PENALTY"
                            ["LeagueGameGoal.Penalty"]=>
                            string(7) "PENALTY"
                            ["penalty"]=>
                            string(7) "PENALTY"
                            ["leagueGameGoal.penalty"]=>
                            string(7) "PENALTY"
                            ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                            string(7) "PENALTY"
                            ["COL_PENALTY"]=>
                            string(7) "PENALTY"
                            ["league_game_goal.penalty"]=>
                            string(7) "PENALTY"
                            ["Own"]=>
                            string(3) "OWN"
                            ["LeagueGameGoal.Own"]=>
                            string(3) "OWN"
                            ["own"]=>
                            string(3) "OWN"
                            ["leagueGameGoal.own"]=>
                            string(3) "OWN"
                            ["LeagueGameGoalTableMap::COL_OWN"]=>
                            string(3) "OWN"
                            ["COL_OWN"]=>
                            string(3) "OWN"
                            ["league_game_goal.own"]=>
                            string(3) "OWN"
                            ["PenaltyShoots"]=>
                            string(6) "SHOOTS"
                            ["LeagueGameGoal.PenaltyShoots"]=>
                            string(6) "SHOOTS"
                            ["penaltyShoots"]=>
                            string(6) "SHOOTS"
                            ["leagueGameGoal.penaltyShoots"]=>
                            string(6) "SHOOTS"
                            ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                            string(6) "SHOOTS"
                            ["COL_SHOOTS"]=>
                            string(6) "SHOOTS"
                            ["shoots"]=>
                            string(6) "SHOOTS"
                            ["league_game_goal.shoots"]=>
                            string(6) "SHOOTS"
                            ["IsGoal"]=>
                            string(6) "ISGOAL"
                            ["LeagueGameGoal.IsGoal"]=>
                            string(6) "ISGOAL"
                            ["isGoal"]=>
                            string(6) "ISGOAL"
                            ["leagueGameGoal.isGoal"]=>
                            string(6) "ISGOAL"
                            ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                            string(6) "ISGOAL"
                            ["COL_ISGOAL"]=>
                            string(6) "ISGOAL"
                            ["isgoal"]=>
                            string(6) "ISGOAL"
                            ["league_game_goal.isgoal"]=>
                            string(6) "ISGOAL"
                            ["ScoreMode"]=>
                            string(10) "SCORE_MODE"
                            ["LeagueGameGoal.ScoreMode"]=>
                            string(10) "SCORE_MODE"
                            ["scoreMode"]=>
                            string(10) "SCORE_MODE"
                            ["leagueGameGoal.scoreMode"]=>
                            string(10) "SCORE_MODE"
                            ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                            string(10) "SCORE_MODE"
                            ["COL_SCORE_MODE"]=>
                            string(10) "SCORE_MODE"
                            ["score_mode"]=>
                            string(10) "SCORE_MODE"
                            ["league_game_goal.score_mode"]=>
                            string(10) "SCORE_MODE"
                            ["AssistBy"]=>
                            string(9) "ASSIST_BY"
                            ["LeagueGameGoal.AssistBy"]=>
                            string(9) "ASSIST_BY"
                            ["assistBy"]=>
                            string(9) "ASSIST_BY"
                            ["leagueGameGoal.assistBy"]=>
                            string(9) "ASSIST_BY"
                            ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                            string(9) "ASSIST_BY"
                            ["COL_ASSIST_BY"]=>
                            string(9) "ASSIST_BY"
                            ["assist_by"]=>
                            string(9) "ASSIST_BY"
                            ["league_game_goal.assist_by"]=>
                            string(9) "ASSIST_BY"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(16) "league_game_goal"
                          ["phpName":protected]=>
                          string(14) "LeagueGameGoal"
                          ["classname":protected]=>
                          string(15) "\LeagueGameGoal"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(4) {
                            ["league_game_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_game"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_game_id"
                              ["phpName":protected]=>
                              string(12) "LeagueGameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["club_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(4) "club"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(7) "club_id"
                              ["phpName":protected]=>
                              string(6) "ClubId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["person_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "person"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "person_id"
                              ["phpName":protected]=>
                              string(8) "PersonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["person_map_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(10) "person_map"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "person_map_id"
                              ["phpName":protected]=>
                              string(11) "PersonMapId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["\LeagueGameMetadata"]=>
                        string(31) "\Map\LeagueGameMetadataTableMap"
                        ["\LeagueGamePlayer"]=>
                        string(29) "\Map\LeagueGamePlayerTableMap"
                        ["\LeagueGameReferee"]=>
                        string(30) "\Map\LeagueGameRefereeTableMap"
                        ["\LeagueGameStatistic"]=>
                        string(32) "\Map\LeagueGameStatisticTableMap"
                        ["\LeagueGameStatisticType"]=>
                        string(36) "\Map\LeagueGameStatisticTypeTableMap"
                        ["\LeagueGameStatisticTypeMap"]=>
                        string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                        ["\LeagueImport"]=>
                        string(25) "\Map\LeagueImportTableMap"
                        ["\LeagueImportGame"]=>
                        string(29) "\Map\LeagueImportGameTableMap"
                        ["\LeagueName"]=>
                        string(23) "\Map\LeagueNameTableMap"
                        ["\LeagueNext"]=>
                        string(23) "\Map\LeagueNextTableMap"
                        ["\LeagueSeason"]=>
                        object(Map\LeagueSeasonTableMap)#83 (17) {
                          ["columns":protected]=>
                          array(5) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["START"]=>
                            object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "start"
                              ["phpName":protected]=>
                              string(5) "Start"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["END"]=>
                            object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "end"
                              ["phpName":protected]=>
                              string(3) "End"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["POINTS"]=>
                            object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "points"
                              ["phpName":protected]=>
                              string(6) "Points"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["IDOLD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "idold"
                              ["phpName":protected]=>
                              string(5) "Idold"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(5) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Start"]=>
                            object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "start"
                              ["phpName":protected]=>
                              string(5) "Start"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["End"]=>
                            object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "end"
                              ["phpName":protected]=>
                              string(3) "End"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Points"]=>
                            object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "points"
                              ["phpName":protected]=>
                              string(6) "Points"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Idold"]=>
                            object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(5) "idold"
                              ["phpName":protected]=>
                              string(5) "Idold"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(35) {
                            ["Id"]=>
                            string(2) "ID"
                            ["LeagueSeason.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["leagueSeason.id"]=>
                            string(2) "ID"
                            ["LeagueSeasonTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["league_season.id"]=>
                            string(2) "ID"
                            ["Start"]=>
                            string(5) "START"
                            ["LeagueSeason.Start"]=>
                            string(5) "START"
                            ["start"]=>
                            string(5) "START"
                            ["leagueSeason.start"]=>
                            string(5) "START"
                            ["LeagueSeasonTableMap::COL_START"]=>
                            string(5) "START"
                            ["COL_START"]=>
                            string(5) "START"
                            ["league_season.start"]=>
                            string(5) "START"
                            ["End"]=>
                            string(3) "END"
                            ["LeagueSeason.End"]=>
                            string(3) "END"
                            ["end"]=>
                            string(3) "END"
                            ["leagueSeason.end"]=>
                            string(3) "END"
                            ["LeagueSeasonTableMap::COL_END"]=>
                            string(3) "END"
                            ["COL_END"]=>
                            string(3) "END"
                            ["league_season.end"]=>
                            string(3) "END"
                            ["Points"]=>
                            string(6) "POINTS"
                            ["LeagueSeason.Points"]=>
                            string(6) "POINTS"
                            ["points"]=>
                            string(6) "POINTS"
                            ["leagueSeason.points"]=>
                            string(6) "POINTS"
                            ["LeagueSeasonTableMap::COL_POINTS"]=>
                            string(6) "POINTS"
                            ["COL_POINTS"]=>
                            string(6) "POINTS"
                            ["league_season.points"]=>
                            string(6) "POINTS"
                            ["Idold"]=>
                            string(5) "IDOLD"
                            ["LeagueSeason.Idold"]=>
                            string(5) "IDOLD"
                            ["idold"]=>
                            string(5) "IDOLD"
                            ["leagueSeason.idold"]=>
                            string(5) "IDOLD"
                            ["LeagueSeasonTableMap::COL_IDOLD"]=>
                            string(5) "IDOLD"
                            ["COL_IDOLD"]=>
                            string(5) "IDOLD"
                            ["league_season.idold"]=>
                            string(5) "IDOLD"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(13) "league_season"
                          ["phpName":protected]=>
                          string(12) "LeagueSeason"
                          ["classname":protected]=>
                          string(13) "\LeagueSeason"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(0) {
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["\LeagueSeasonName"]=>
                        object(Map\LeagueSeasonNameTableMap)#67 (17) {
                          ["columns":protected]=>
                          array(12) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEAGUE_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "league"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "league_id"
                              ["phpName":protected]=>
                              string(8) "LeagueId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEAGUE_NAME_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_name"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_name_id"
                              ["phpName":protected]=>
                              string(12) "LeagueNameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LEAGUE_SEASON_ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(13) "league_season"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "league_season_id"
                              ["phpName":protected]=>
                              string(14) "LeagueSeasonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HAVE_STANDING"]=>
                            object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "have_standing"
                              ["phpName":protected]=>
                              string(12) "HaveStanding"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ORD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(5)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NR_GAMES"]=>
                            object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "nr_games"
                              ["phpName":protected]=>
                              string(7) "NrGames"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NR_STAGES"]=>
                            object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "nr_stages"
                              ["phpName":protected]=>
                              string(8) "NrStages"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HAVE_GAME_DETAIL"]=>
                            object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "have_game_detail"
                              ["phpName":protected]=>
                              string(14) "HaveGameDetail"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HAVE_ASSISTANT_REFEREE"]=>
                            object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(22) "have_assistant_referee"
                              ["phpName":protected]=>
                              string(20) "HaveAssistantReferee"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(12) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LeagueId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "league"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "league_id"
                              ["phpName":protected]=>
                              string(8) "LeagueId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LeagueNameId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_name"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_name_id"
                              ["phpName":protected]=>
                              string(12) "LeagueNameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["LeagueSeasonId"]=>
                            object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(13) "league_season"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "league_season_id"
                              ["phpName":protected]=>
                              string(14) "LeagueSeasonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HaveStanding"]=>
                            object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(13) "have_standing"
                              ["phpName":protected]=>
                              string(12) "HaveStanding"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Ord"]=>
                            object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(5)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NrGames"]=>
                            object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "nr_games"
                              ["phpName":protected]=>
                              string(7) "NrGames"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NrStages"]=>
                            object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "nr_stages"
                              ["phpName":protected]=>
                              string(8) "NrStages"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HaveGameDetail"]=>
                            object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "have_game_detail"
                              ["phpName":protected]=>
                              string(14) "HaveGameDetail"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["HaveAssistantReferee"]=>
                            object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                              ["type":protected]=>
                              string(7) "BOOLEAN"
                              ["size":protected]=>
                              int(1)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(22) "have_assistant_referee"
                              ["phpName":protected]=>
                              string(20) "HaveAssistantReferee"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(92) {
                            ["Id"]=>
                            string(2) "ID"
                            ["LeagueSeasonName.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["leagueSeasonName.id"]=>
                            string(2) "ID"
                            ["LeagueSeasonNameTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["league_season_name.id"]=>
                            string(2) "ID"
                            ["LeagueId"]=>
                            string(9) "LEAGUE_ID"
                            ["LeagueSeasonName.LeagueId"]=>
                            string(9) "LEAGUE_ID"
                            ["leagueId"]=>
                            string(9) "LEAGUE_ID"
                            ["leagueSeasonName.leagueId"]=>
                            string(9) "LEAGUE_ID"
                            ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                            string(9) "LEAGUE_ID"
                            ["COL_LEAGUE_ID"]=>
                            string(9) "LEAGUE_ID"
                            ["league_id"]=>
                            string(9) "LEAGUE_ID"
                            ["league_season_name.league_id"]=>
                            string(9) "LEAGUE_ID"
                            ["LeagueNameId"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["LeagueSeasonName.LeagueNameId"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["leagueNameId"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["leagueSeasonName.leagueNameId"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["COL_LEAGUE_NAME_ID"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["league_name_id"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["league_season_name.league_name_id"]=>
                            string(14) "LEAGUE_NAME_ID"
                            ["LeagueSeasonId"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["LeagueSeasonName.LeagueSeasonId"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["leagueSeasonId"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["leagueSeasonName.leagueSeasonId"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["COL_LEAGUE_SEASON_ID"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["league_season_id"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["league_season_name.league_season_id"]=>
                            string(16) "LEAGUE_SEASON_ID"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["LeagueSeasonName.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["leagueSeasonName.slug"]=>
                            string(4) "SLUG"
                            ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                            ["league_season_name.slug"]=>
                            string(4) "SLUG"
                            ["Name"]=>
                            string(4) "NAME"
                            ["LeagueSeasonName.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["leagueSeasonName.name"]=>
                            string(4) "NAME"
                            ["LeagueSeasonNameTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["league_season_name.name"]=>
                            string(4) "NAME"
                            ["HaveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["LeagueSeasonName.HaveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["haveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["leagueSeasonName.haveStanding"]=>
                            string(13) "HAVE_STANDING"
                            ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                            string(13) "HAVE_STANDING"
                            ["COL_HAVE_STANDING"]=>
                            string(13) "HAVE_STANDING"
                            ["have_standing"]=>
                            string(13) "HAVE_STANDING"
                            ["league_season_name.have_standing"]=>
                            string(13) "HAVE_STANDING"
                            ["Ord"]=>
                            string(3) "ORD"
                            ["LeagueSeasonName.Ord"]=>
                            string(3) "ORD"
                            ["ord"]=>
                            string(3) "ORD"
                            ["leagueSeasonName.ord"]=>
                            string(3) "ORD"
                            ["LeagueSeasonNameTableMap::COL_ORD"]=>
                            string(3) "ORD"
                            ["COL_ORD"]=>
                            string(3) "ORD"
                            ["league_season_name.ord"]=>
                            string(3) "ORD"
                            ["NrGames"]=>
                            string(8) "NR_GAMES"
                            ["LeagueSeasonName.NrGames"]=>
                            string(8) "NR_GAMES"
                            ["nrGames"]=>
                            string(8) "NR_GAMES"
                            ["leagueSeasonName.nrGames"]=>
                            string(8) "NR_GAMES"
                            ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                            string(8) "NR_GAMES"
                            ["COL_NR_GAMES"]=>
                            string(8) "NR_GAMES"
                            ["nr_games"]=>
                            string(8) "NR_GAMES"
                            ["league_season_name.nr_games"]=>
                            string(8) "NR_GAMES"
                            ["NrStages"]=>
                            string(9) "NR_STAGES"
                            ["LeagueSeasonName.NrStages"]=>
                            string(9) "NR_STAGES"
                            ["nrStages"]=>
                            string(9) "NR_STAGES"
                            ["leagueSeasonName.nrStages"]=>
                            string(9) "NR_STAGES"
                            ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                            string(9) "NR_STAGES"
                            ["COL_NR_STAGES"]=>
                            string(9) "NR_STAGES"
                            ["nr_stages"]=>
                            string(9) "NR_STAGES"
                            ["league_season_name.nr_stages"]=>
                            string(9) "NR_STAGES"
                            ["HaveGameDetail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["LeagueSeasonName.HaveGameDetail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["haveGameDetail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["leagueSeasonName.haveGameDetail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["COL_HAVE_GAME_DETAIL"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["have_game_detail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["league_season_name.have_game_detail"]=>
                            string(16) "HAVE_GAME_DETAIL"
                            ["HaveAssistantReferee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["LeagueSeasonName.HaveAssistantReferee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["haveAssistantReferee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["leagueSeasonName.haveAssistantReferee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["COL_HAVE_ASSISTANT_REFEREE"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["have_assistant_referee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                            ["league_season_name.have_assistant_referee"]=>
                            string(22) "HAVE_ASSISTANT_REFEREE"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(18) "league_season_name"
                          ["phpName":protected]=>
                          string(16) "LeagueSeasonName"
                          ["classname":protected]=>
                          string(17) "\LeagueSeasonName"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(3) {
                            ["league_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(6) "league"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(9) "league_id"
                              ["phpName":protected]=>
                              string(8) "LeagueId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["league_name_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(11) "league_name"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(14) "league_name_id"
                              ["phpName":protected]=>
                              string(12) "LeagueNameId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["league_season_id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(13) "league_season"
                              ["relatedColumnName":protected]=>
                              string(2) "id"
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(16) "league_season_id"
                              ["phpName":protected]=>
                              string(14) "LeagueSeasonId"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                        ["\NationalGame"]=>
                        string(25) "\Map\NationalGameTableMap"
                        ["\NationalGameCard"]=>
                        string(29) "\Map\NationalGameCardTableMap"
                        ["\NationalGameCoach"]=>
                        string(30) "\Map\NationalGameCoachTableMap"
                        ["\NationalGameGoal"]=>
                        string(29) "\Map\NationalGameGoalTableMap"
                        ["\NationalGamePlayer"]=>
                        string(31) "\Map\NationalGamePlayerTableMap"
                        ["\NationalGameReferee"]=>
                        string(32) "\Map\NationalGameRefereeTableMap"
                        ["\NationalGameType"]=>
                        string(29) "\Map\NationalGameTypeTableMap"
                        ["\NationalTournament"]=>
                        string(31) "\Map\NationalTournamentTableMap"
                        ["\NationalTournamentName"]=>
                        string(35) "\Map\NationalTournamentNameTableMap"
                        ["\ObjectResourceLink"]=>
                        string(31) "\Map\ObjectResourceLinkTableMap"
                        ["\ObjectResourcePrivate"]=>
                        string(34) "\Map\ObjectResourcePrivateTableMap"
                        ["\ObjectResourcePrivateContent"]=>
                        string(41) "\Map\ObjectResourcePrivateContentTableMap"
                        ["\ObjectResourcePrivateMetadata"]=>
                        string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                        ["\ObjectResourcePrivateName"]=>
                        string(38) "\Map\ObjectResourcePrivateNameTableMap"
                        ["\Person"]=>
                        string(19) "\Map\PersonTableMap"
                        ["\PersonMap"]=>
                        string(22) "\Map\PersonMapTableMap"
                        ["\PlayerType"]=>
                        string(23) "\Map\PlayerTypeTableMap"
                        ["\Stage"]=>
                        object(Map\StageTableMap)#84 (17) {
                          ["columns":protected]=>
                          array(8) {
                            ["ID"]=>
                            object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SHORT_NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "short_name"
                              ["phpName":protected]=>
                              string(9) "ShortName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["PREFIX"]=>
                            object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "prefix"
                              ["phpName":protected]=>
                              string(6) "Prefix"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SUFFIX"]=>
                            object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "suffix"
                              ["phpName":protected]=>
                              string(6) "Suffix"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MAP_NAME"]=>
                            object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "map_name"
                              ["phpName":protected]=>
                              string(7) "MapName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["SLUG"]=>
                            object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ORD"]=>
                            object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["columnsByPhpName":protected]=>
                          array(8) {
                            ["Id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Name"]=>
                            object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "name"
                              ["phpName":protected]=>
                              string(4) "Name"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["ShortName"]=>
                            object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(10) "short_name"
                              ["phpName":protected]=>
                              string(9) "ShortName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Prefix"]=>
                            object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "prefix"
                              ["phpName":protected]=>
                              string(6) "Prefix"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Suffix"]=>
                            object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(6) "suffix"
                              ["phpName":protected]=>
                              string(6) "Suffix"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["MapName"]=>
                            object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                              ["type":protected]=>
                              string(11) "LONGVARCHAR"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(8) "map_name"
                              ["phpName":protected]=>
                              string(7) "MapName"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Slug"]=>
                            object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                              ["type":protected]=>
                              string(7) "VARCHAR"
                              ["size":protected]=>
                              int(250)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(4) "slug"
                              ["phpName":protected]=>
                              string(4) "Slug"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                            ["Ord"]=>
                            object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                              ["type":protected]=>
                              string(8) "SMALLINT"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(false)
                              ["notNull":protected]=>
                              bool(false)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(3) "ord"
                              ["phpName":protected]=>
                              string(3) "Ord"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["normalizedColumnNameMap":protected]=>
                          array(52) {
                            ["Id"]=>
                            string(2) "ID"
                            ["Stage.Id"]=>
                            string(2) "ID"
                            ["id"]=>
                            string(2) "ID"
                            ["stage.id"]=>
                            string(2) "ID"
                            ["StageTableMap::COL_ID"]=>
                            string(2) "ID"
                            ["COL_ID"]=>
                            string(2) "ID"
                            ["Name"]=>
                            string(4) "NAME"
                            ["Stage.Name"]=>
                            string(4) "NAME"
                            ["name"]=>
                            string(4) "NAME"
                            ["stage.name"]=>
                            string(4) "NAME"
                            ["StageTableMap::COL_NAME"]=>
                            string(4) "NAME"
                            ["COL_NAME"]=>
                            string(4) "NAME"
                            ["ShortName"]=>
                            string(10) "SHORT_NAME"
                            ["Stage.ShortName"]=>
                            string(10) "SHORT_NAME"
                            ["shortName"]=>
                            string(10) "SHORT_NAME"
                            ["stage.shortName"]=>
                            string(10) "SHORT_NAME"
                            ["StageTableMap::COL_SHORT_NAME"]=>
                            string(10) "SHORT_NAME"
                            ["COL_SHORT_NAME"]=>
                            string(10) "SHORT_NAME"
                            ["short_name"]=>
                            string(10) "SHORT_NAME"
                            ["stage.short_name"]=>
                            string(10) "SHORT_NAME"
                            ["Prefix"]=>
                            string(6) "PREFIX"
                            ["Stage.Prefix"]=>
                            string(6) "PREFIX"
                            ["prefix"]=>
                            string(6) "PREFIX"
                            ["stage.prefix"]=>
                            string(6) "PREFIX"
                            ["StageTableMap::COL_PREFIX"]=>
                            string(6) "PREFIX"
                            ["COL_PREFIX"]=>
                            string(6) "PREFIX"
                            ["Suffix"]=>
                            string(6) "SUFFIX"
                            ["Stage.Suffix"]=>
                            string(6) "SUFFIX"
                            ["suffix"]=>
                            string(6) "SUFFIX"
                            ["stage.suffix"]=>
                            string(6) "SUFFIX"
                            ["StageTableMap::COL_SUFFIX"]=>
                            string(6) "SUFFIX"
                            ["COL_SUFFIX"]=>
                            string(6) "SUFFIX"
                            ["MapName"]=>
                            string(8) "MAP_NAME"
                            ["Stage.MapName"]=>
                            string(8) "MAP_NAME"
                            ["mapName"]=>
                            string(8) "MAP_NAME"
                            ["stage.mapName"]=>
                            string(8) "MAP_NAME"
                            ["StageTableMap::COL_MAP_NAME"]=>
                            string(8) "MAP_NAME"
                            ["COL_MAP_NAME"]=>
                            string(8) "MAP_NAME"
                            ["map_name"]=>
                            string(8) "MAP_NAME"
                            ["stage.map_name"]=>
                            string(8) "MAP_NAME"
                            ["Slug"]=>
                            string(4) "SLUG"
                            ["Stage.Slug"]=>
                            string(4) "SLUG"
                            ["slug"]=>
                            string(4) "SLUG"
                            ["stage.slug"]=>
                            string(4) "SLUG"
                            ["StageTableMap::COL_SLUG"]=>
                            string(4) "SLUG"
                            ["COL_SLUG"]=>
                            string(4) "SLUG"
                            ["Ord"]=>
                            string(3) "ORD"
                            ["Stage.Ord"]=>
                            string(3) "ORD"
                            ["ord"]=>
                            string(3) "ORD"
                            ["stage.ord"]=>
                            string(3) "ORD"
                            ["StageTableMap::COL_ORD"]=>
                            string(3) "ORD"
                            ["COL_ORD"]=>
                            string(3) "ORD"
                          }
                          ["dbMap":protected]=>
                          *RECURSION*
                          ["tableName":protected]=>
                          string(5) "stage"
                          ["phpName":protected]=>
                          string(5) "Stage"
                          ["classname":protected]=>
                          string(6) "\Stage"
                          ["package":protected]=>
                          string(9) "lib.model"
                          ["useIdGenerator":protected]=>
                          bool(true)
                          ["isSingleTableInheritance":protected]=>
                          bool(false)
                          ["isCrossRef":protected]=>
                          bool(false)
                          ["primaryKeys":protected]=>
                          array(1) {
                            ["id"]=>
                            object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                              ["type":protected]=>
                              string(7) "INTEGER"
                              ["size":protected]=>
                              int(0)
                              ["pk":protected]=>
                              bool(true)
                              ["notNull":protected]=>
                              bool(true)
                              ["defaultValue":protected]=>
                              NULL
                              ["relatedTableName":protected]=>
                              string(0) ""
                              ["relatedColumnName":protected]=>
                              string(0) ""
                              ["table":protected]=>
                              *RECURSION*
                              ["columnName":protected]=>
                              string(2) "id"
                              ["phpName":protected]=>
                              string(2) "Id"
                              ["valueSet":protected]=>
                              array(0) {
                              }
                              ["isPkString":protected]=>
                              bool(false)
                            }
                          }
                          ["foreignKeys":protected]=>
                          array(0) {
                          }
                          ["relations":protected]=>
                          array(0) {
                          }
                          ["relationsBuilt":protected]=>
                          bool(false)
                          ["pkInfo":protected]=>
                          NULL
                          ["identifierQuoting":protected]=>
                          bool(false)
                        }
                      }
                    }
                    ["tableName":protected]=>
                    string(11) "league_game"
                    ["phpName":protected]=>
                    string(10) "LeagueGame"
                    ["classname":protected]=>
                    string(11) "\LeagueGame"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(6) {
                      ["league_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "league"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "league_id"
                        ["phpName":protected]=>
                        string(8) "LeagueId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["league_name_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_name"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_name_id"
                        ["phpName":protected]=>
                        string(12) "LeagueNameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["home_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "home_id"
                        ["phpName":protected]=>
                        string(6) "HomeId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["away_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "away_id"
                        ["phpName":protected]=>
                        string(6) "AwayId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["stage_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(5) "stage"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "stage_id"
                        ["phpName":protected]=>
                        string(7) "StageId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["season_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(13) "league_season"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "season_id"
                        ["phpName":protected]=>
                        string(8) "SeasonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["formatter":protected]=>
                  NULL
                  ["with":protected]=>
                  array(0) {
                  }
                  ["defaultFormatterClass":protected]=>
                  string(41) "\Propel\Runtime\Formatter\ObjectFormatter"
                  ["primaryCriteria":protected]=>
                  NULL
                  ["entityNotFoundExceptionClass":protected]=>
                  string(49) "\Propel\Runtime\Exception\EntityNotFoundException"
                  ["isWithOneToMany":protected]=>
                  bool(false)
                  ["previousJoin":protected]=>
                  NULL
                  ["isKeepQuery":protected]=>
                  bool(true)
                  ["select":protected]=>
                  NULL
                  ["isSelfSelected":protected]=>
                  bool(true)
                  ["isInnerQueryInCriterion":protected]=>
                  bool(false)
                }
                [1]=>
                object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
                  ["useDebugModeOnInstance":protected]=>
                  NULL
                  ["name":protected]=>
                  string(6) "labtof"
                  ["connection":protected]=>
                  object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
                    ["name":protected]=>
                    NULL
                    ["pdo":protected]=>
                    object(PDO)#48 (0) {
                    }
                  }
                  ["nestedTransactionCount":protected]=>
                  int(0)
                  ["isUncommitable":protected]=>
                  bool(false)
                  ["queryCount":protected]=>
                  int(0)
                  ["lastExecutedQuery":protected]=>
                  NULL
                  ["cachedPreparedStatements":protected]=>
                  array(0) {
                  }
                  ["isCachePreparedStatements":protected]=>
                  bool(false)
                  ["logMethods":protected]=>
                  array(3) {
                    [0]=>
                    string(4) "exec"
                    [1]=>
                    string(5) "query"
                    [2]=>
                    string(7) "execute"
                  }
                  ["logger":protected]=>
                  NULL
                }
              }
            }
            [5]=>
            array(6) {
              ["file"]=>
              string(102) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php"
              ["line"]=>
              int(2344)
              ["function"]=>
              string(8) "doSelect"
              ["class"]=>
              string(35) "Propel\Runtime\ActiveQuery\Criteria"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(1) {
                [0]=>
                object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
                  ["useDebugModeOnInstance":protected]=>
                  NULL
                  ["name":protected]=>
                  string(6) "labtof"
                  ["connection":protected]=>
                  object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
                    ["name":protected]=>
                    NULL
                    ["pdo":protected]=>
                    object(PDO)#48 (0) {
                    }
                  }
                  ["nestedTransactionCount":protected]=>
                  int(0)
                  ["isUncommitable":protected]=>
                  bool(false)
                  ["queryCount":protected]=>
                  int(0)
                  ["lastExecutedQuery":protected]=>
                  NULL
                  ["cachedPreparedStatements":protected]=>
                  array(0) {
                  }
                  ["isCachePreparedStatements":protected]=>
                  bool(false)
                  ["logMethods":protected]=>
                  array(3) {
                    [0]=>
                    string(4) "exec"
                    [1]=>
                    string(5) "query"
                    [2]=>
                    string(7) "execute"
                  }
                  ["logger":protected]=>
                  NULL
                }
              }
            }
            [6]=>
            array(6) {
              ["file"]=>
              string(102) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php"
              ["line"]=>
              int(1394)
              ["function"]=>
              string(8) "doSelect"
              ["class"]=>
              string(40) "Propel\Runtime\ActiveQuery\ModelCriteria"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(1) {
                [0]=>
                object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
                  ["useDebugModeOnInstance":protected]=>
                  NULL
                  ["name":protected]=>
                  string(6) "labtof"
                  ["connection":protected]=>
                  object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
                    ["name":protected]=>
                    NULL
                    ["pdo":protected]=>
                    object(PDO)#48 (0) {
                    }
                  }
                  ["nestedTransactionCount":protected]=>
                  int(0)
                  ["isUncommitable":protected]=>
                  bool(false)
                  ["queryCount":protected]=>
                  int(0)
                  ["lastExecutedQuery":protected]=>
                  NULL
                  ["cachedPreparedStatements":protected]=>
                  array(0) {
                  }
                  ["isCachePreparedStatements":protected]=>
                  bool(false)
                  ["logMethods":protected]=>
                  array(3) {
                    [0]=>
                    string(4) "exec"
                    [1]=>
                    string(5) "query"
                    [2]=>
                    string(7) "execute"
                  }
                  ["logger":protected]=>
                  NULL
                }
              }
            }
            [7]=>
            array(6) {
              ["file"]=>
              string(60) "/home/iuginjust/Framework/labtof/classes/lib/my/JsonClub.php"
              ["line"]=>
              int(28)
              ["function"]=>
              string(7) "findOne"
              ["class"]=>
              string(40) "Propel\Runtime\ActiveQuery\ModelCriteria"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(0) {
              }
            }
            [8]=>
            array(6) {
              ["file"]=>
              string(85) "/home/iuginjust/Framework/labtof/app/frontend/modules/game/templates/indexSuccess.php"
              ["line"]=>
              int(4)
              ["function"]=>
              string(21) "seasonsGamesReportWDL"
              ["class"]=>
              string(8) "jsonclub"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(1) {
                [0]=>
                array(2) {
                  ["club_id"]=>
                  int(190)
                  ["vs_club_id"]=>
                  int(94)
                }
              }
            }
            [9]=>
            array(4) {
              ["file"]=>
              string(67) "/home/iuginjust/Framework/my-php-frame/classes/base/core/Render.php"
              ["line"]=>
              int(153)
              ["args"]=>
              array(1) {
                [0]=>
                string(85) "/home/iuginjust/Framework/labtof/app/frontend/modules/game/templates/indexSuccess.php"
              }
              ["function"]=>
              string(7) "include"
            }
            [10]=>
            array(6) {
              ["file"]=>
              string(67) "/home/iuginjust/Framework/my-php-frame/classes/base/core/Router.php"
              ["line"]=>
              int(177)
              ["function"]=>
              string(10) "renderView"
              ["class"]=>
              string(6) "Render"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(1) {
                [0]=>
                string(104) "/home/iuginjust/Framework/labtof/web/frontend/../../app/frontend/modules/game/templates/indexSuccess.php"
              }
            }
            [11]=>
            array(6) {
              ["file"]=>
              string(58) "/home/iuginjust/Framework/my-php-frame/web/_base_/base.php"
              ["line"]=>
              int(118)
              ["function"]=>
              string(8) "dispatch"
              ["class"]=>
              string(6) "Router"
              ["type"]=>
              string(2) "->"
              ["args"]=>
              array(1) {
                [0]=>
                array(1) {
                  ["target"]=>
                  array(2) {
                    ["c"]=>
                    string(4) "game"
                    ["a"]=>
                    string(5) "index"
                  }
                }
              }
            }
            [12]=>
            array(4) {
              ["file"]=>
              string(55) "/home/iuginjust/Framework/labtof/web/frontend/index.php"
              ["line"]=>
              int(73)
              ["args"]=>
              array(1) {
                [0]=>
                string(58) "/home/iuginjust/Framework/my-php-frame/web/_base_/base.php"
              }
              ["function"]=>
              string(7) "include"
            }
          }
          ["previous":"Exception":private]=>
          NULL
          ["errorInfo"]=>
          array(3) {
            [0]=>
            string(5) "42S02"
            [1]=>
            int(1146)
            [2]=>
            string(43) "Table 'my_labtof.league_game' doesn't exist"
          }
        }
        [1]=>
        string(1064) "SELECT league_game.id, league_game.league_id, league_game.league_name_id, league_game.home_id, league_game.away_id, league_game.sc1, league_game.sc2, league_game.sch1, league_game.sch2, league_game.sco1, league_game.sco2, league_game.scp1, league_game.scp2, league_game.date, league_game.hour, league_game.nr_of_spectators, league_game.stage_id, league_game.season_id, league_game.extratime, league_game.penaltyshoots, league_game.description, league_game.json_notice, league_game.type, league_game.show_details, league_game.canceled, league_game.annulled, league_game.hide_score, league_game.score_detail, league_game.played, league_game.replayed, league_game.awarded, league_game.import_url, league_game.import_error, league_game.skip_validation, sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0)) AS Won, sum(if(sc1=sc2,1,0)) AS Draw, count(*) AS NrGames FROM league_game WHERE league_game.season_id=:p1 AND ((home_id=190 OR away_id=190) AND ((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))) GROUP BY league_game.season_id LIMIT 1"
        [2]=>
        object(Propel\Runtime\Connection\StatementWrapper)#248 (4) {
          ["statement":protected]=>
          object(PDOStatement)#250 (1) {
            ["queryString"]=>
            string(1064) "SELECT league_game.id, league_game.league_id, league_game.league_name_id, league_game.home_id, league_game.away_id, league_game.sc1, league_game.sc2, league_game.sch1, league_game.sch2, league_game.sco1, league_game.sco2, league_game.scp1, league_game.scp2, league_game.date, league_game.hour, league_game.nr_of_spectators, league_game.stage_id, league_game.season_id, league_game.extratime, league_game.penaltyshoots, league_game.description, league_game.json_notice, league_game.type, league_game.show_details, league_game.canceled, league_game.annulled, league_game.hide_score, league_game.score_detail, league_game.played, league_game.replayed, league_game.awarded, league_game.import_url, league_game.import_error, league_game.skip_validation, sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0)) AS Won, sum(if(sc1=sc2,1,0)) AS Draw, count(*) AS NrGames FROM league_game WHERE league_game.season_id=:p1 AND ((home_id=190 OR away_id=190) AND ((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))) GROUP BY league_game.season_id LIMIT 1"
          }
          ["connection":protected]=>
          object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
            ["useDebugModeOnInstance":protected]=>
            NULL
            ["name":protected]=>
            string(6) "labtof"
            ["connection":protected]=>
            object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
              ["name":protected]=>
              NULL
              ["pdo":protected]=>
              object(PDO)#48 (0) {
              }
            }
            ["nestedTransactionCount":protected]=>
            int(0)
            ["isUncommitable":protected]=>
            bool(false)
            ["queryCount":protected]=>
            int(0)
            ["lastExecutedQuery":protected]=>
            NULL
            ["cachedPreparedStatements":protected]=>
            array(0) {
            }
            ["isCachePreparedStatements":protected]=>
            bool(false)
            ["logMethods":protected]=>
            array(3) {
              [0]=>
              string(4) "exec"
              [1]=>
              string(5) "query"
              [2]=>
              string(7) "execute"
            }
            ["logger":protected]=>
            NULL
          }
          ["boundValues":protected]=>
          array(0) {
          }
          ["sql":protected]=>
          string(1064) "SELECT league_game.id, league_game.league_id, league_game.league_name_id, league_game.home_id, league_game.away_id, league_game.sc1, league_game.sc2, league_game.sch1, league_game.sch2, league_game.sco1, league_game.sco2, league_game.scp1, league_game.scp2, league_game.date, league_game.hour, league_game.nr_of_spectators, league_game.stage_id, league_game.season_id, league_game.extratime, league_game.penaltyshoots, league_game.description, league_game.json_notice, league_game.type, league_game.show_details, league_game.canceled, league_game.annulled, league_game.hide_score, league_game.score_detail, league_game.played, league_game.replayed, league_game.awarded, league_game.import_url, league_game.import_error, league_game.skip_validation, sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0)) AS Won, sum(if(sc1=sc2,1,0)) AS Draw, count(*) AS NrGames FROM league_game WHERE league_game.season_id=:p1 AND ((home_id=190 OR away_id=190) AND ((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))) GROUP BY league_game.season_id LIMIT 1"
        }
      }
    }
    [1]=>
    array(6) {
      ["file"]=>
      string(122) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php"
      ["line"]=>
      int(49)
      ["function"]=>
      string(16) "executeStatement"
      ["class"]=>
      string(62) "Propel\Runtime\ActiveQuery\QueryExecutor\AbstractQueryExecutor"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        object(Propel\Runtime\ActiveQuery\SqlBuilder\PreparedStatementDto)#249 (2) {
          ["sqlStatement":"Propel\Runtime\ActiveQuery\SqlBuilder\PreparedStatementDto":private]=>
          string(1064) "SELECT league_game.id, league_game.league_id, league_game.league_name_id, league_game.home_id, league_game.away_id, league_game.sc1, league_game.sc2, league_game.sch1, league_game.sch2, league_game.sco1, league_game.sco2, league_game.scp1, league_game.scp2, league_game.date, league_game.hour, league_game.nr_of_spectators, league_game.stage_id, league_game.season_id, league_game.extratime, league_game.penaltyshoots, league_game.description, league_game.json_notice, league_game.type, league_game.show_details, league_game.canceled, league_game.annulled, league_game.hide_score, league_game.score_detail, league_game.played, league_game.replayed, league_game.awarded, league_game.import_url, league_game.import_error, league_game.skip_validation, sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0)) AS Won, sum(if(sc1=sc2,1,0)) AS Draw, count(*) AS NrGames FROM league_game WHERE league_game.season_id=:p1 AND ((home_id=190 OR away_id=190) AND ((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))) GROUP BY league_game.season_id LIMIT 1"
          ["parameters":"Propel\Runtime\ActiveQuery\SqlBuilder\PreparedStatementDto":private]=>
          array(1) {
            [0]=>
            array(3) {
              ["table"]=>
              string(11) "league_game"
              ["column"]=>
              string(9) "season_id"
              ["value"]=>
              int(2)
            }
          }
        }
      }
    }
    [2]=>
    array(6) {
      ["file"]=>
      string(122) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php"
      ["line"]=>
      int(37)
      ["function"]=>
      string(9) "runSelect"
      ["class"]=>
      string(60) "Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [3]=>
    array(6) {
      ["file"]=>
      string(97) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/Criteria.php"
      ["line"]=>
      int(2412)
      ["function"]=>
      string(7) "execute"
      ["class"]=>
      string(60) "Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor"
      ["type"]=>
      string(2) "::"
      ["args"]=>
      array(2) {
        [0]=>
        object(LeagueGameQuery)#153 (43) {
          ["ignoreCase":protected]=>
          bool(false)
          ["singleRecord":protected]=>
          bool(false)
          ["selectColumns":protected]=>
          array(34) {
            [0]=>
            string(14) "league_game.id"
            [1]=>
            string(21) "league_game.league_id"
            [2]=>
            string(26) "league_game.league_name_id"
            [3]=>
            string(19) "league_game.home_id"
            [4]=>
            string(19) "league_game.away_id"
            [5]=>
            string(15) "league_game.sc1"
            [6]=>
            string(15) "league_game.sc2"
            [7]=>
            string(16) "league_game.sch1"
            [8]=>
            string(16) "league_game.sch2"
            [9]=>
            string(16) "league_game.sco1"
            [10]=>
            string(16) "league_game.sco2"
            [11]=>
            string(16) "league_game.scp1"
            [12]=>
            string(16) "league_game.scp2"
            [13]=>
            string(16) "league_game.date"
            [14]=>
            string(16) "league_game.hour"
            [15]=>
            string(28) "league_game.nr_of_spectators"
            [16]=>
            string(20) "league_game.stage_id"
            [17]=>
            string(21) "league_game.season_id"
            [18]=>
            string(21) "league_game.extratime"
            [19]=>
            string(25) "league_game.penaltyshoots"
            [20]=>
            string(23) "league_game.description"
            [21]=>
            string(23) "league_game.json_notice"
            [22]=>
            string(16) "league_game.type"
            [23]=>
            string(24) "league_game.show_details"
            [24]=>
            string(20) "league_game.canceled"
            [25]=>
            string(20) "league_game.annulled"
            [26]=>
            string(22) "league_game.hide_score"
            [27]=>
            string(24) "league_game.score_detail"
            [28]=>
            string(18) "league_game.played"
            [29]=>
            string(20) "league_game.replayed"
            [30]=>
            string(19) "league_game.awarded"
            [31]=>
            string(22) "league_game.import_url"
            [32]=>
            string(24) "league_game.import_error"
            [33]=>
            string(27) "league_game.skip_validation"
          }
          ["asColumns":protected]=>
          array(3) {
            ["Won"]=>
            string(67) "sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0))"
            ["Draw"]=>
            string(20) "sum(if(sc1=sc2,1,0))"
            ["NrGames"]=>
            string(8) "count(*)"
          }
          ["selectModifiers":protected]=>
          array(0) {
          }
          ["lock":protected]=>
          NULL
          ["map":protected]=>
          array(2) {
            ["league_game.season_id"]=>
            object(Propel\Runtime\ActiveQuery\Criterion\BasicCriterion)#244 (9) {
              ["value":protected]=>
              int(2)
              ["comparison":protected]=>
              string(1) "="
              ["table":protected]=>
              string(11) "league_game"
              ["realtable":protected]=>
              string(11) "league_game"
              ["column":protected]=>
              string(9) "season_id"
              ["db":protected]=>
              object(Propel\Runtime\Adapter\Pdo\MysqlAdapter)#46 (0) {
              }
              ["clauses":protected]=>
              array(0) {
              }
              ["conjunctions":protected]=>
              array(0) {
              }
              ["ignoreStringCase":protected]=>
              bool(false)
            }
            ["."]=>
            object(Propel\Runtime\ActiveQuery\Criterion\CustomCriterion)#245 (8) {
              ["value":protected]=>
              string(28) "(home_id=190 OR away_id=190)"
              ["comparison":protected]=>
              NULL
              ["table":protected]=>
              NULL
              ["realtable":protected]=>
              NULL
              ["column":protected]=>
              NULL
              ["db":protected]=>
              object(Propel\Runtime\Adapter\Pdo\MysqlAdapter)#46 (0) {
              }
              ["clauses":protected]=>
              array(1) {
                [0]=>
                object(Propel\Runtime\ActiveQuery\Criterion\CustomCriterion)#246 (8) {
                  ["value":protected]=>
                  string(62) "((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))"
                  ["comparison":protected]=>
                  NULL
                  ["table":protected]=>
                  NULL
                  ["realtable":protected]=>
                  NULL
                  ["column":protected]=>
                  NULL
                  ["db":protected]=>
                  object(Propel\Runtime\Adapter\Pdo\MysqlAdapter)#46 (0) {
                  }
                  ["clauses":protected]=>
                  array(0) {
                  }
                  ["conjunctions":protected]=>
                  array(0) {
                  }
                }
              }
              ["conjunctions":protected]=>
              array(1) {
                [0]=>
                string(5) " AND "
              }
            }
          }
          ["orderByColumns":protected]=>
          array(0) {
          }
          ["groupByColumns":protected]=>
          array(1) {
            [0]=>
            string(21) "league_game.season_id"
          }
          ["having":protected]=>
          NULL
          ["joins":protected]=>
          array(0) {
          }
          ["selectQueries":protected]=>
          array(0) {
          }
          ["dbName":protected]=>
          string(6) "labtof"
          ["primaryTableName":protected]=>
          string(11) "league_game"
          ["originalDbName":protected]=>
          string(6) "labtof"
          ["limit":protected]=>
          int(1)
          ["offset":protected]=>
          int(0)
          ["queryComment":protected]=>
          NULL
          ["aliases":protected]=>
          array(0) {
          }
          ["useTransaction":protected]=>
          bool(false)
          ["namedCriterions":protected]=>
          array(0) {
          }
          ["defaultCombineOperator":protected]=>
          string(3) "AND"
          ["conditionalProxy":protected]=>
          NULL
          ["identifierQuoting":protected]=>
          bool(false)
          ["replacedColumns"]=>
          array(1) {
            [0]=>
            object(Propel\Runtime\Map\ColumnMap)#28 (12) {
              ["type":protected]=>
              string(7) "INTEGER"
              ["size":protected]=>
              int(0)
              ["pk":protected]=>
              bool(false)
              ["notNull":protected]=>
              bool(true)
              ["defaultValue":protected]=>
              NULL
              ["relatedTableName":protected]=>
              string(13) "league_season"
              ["relatedColumnName":protected]=>
              string(2) "id"
              ["table":protected]=>
              object(Map\LeagueGameTableMap)#10 (17) {
                ["columns":protected]=>
                array(34) {
                  ["ID"]=>
                  object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(true)
                    ["notNull":protected]=>
                    bool(true)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(2) "id"
                    ["phpName":protected]=>
                    string(2) "Id"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["LEAGUE_ID"]=>
                  object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(6) "league"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(9) "league_id"
                    ["phpName":protected]=>
                    string(8) "LeagueId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["LEAGUE_NAME_ID"]=>
                  object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(11) "league_name"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(14) "league_name_id"
                    ["phpName":protected]=>
                    string(12) "LeagueNameId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["HOME_ID"]=>
                  object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(4) "club"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(7) "home_id"
                    ["phpName":protected]=>
                    string(6) "HomeId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["AWAY_ID"]=>
                  object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(4) "club"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(7) "away_id"
                    ["phpName":protected]=>
                    string(6) "AwayId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SC1"]=>
                  object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(3) "sc1"
                    ["phpName":protected]=>
                    string(3) "Sc1"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SC2"]=>
                  object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(3) "sc2"
                    ["phpName":protected]=>
                    string(3) "Sc2"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SCH1"]=>
                  object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "sch1"
                    ["phpName":protected]=>
                    string(4) "Sch1"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SCH2"]=>
                  object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "sch2"
                    ["phpName":protected]=>
                    string(4) "Sch2"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SCO1"]=>
                  object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "sco1"
                    ["phpName":protected]=>
                    string(4) "Sco1"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SCO2"]=>
                  object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "sco2"
                    ["phpName":protected]=>
                    string(4) "Sco2"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SCP1"]=>
                  object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "scp1"
                    ["phpName":protected]=>
                    string(4) "Scp1"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SCP2"]=>
                  object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "scp2"
                    ["phpName":protected]=>
                    string(4) "Scp2"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["DATE"]=>
                  object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                    ["type":protected]=>
                    string(9) "TIMESTAMP"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "date"
                    ["phpName":protected]=>
                    string(4) "Date"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["HOUR"]=>
                  object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                    ["type":protected]=>
                    string(4) "TIME"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "hour"
                    ["phpName":protected]=>
                    string(4) "Hour"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["NR_OF_SPECTATORS"]=>
                  object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(true)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(16) "nr_of_spectators"
                    ["phpName":protected]=>
                    string(14) "NrOfSpectators"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["STAGE_ID"]=>
                  object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(true)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(5) "stage"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(8) "stage_id"
                    ["phpName":protected]=>
                    string(7) "StageId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SEASON_ID"]=>
                  *RECURSION*
                  ["EXTRATIME"]=>
                  object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(9) "extratime"
                    ["phpName":protected]=>
                    string(9) "Extratime"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["PENALTYSHOOTS"]=>
                  object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(13) "penaltyshoots"
                    ["phpName":protected]=>
                    string(13) "Penaltyshoots"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["DESCRIPTION"]=>
                  object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                    ["type":protected]=>
                    string(11) "LONGVARCHAR"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(11) "description"
                    ["phpName":protected]=>
                    string(11) "Description"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["JSON_NOTICE"]=>
                  object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                    ["type":protected]=>
                    string(11) "LONGVARCHAR"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(11) "json_notice"
                    ["phpName":protected]=>
                    string(10) "JsonNotice"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["TYPE"]=>
                  object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "type"
                    ["phpName":protected]=>
                    string(4) "Type"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SHOW_DETAILS"]=>
                  object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(12) "show_details"
                    ["phpName":protected]=>
                    string(11) "ShowDetails"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["CANCELED"]=>
                  object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(8) "canceled"
                    ["phpName":protected]=>
                    string(8) "Canceled"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["ANNULLED"]=>
                  object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(8) "annulled"
                    ["phpName":protected]=>
                    string(8) "Annulled"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["HIDE_SCORE"]=>
                  object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(10) "hide_score"
                    ["phpName":protected]=>
                    string(9) "HideScore"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SCORE_DETAIL"]=>
                  object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                    ["type":protected]=>
                    string(7) "VARCHAR"
                    ["size":protected]=>
                    int(255)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(12) "score_detail"
                    ["phpName":protected]=>
                    string(11) "ScoreDetail"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["PLAYED"]=>
                  object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                    ["type":protected]=>
                    string(7) "BOOLEAN"
                    ["size":protected]=>
                    int(1)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(6) "played"
                    ["phpName":protected]=>
                    string(6) "Played"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["REPLAYED"]=>
                  object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(8) "replayed"
                    ["phpName":protected]=>
                    string(8) "Replayed"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["AWARDED"]=>
                  object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                    ["type":protected]=>
                    string(7) "BOOLEAN"
                    ["size":protected]=>
                    int(1)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(7) "awarded"
                    ["phpName":protected]=>
                    string(7) "Awarded"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["IMPORT_URL"]=>
                  object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                    ["type":protected]=>
                    string(11) "LONGVARCHAR"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(10) "import_url"
                    ["phpName":protected]=>
                    string(9) "ImportUrl"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["IMPORT_ERROR"]=>
                  object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                    ["type":protected]=>
                    string(7) "BOOLEAN"
                    ["size":protected]=>
                    int(1)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(12) "import_error"
                    ["phpName":protected]=>
                    string(11) "ImportError"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SKIP_VALIDATION"]=>
                  object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                    ["type":protected]=>
                    string(11) "LONGVARCHAR"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(15) "skip_validation"
                    ["phpName":protected]=>
                    string(14) "SkipValidation"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                }
                ["columnsByPhpName":protected]=>
                array(34) {
                  ["Id"]=>
                  object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(true)
                    ["notNull":protected]=>
                    bool(true)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(2) "id"
                    ["phpName":protected]=>
                    string(2) "Id"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["LeagueId"]=>
                  object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(6) "league"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(9) "league_id"
                    ["phpName":protected]=>
                    string(8) "LeagueId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["LeagueNameId"]=>
                  object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(11) "league_name"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(14) "league_name_id"
                    ["phpName":protected]=>
                    string(12) "LeagueNameId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["HomeId"]=>
                  object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(4) "club"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(7) "home_id"
                    ["phpName":protected]=>
                    string(6) "HomeId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["AwayId"]=>
                  object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(4) "club"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(7) "away_id"
                    ["phpName":protected]=>
                    string(6) "AwayId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Sc1"]=>
                  object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(3) "sc1"
                    ["phpName":protected]=>
                    string(3) "Sc1"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Sc2"]=>
                  object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(3) "sc2"
                    ["phpName":protected]=>
                    string(3) "Sc2"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Sch1"]=>
                  object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "sch1"
                    ["phpName":protected]=>
                    string(4) "Sch1"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Sch2"]=>
                  object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "sch2"
                    ["phpName":protected]=>
                    string(4) "Sch2"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Sco1"]=>
                  object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "sco1"
                    ["phpName":protected]=>
                    string(4) "Sco1"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Sco2"]=>
                  object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "sco2"
                    ["phpName":protected]=>
                    string(4) "Sco2"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Scp1"]=>
                  object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "scp1"
                    ["phpName":protected]=>
                    string(4) "Scp1"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Scp2"]=>
                  object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "scp2"
                    ["phpName":protected]=>
                    string(4) "Scp2"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Date"]=>
                  object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                    ["type":protected]=>
                    string(9) "TIMESTAMP"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "date"
                    ["phpName":protected]=>
                    string(4) "Date"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Hour"]=>
                  object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                    ["type":protected]=>
                    string(4) "TIME"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "hour"
                    ["phpName":protected]=>
                    string(4) "Hour"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["NrOfSpectators"]=>
                  object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(true)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(16) "nr_of_spectators"
                    ["phpName":protected]=>
                    string(14) "NrOfSpectators"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["StageId"]=>
                  object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(true)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(5) "stage"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(8) "stage_id"
                    ["phpName":protected]=>
                    string(7) "StageId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SeasonId"]=>
                  *RECURSION*
                  ["Extratime"]=>
                  object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(9) "extratime"
                    ["phpName":protected]=>
                    string(9) "Extratime"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Penaltyshoots"]=>
                  object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(13) "penaltyshoots"
                    ["phpName":protected]=>
                    string(13) "Penaltyshoots"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Description"]=>
                  object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                    ["type":protected]=>
                    string(11) "LONGVARCHAR"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(11) "description"
                    ["phpName":protected]=>
                    string(11) "Description"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["JsonNotice"]=>
                  object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                    ["type":protected]=>
                    string(11) "LONGVARCHAR"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(11) "json_notice"
                    ["phpName":protected]=>
                    string(10) "JsonNotice"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Type"]=>
                  object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(4) "type"
                    ["phpName":protected]=>
                    string(4) "Type"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["ShowDetails"]=>
                  object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(12) "show_details"
                    ["phpName":protected]=>
                    string(11) "ShowDetails"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Canceled"]=>
                  object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(8) "canceled"
                    ["phpName":protected]=>
                    string(8) "Canceled"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Annulled"]=>
                  object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(8) "annulled"
                    ["phpName":protected]=>
                    string(8) "Annulled"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["HideScore"]=>
                  object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(10) "hide_score"
                    ["phpName":protected]=>
                    string(9) "HideScore"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["ScoreDetail"]=>
                  object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                    ["type":protected]=>
                    string(7) "VARCHAR"
                    ["size":protected]=>
                    int(255)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(12) "score_detail"
                    ["phpName":protected]=>
                    string(11) "ScoreDetail"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Played"]=>
                  object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                    ["type":protected]=>
                    string(7) "BOOLEAN"
                    ["size":protected]=>
                    int(1)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(6) "played"
                    ["phpName":protected]=>
                    string(6) "Played"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Replayed"]=>
                  object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                    ["type":protected]=>
                    string(8) "SMALLINT"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(8) "replayed"
                    ["phpName":protected]=>
                    string(8) "Replayed"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["Awarded"]=>
                  object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                    ["type":protected]=>
                    string(7) "BOOLEAN"
                    ["size":protected]=>
                    int(1)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(7) "awarded"
                    ["phpName":protected]=>
                    string(7) "Awarded"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["ImportUrl"]=>
                  object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                    ["type":protected]=>
                    string(11) "LONGVARCHAR"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(10) "import_url"
                    ["phpName":protected]=>
                    string(9) "ImportUrl"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["ImportError"]=>
                  object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                    ["type":protected]=>
                    string(7) "BOOLEAN"
                    ["size":protected]=>
                    int(1)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(12) "import_error"
                    ["phpName":protected]=>
                    string(11) "ImportError"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["SkipValidation"]=>
                  object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                    ["type":protected]=>
                    string(11) "LONGVARCHAR"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(15) "skip_validation"
                    ["phpName":protected]=>
                    string(14) "SkipValidation"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                }
                ["normalizedColumnNameMap":protected]=>
                array(252) {
                  ["Id"]=>
                  string(2) "ID"
                  ["LeagueGame.Id"]=>
                  string(2) "ID"
                  ["id"]=>
                  string(2) "ID"
                  ["leagueGame.id"]=>
                  string(2) "ID"
                  ["LeagueGameTableMap::COL_ID"]=>
                  string(2) "ID"
                  ["COL_ID"]=>
                  string(2) "ID"
                  ["league_game.id"]=>
                  string(2) "ID"
                  ["LeagueId"]=>
                  string(9) "LEAGUE_ID"
                  ["LeagueGame.LeagueId"]=>
                  string(9) "LEAGUE_ID"
                  ["leagueId"]=>
                  string(9) "LEAGUE_ID"
                  ["leagueGame.leagueId"]=>
                  string(9) "LEAGUE_ID"
                  ["LeagueGameTableMap::COL_LEAGUE_ID"]=>
                  string(9) "LEAGUE_ID"
                  ["COL_LEAGUE_ID"]=>
                  string(9) "LEAGUE_ID"
                  ["league_id"]=>
                  string(9) "LEAGUE_ID"
                  ["league_game.league_id"]=>
                  string(9) "LEAGUE_ID"
                  ["LeagueNameId"]=>
                  string(14) "LEAGUE_NAME_ID"
                  ["LeagueGame.LeagueNameId"]=>
                  string(14) "LEAGUE_NAME_ID"
                  ["leagueNameId"]=>
                  string(14) "LEAGUE_NAME_ID"
                  ["leagueGame.leagueNameId"]=>
                  string(14) "LEAGUE_NAME_ID"
                  ["LeagueGameTableMap::COL_LEAGUE_NAME_ID"]=>
                  string(14) "LEAGUE_NAME_ID"
                  ["COL_LEAGUE_NAME_ID"]=>
                  string(14) "LEAGUE_NAME_ID"
                  ["league_name_id"]=>
                  string(14) "LEAGUE_NAME_ID"
                  ["league_game.league_name_id"]=>
                  string(14) "LEAGUE_NAME_ID"
                  ["HomeId"]=>
                  string(7) "HOME_ID"
                  ["LeagueGame.HomeId"]=>
                  string(7) "HOME_ID"
                  ["homeId"]=>
                  string(7) "HOME_ID"
                  ["leagueGame.homeId"]=>
                  string(7) "HOME_ID"
                  ["LeagueGameTableMap::COL_HOME_ID"]=>
                  string(7) "HOME_ID"
                  ["COL_HOME_ID"]=>
                  string(7) "HOME_ID"
                  ["home_id"]=>
                  string(7) "HOME_ID"
                  ["league_game.home_id"]=>
                  string(7) "HOME_ID"
                  ["AwayId"]=>
                  string(7) "AWAY_ID"
                  ["LeagueGame.AwayId"]=>
                  string(7) "AWAY_ID"
                  ["awayId"]=>
                  string(7) "AWAY_ID"
                  ["leagueGame.awayId"]=>
                  string(7) "AWAY_ID"
                  ["LeagueGameTableMap::COL_AWAY_ID"]=>
                  string(7) "AWAY_ID"
                  ["COL_AWAY_ID"]=>
                  string(7) "AWAY_ID"
                  ["away_id"]=>
                  string(7) "AWAY_ID"
                  ["league_game.away_id"]=>
                  string(7) "AWAY_ID"
                  ["Sc1"]=>
                  string(3) "SC1"
                  ["LeagueGame.Sc1"]=>
                  string(3) "SC1"
                  ["sc1"]=>
                  string(3) "SC1"
                  ["leagueGame.sc1"]=>
                  string(3) "SC1"
                  ["LeagueGameTableMap::COL_SC1"]=>
                  string(3) "SC1"
                  ["COL_SC1"]=>
                  string(3) "SC1"
                  ["league_game.sc1"]=>
                  string(3) "SC1"
                  ["Sc2"]=>
                  string(3) "SC2"
                  ["LeagueGame.Sc2"]=>
                  string(3) "SC2"
                  ["sc2"]=>
                  string(3) "SC2"
                  ["leagueGame.sc2"]=>
                  string(3) "SC2"
                  ["LeagueGameTableMap::COL_SC2"]=>
                  string(3) "SC2"
                  ["COL_SC2"]=>
                  string(3) "SC2"
                  ["league_game.sc2"]=>
                  string(3) "SC2"
                  ["Sch1"]=>
                  string(4) "SCH1"
                  ["LeagueGame.Sch1"]=>
                  string(4) "SCH1"
                  ["sch1"]=>
                  string(4) "SCH1"
                  ["leagueGame.sch1"]=>
                  string(4) "SCH1"
                  ["LeagueGameTableMap::COL_SCH1"]=>
                  string(4) "SCH1"
                  ["COL_SCH1"]=>
                  string(4) "SCH1"
                  ["league_game.sch1"]=>
                  string(4) "SCH1"
                  ["Sch2"]=>
                  string(4) "SCH2"
                  ["LeagueGame.Sch2"]=>
                  string(4) "SCH2"
                  ["sch2"]=>
                  string(4) "SCH2"
                  ["leagueGame.sch2"]=>
                  string(4) "SCH2"
                  ["LeagueGameTableMap::COL_SCH2"]=>
                  string(4) "SCH2"
                  ["COL_SCH2"]=>
                  string(4) "SCH2"
                  ["league_game.sch2"]=>
                  string(4) "SCH2"
                  ["Sco1"]=>
                  string(4) "SCO1"
                  ["LeagueGame.Sco1"]=>
                  string(4) "SCO1"
                  ["sco1"]=>
                  string(4) "SCO1"
                  ["leagueGame.sco1"]=>
                  string(4) "SCO1"
                  ["LeagueGameTableMap::COL_SCO1"]=>
                  string(4) "SCO1"
                  ["COL_SCO1"]=>
                  string(4) "SCO1"
                  ["league_game.sco1"]=>
                  string(4) "SCO1"
                  ["Sco2"]=>
                  string(4) "SCO2"
                  ["LeagueGame.Sco2"]=>
                  string(4) "SCO2"
                  ["sco2"]=>
                  string(4) "SCO2"
                  ["leagueGame.sco2"]=>
                  string(4) "SCO2"
                  ["LeagueGameTableMap::COL_SCO2"]=>
                  string(4) "SCO2"
                  ["COL_SCO2"]=>
                  string(4) "SCO2"
                  ["league_game.sco2"]=>
                  string(4) "SCO2"
                  ["Scp1"]=>
                  string(4) "SCP1"
                  ["LeagueGame.Scp1"]=>
                  string(4) "SCP1"
                  ["scp1"]=>
                  string(4) "SCP1"
                  ["leagueGame.scp1"]=>
                  string(4) "SCP1"
                  ["LeagueGameTableMap::COL_SCP1"]=>
                  string(4) "SCP1"
                  ["COL_SCP1"]=>
                  string(4) "SCP1"
                  ["league_game.scp1"]=>
                  string(4) "SCP1"
                  ["Scp2"]=>
                  string(4) "SCP2"
                  ["LeagueGame.Scp2"]=>
                  string(4) "SCP2"
                  ["scp2"]=>
                  string(4) "SCP2"
                  ["leagueGame.scp2"]=>
                  string(4) "SCP2"
                  ["LeagueGameTableMap::COL_SCP2"]=>
                  string(4) "SCP2"
                  ["COL_SCP2"]=>
                  string(4) "SCP2"
                  ["league_game.scp2"]=>
                  string(4) "SCP2"
                  ["Date"]=>
                  string(4) "DATE"
                  ["LeagueGame.Date"]=>
                  string(4) "DATE"
                  ["date"]=>
                  string(4) "DATE"
                  ["leagueGame.date"]=>
                  string(4) "DATE"
                  ["LeagueGameTableMap::COL_DATE"]=>
                  string(4) "DATE"
                  ["COL_DATE"]=>
                  string(4) "DATE"
                  ["league_game.date"]=>
                  string(4) "DATE"
                  ["Hour"]=>
                  string(4) "HOUR"
                  ["LeagueGame.Hour"]=>
                  string(4) "HOUR"
                  ["hour"]=>
                  string(4) "HOUR"
                  ["leagueGame.hour"]=>
                  string(4) "HOUR"
                  ["LeagueGameTableMap::COL_HOUR"]=>
                  string(4) "HOUR"
                  ["COL_HOUR"]=>
                  string(4) "HOUR"
                  ["league_game.hour"]=>
                  string(4) "HOUR"
                  ["NrOfSpectators"]=>
                  string(16) "NR_OF_SPECTATORS"
                  ["LeagueGame.NrOfSpectators"]=>
                  string(16) "NR_OF_SPECTATORS"
                  ["nrOfSpectators"]=>
                  string(16) "NR_OF_SPECTATORS"
                  ["leagueGame.nrOfSpectators"]=>
                  string(16) "NR_OF_SPECTATORS"
                  ["LeagueGameTableMap::COL_NR_OF_SPECTATORS"]=>
                  string(16) "NR_OF_SPECTATORS"
                  ["COL_NR_OF_SPECTATORS"]=>
                  string(16) "NR_OF_SPECTATORS"
                  ["nr_of_spectators"]=>
                  string(16) "NR_OF_SPECTATORS"
                  ["league_game.nr_of_spectators"]=>
                  string(16) "NR_OF_SPECTATORS"
                  ["StageId"]=>
                  string(8) "STAGE_ID"
                  ["LeagueGame.StageId"]=>
                  string(8) "STAGE_ID"
                  ["stageId"]=>
                  string(8) "STAGE_ID"
                  ["leagueGame.stageId"]=>
                  string(8) "STAGE_ID"
                  ["LeagueGameTableMap::COL_STAGE_ID"]=>
                  string(8) "STAGE_ID"
                  ["COL_STAGE_ID"]=>
                  string(8) "STAGE_ID"
                  ["stage_id"]=>
                  string(8) "STAGE_ID"
                  ["league_game.stage_id"]=>
                  string(8) "STAGE_ID"
                  ["SeasonId"]=>
                  string(9) "SEASON_ID"
                  ["LeagueGame.SeasonId"]=>
                  string(9) "SEASON_ID"
                  ["seasonId"]=>
                  string(9) "SEASON_ID"
                  ["leagueGame.seasonId"]=>
                  string(9) "SEASON_ID"
                  ["LeagueGameTableMap::COL_SEASON_ID"]=>
                  string(9) "SEASON_ID"
                  ["COL_SEASON_ID"]=>
                  string(9) "SEASON_ID"
                  ["season_id"]=>
                  string(9) "SEASON_ID"
                  ["league_game.season_id"]=>
                  string(9) "SEASON_ID"
                  ["Extratime"]=>
                  string(9) "EXTRATIME"
                  ["LeagueGame.Extratime"]=>
                  string(9) "EXTRATIME"
                  ["extratime"]=>
                  string(9) "EXTRATIME"
                  ["leagueGame.extratime"]=>
                  string(9) "EXTRATIME"
                  ["LeagueGameTableMap::COL_EXTRATIME"]=>
                  string(9) "EXTRATIME"
                  ["COL_EXTRATIME"]=>
                  string(9) "EXTRATIME"
                  ["league_game.extratime"]=>
                  string(9) "EXTRATIME"
                  ["Penaltyshoots"]=>
                  string(13) "PENALTYSHOOTS"
                  ["LeagueGame.Penaltyshoots"]=>
                  string(13) "PENALTYSHOOTS"
                  ["penaltyshoots"]=>
                  string(13) "PENALTYSHOOTS"
                  ["leagueGame.penaltyshoots"]=>
                  string(13) "PENALTYSHOOTS"
                  ["LeagueGameTableMap::COL_PENALTYSHOOTS"]=>
                  string(13) "PENALTYSHOOTS"
                  ["COL_PENALTYSHOOTS"]=>
                  string(13) "PENALTYSHOOTS"
                  ["league_game.penaltyshoots"]=>
                  string(13) "PENALTYSHOOTS"
                  ["Description"]=>
                  string(11) "DESCRIPTION"
                  ["LeagueGame.Description"]=>
                  string(11) "DESCRIPTION"
                  ["description"]=>
                  string(11) "DESCRIPTION"
                  ["leagueGame.description"]=>
                  string(11) "DESCRIPTION"
                  ["LeagueGameTableMap::COL_DESCRIPTION"]=>
                  string(11) "DESCRIPTION"
                  ["COL_DESCRIPTION"]=>
                  string(11) "DESCRIPTION"
                  ["league_game.description"]=>
                  string(11) "DESCRIPTION"
                  ["JsonNotice"]=>
                  string(11) "JSON_NOTICE"
                  ["LeagueGame.JsonNotice"]=>
                  string(11) "JSON_NOTICE"
                  ["jsonNotice"]=>
                  string(11) "JSON_NOTICE"
                  ["leagueGame.jsonNotice"]=>
                  string(11) "JSON_NOTICE"
                  ["LeagueGameTableMap::COL_JSON_NOTICE"]=>
                  string(11) "JSON_NOTICE"
                  ["COL_JSON_NOTICE"]=>
                  string(11) "JSON_NOTICE"
                  ["json_notice"]=>
                  string(11) "JSON_NOTICE"
                  ["league_game.json_notice"]=>
                  string(11) "JSON_NOTICE"
                  ["Type"]=>
                  string(4) "TYPE"
                  ["LeagueGame.Type"]=>
                  string(4) "TYPE"
                  ["type"]=>
                  string(4) "TYPE"
                  ["leagueGame.type"]=>
                  string(4) "TYPE"
                  ["LeagueGameTableMap::COL_TYPE"]=>
                  string(4) "TYPE"
                  ["COL_TYPE"]=>
                  string(4) "TYPE"
                  ["league_game.type"]=>
                  string(4) "TYPE"
                  ["ShowDetails"]=>
                  string(12) "SHOW_DETAILS"
                  ["LeagueGame.ShowDetails"]=>
                  string(12) "SHOW_DETAILS"
                  ["showDetails"]=>
                  string(12) "SHOW_DETAILS"
                  ["leagueGame.showDetails"]=>
                  string(12) "SHOW_DETAILS"
                  ["LeagueGameTableMap::COL_SHOW_DETAILS"]=>
                  string(12) "SHOW_DETAILS"
                  ["COL_SHOW_DETAILS"]=>
                  string(12) "SHOW_DETAILS"
                  ["show_details"]=>
                  string(12) "SHOW_DETAILS"
                  ["league_game.show_details"]=>
                  string(12) "SHOW_DETAILS"
                  ["Canceled"]=>
                  string(8) "CANCELED"
                  ["LeagueGame.Canceled"]=>
                  string(8) "CANCELED"
                  ["canceled"]=>
                  string(8) "CANCELED"
                  ["leagueGame.canceled"]=>
                  string(8) "CANCELED"
                  ["LeagueGameTableMap::COL_CANCELED"]=>
                  string(8) "CANCELED"
                  ["COL_CANCELED"]=>
                  string(8) "CANCELED"
                  ["league_game.canceled"]=>
                  string(8) "CANCELED"
                  ["Annulled"]=>
                  string(8) "ANNULLED"
                  ["LeagueGame.Annulled"]=>
                  string(8) "ANNULLED"
                  ["annulled"]=>
                  string(8) "ANNULLED"
                  ["leagueGame.annulled"]=>
                  string(8) "ANNULLED"
                  ["LeagueGameTableMap::COL_ANNULLED"]=>
                  string(8) "ANNULLED"
                  ["COL_ANNULLED"]=>
                  string(8) "ANNULLED"
                  ["league_game.annulled"]=>
                  string(8) "ANNULLED"
                  ["HideScore"]=>
                  string(10) "HIDE_SCORE"
                  ["LeagueGame.HideScore"]=>
                  string(10) "HIDE_SCORE"
                  ["hideScore"]=>
                  string(10) "HIDE_SCORE"
                  ["leagueGame.hideScore"]=>
                  string(10) "HIDE_SCORE"
                  ["LeagueGameTableMap::COL_HIDE_SCORE"]=>
                  string(10) "HIDE_SCORE"
                  ["COL_HIDE_SCORE"]=>
                  string(10) "HIDE_SCORE"
                  ["hide_score"]=>
                  string(10) "HIDE_SCORE"
                  ["league_game.hide_score"]=>
                  string(10) "HIDE_SCORE"
                  ["ScoreDetail"]=>
                  string(12) "SCORE_DETAIL"
                  ["LeagueGame.ScoreDetail"]=>
                  string(12) "SCORE_DETAIL"
                  ["scoreDetail"]=>
                  string(12) "SCORE_DETAIL"
                  ["leagueGame.scoreDetail"]=>
                  string(12) "SCORE_DETAIL"
                  ["LeagueGameTableMap::COL_SCORE_DETAIL"]=>
                  string(12) "SCORE_DETAIL"
                  ["COL_SCORE_DETAIL"]=>
                  string(12) "SCORE_DETAIL"
                  ["score_detail"]=>
                  string(12) "SCORE_DETAIL"
                  ["league_game.score_detail"]=>
                  string(12) "SCORE_DETAIL"
                  ["Played"]=>
                  string(6) "PLAYED"
                  ["LeagueGame.Played"]=>
                  string(6) "PLAYED"
                  ["played"]=>
                  string(6) "PLAYED"
                  ["leagueGame.played"]=>
                  string(6) "PLAYED"
                  ["LeagueGameTableMap::COL_PLAYED"]=>
                  string(6) "PLAYED"
                  ["COL_PLAYED"]=>
                  string(6) "PLAYED"
                  ["league_game.played"]=>
                  string(6) "PLAYED"
                  ["Replayed"]=>
                  string(8) "REPLAYED"
                  ["LeagueGame.Replayed"]=>
                  string(8) "REPLAYED"
                  ["replayed"]=>
                  string(8) "REPLAYED"
                  ["leagueGame.replayed"]=>
                  string(8) "REPLAYED"
                  ["LeagueGameTableMap::COL_REPLAYED"]=>
                  string(8) "REPLAYED"
                  ["COL_REPLAYED"]=>
                  string(8) "REPLAYED"
                  ["league_game.replayed"]=>
                  string(8) "REPLAYED"
                  ["Awarded"]=>
                  string(7) "AWARDED"
                  ["LeagueGame.Awarded"]=>
                  string(7) "AWARDED"
                  ["awarded"]=>
                  string(7) "AWARDED"
                  ["leagueGame.awarded"]=>
                  string(7) "AWARDED"
                  ["LeagueGameTableMap::COL_AWARDED"]=>
                  string(7) "AWARDED"
                  ["COL_AWARDED"]=>
                  string(7) "AWARDED"
                  ["league_game.awarded"]=>
                  string(7) "AWARDED"
                  ["ImportUrl"]=>
                  string(10) "IMPORT_URL"
                  ["LeagueGame.ImportUrl"]=>
                  string(10) "IMPORT_URL"
                  ["importUrl"]=>
                  string(10) "IMPORT_URL"
                  ["leagueGame.importUrl"]=>
                  string(10) "IMPORT_URL"
                  ["LeagueGameTableMap::COL_IMPORT_URL"]=>
                  string(10) "IMPORT_URL"
                  ["COL_IMPORT_URL"]=>
                  string(10) "IMPORT_URL"
                  ["import_url"]=>
                  string(10) "IMPORT_URL"
                  ["league_game.import_url"]=>
                  string(10) "IMPORT_URL"
                  ["ImportError"]=>
                  string(12) "IMPORT_ERROR"
                  ["LeagueGame.ImportError"]=>
                  string(12) "IMPORT_ERROR"
                  ["importError"]=>
                  string(12) "IMPORT_ERROR"
                  ["leagueGame.importError"]=>
                  string(12) "IMPORT_ERROR"
                  ["LeagueGameTableMap::COL_IMPORT_ERROR"]=>
                  string(12) "IMPORT_ERROR"
                  ["COL_IMPORT_ERROR"]=>
                  string(12) "IMPORT_ERROR"
                  ["import_error"]=>
                  string(12) "IMPORT_ERROR"
                  ["league_game.import_error"]=>
                  string(12) "IMPORT_ERROR"
                  ["SkipValidation"]=>
                  string(15) "SKIP_VALIDATION"
                  ["LeagueGame.SkipValidation"]=>
                  string(15) "SKIP_VALIDATION"
                  ["skipValidation"]=>
                  string(15) "SKIP_VALIDATION"
                  ["leagueGame.skipValidation"]=>
                  string(15) "SKIP_VALIDATION"
                  ["LeagueGameTableMap::COL_SKIP_VALIDATION"]=>
                  string(15) "SKIP_VALIDATION"
                  ["COL_SKIP_VALIDATION"]=>
                  string(15) "SKIP_VALIDATION"
                  ["skip_validation"]=>
                  string(15) "SKIP_VALIDATION"
                  ["league_game.skip_validation"]=>
                  string(15) "SKIP_VALIDATION"
                }
                ["dbMap":protected]=>
                object(Propel\Runtime\Map\DatabaseMap)#5 (3) {
                  ["name":protected]=>
                  string(6) "labtof"
                  ["tables":protected]=>
                  array(50) {
                    ["access_log"]=>
                    string(22) "\Map\AccessLogTableMap"
                    ["account"]=>
                    string(20) "\Map\AccountTableMap"
                    ["article"]=>
                    string(20) "\Map\ArticleTableMap"
                    ["article_category"]=>
                    string(28) "\Map\ArticleCategoryTableMap"
                    ["bookmaker"]=>
                    string(22) "\Map\BookmakerTableMap"
                    ["club"]=>
                    object(Map\ClubTableMap)#98 (17) {
                      ["columns":protected]=>
                      array(16) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(7) "home_id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["COUNTRY_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SHORTNAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "shortname"
                          ["phpName":protected]=>
                          string(9) "Shortname"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["OFFICIAL"]=>
                        object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "official"
                          ["phpName":protected]=>
                          string(8) "Official"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["IDOLD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "idold"
                          ["phpName":protected]=>
                          string(5) "Idold"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["YEAR_FOUNDED"]=>
                        object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(12) "year_founded"
                          ["phpName":protected]=>
                          string(11) "YearFounded"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DATE_FOUNDED"]=>
                        object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                          ["type":protected]=>
                          string(4) "DATE"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(12) "date_founded"
                          ["phpName":protected]=>
                          string(11) "DateFounded"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["YEAR_DISSOLVED"]=>
                        object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "year_dissolved"
                          ["phpName":protected]=>
                          string(13) "YearDissolved"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DATE_DISSOLVED"]=>
                        object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                          ["type":protected]=>
                          string(4) "DATE"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "date_dissolved"
                          ["phpName":protected]=>
                          string(13) "DateDissolved"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["KNOWN_AS"]=>
                        object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "known_as"
                          ["phpName":protected]=>
                          string(7) "KnownAs"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["CLUB_NAME_HISTORY"]=>
                        object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(17) "club_name_history"
                          ["phpName":protected]=>
                          string(15) "ClubNameHistory"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DESCRIPTION"]=>
                        object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(11) "description"
                          ["phpName":protected]=>
                          string(11) "Description"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PRIVATE_NOTICE"]=>
                        object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "private_notice"
                          ["phpName":protected]=>
                          string(13) "PrivateNotice"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["IDMOVEDTO"]=>
                        object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "idmovedto"
                          ["phpName":protected]=>
                          string(9) "Idmovedto"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(16) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(7) "home_id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["CountryId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Shortname"]=>
                        object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "shortname"
                          ["phpName":protected]=>
                          string(9) "Shortname"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Official"]=>
                        object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "official"
                          ["phpName":protected]=>
                          string(8) "Official"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Idold"]=>
                        object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "idold"
                          ["phpName":protected]=>
                          string(5) "Idold"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["YearFounded"]=>
                        object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(12) "year_founded"
                          ["phpName":protected]=>
                          string(11) "YearFounded"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DateFounded"]=>
                        object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                          ["type":protected]=>
                          string(4) "DATE"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(12) "date_founded"
                          ["phpName":protected]=>
                          string(11) "DateFounded"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["YearDissolved"]=>
                        object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "year_dissolved"
                          ["phpName":protected]=>
                          string(13) "YearDissolved"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DateDissolved"]=>
                        object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                          ["type":protected]=>
                          string(4) "DATE"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "date_dissolved"
                          ["phpName":protected]=>
                          string(13) "DateDissolved"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["KnownAs"]=>
                        object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "known_as"
                          ["phpName":protected]=>
                          string(7) "KnownAs"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ClubNameHistory"]=>
                        object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(17) "club_name_history"
                          ["phpName":protected]=>
                          string(15) "ClubNameHistory"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Description"]=>
                        object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(11) "description"
                          ["phpName":protected]=>
                          string(11) "Description"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PrivateNotice"]=>
                        object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "private_notice"
                          ["phpName":protected]=>
                          string(13) "PrivateNotice"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Idmovedto"]=>
                        object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "idmovedto"
                          ["phpName":protected]=>
                          string(9) "Idmovedto"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(112) {
                        ["Id"]=>
                        string(2) "ID"
                        ["Club.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["club.id"]=>
                        string(2) "ID"
                        ["ClubTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["CountryId"]=>
                        string(10) "COUNTRY_ID"
                        ["Club.CountryId"]=>
                        string(10) "COUNTRY_ID"
                        ["countryId"]=>
                        string(10) "COUNTRY_ID"
                        ["club.countryId"]=>
                        string(10) "COUNTRY_ID"
                        ["ClubTableMap::COL_COUNTRY_ID"]=>
                        string(10) "COUNTRY_ID"
                        ["COL_COUNTRY_ID"]=>
                        string(10) "COUNTRY_ID"
                        ["country_id"]=>
                        string(10) "COUNTRY_ID"
                        ["club.country_id"]=>
                        string(10) "COUNTRY_ID"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["Club.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["club.slug"]=>
                        string(4) "SLUG"
                        ["ClubTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                        ["Name"]=>
                        string(4) "NAME"
                        ["Club.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["club.name"]=>
                        string(4) "NAME"
                        ["ClubTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["Shortname"]=>
                        string(9) "SHORTNAME"
                        ["Club.Shortname"]=>
                        string(9) "SHORTNAME"
                        ["shortname"]=>
                        string(9) "SHORTNAME"
                        ["club.shortname"]=>
                        string(9) "SHORTNAME"
                        ["ClubTableMap::COL_SHORTNAME"]=>
                        string(9) "SHORTNAME"
                        ["COL_SHORTNAME"]=>
                        string(9) "SHORTNAME"
                        ["Official"]=>
                        string(8) "OFFICIAL"
                        ["Club.Official"]=>
                        string(8) "OFFICIAL"
                        ["official"]=>
                        string(8) "OFFICIAL"
                        ["club.official"]=>
                        string(8) "OFFICIAL"
                        ["ClubTableMap::COL_OFFICIAL"]=>
                        string(8) "OFFICIAL"
                        ["COL_OFFICIAL"]=>
                        string(8) "OFFICIAL"
                        ["Idold"]=>
                        string(5) "IDOLD"
                        ["Club.Idold"]=>
                        string(5) "IDOLD"
                        ["idold"]=>
                        string(5) "IDOLD"
                        ["club.idold"]=>
                        string(5) "IDOLD"
                        ["ClubTableMap::COL_IDOLD"]=>
                        string(5) "IDOLD"
                        ["COL_IDOLD"]=>
                        string(5) "IDOLD"
                        ["YearFounded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["Club.YearFounded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["yearFounded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["club.yearFounded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                        string(12) "YEAR_FOUNDED"
                        ["COL_YEAR_FOUNDED"]=>
                        string(12) "YEAR_FOUNDED"
                        ["year_founded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["club.year_founded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["DateFounded"]=>
                        string(12) "DATE_FOUNDED"
                        ["Club.DateFounded"]=>
                        string(12) "DATE_FOUNDED"
                        ["dateFounded"]=>
                        string(12) "DATE_FOUNDED"
                        ["club.dateFounded"]=>
                        string(12) "DATE_FOUNDED"
                        ["ClubTableMap::COL_DATE_FOUNDED"]=>
                        string(12) "DATE_FOUNDED"
                        ["COL_DATE_FOUNDED"]=>
                        string(12) "DATE_FOUNDED"
                        ["date_founded"]=>
                        string(12) "DATE_FOUNDED"
                        ["club.date_founded"]=>
                        string(12) "DATE_FOUNDED"
                        ["YearDissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["Club.YearDissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["yearDissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["club.yearDissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["COL_YEAR_DISSOLVED"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["year_dissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["club.year_dissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["DateDissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["Club.DateDissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["dateDissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["club.dateDissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                        string(14) "DATE_DISSOLVED"
                        ["COL_DATE_DISSOLVED"]=>
                        string(14) "DATE_DISSOLVED"
                        ["date_dissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["club.date_dissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["KnownAs"]=>
                        string(8) "KNOWN_AS"
                        ["Club.KnownAs"]=>
                        string(8) "KNOWN_AS"
                        ["knownAs"]=>
                        string(8) "KNOWN_AS"
                        ["club.knownAs"]=>
                        string(8) "KNOWN_AS"
                        ["ClubTableMap::COL_KNOWN_AS"]=>
                        string(8) "KNOWN_AS"
                        ["COL_KNOWN_AS"]=>
                        string(8) "KNOWN_AS"
                        ["known_as"]=>
                        string(8) "KNOWN_AS"
                        ["club.known_as"]=>
                        string(8) "KNOWN_AS"
                        ["ClubNameHistory"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["Club.ClubNameHistory"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["clubNameHistory"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["club.clubNameHistory"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["COL_CLUB_NAME_HISTORY"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["club_name_history"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["club.club_name_history"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["Description"]=>
                        string(11) "DESCRIPTION"
                        ["Club.Description"]=>
                        string(11) "DESCRIPTION"
                        ["description"]=>
                        string(11) "DESCRIPTION"
                        ["club.description"]=>
                        string(11) "DESCRIPTION"
                        ["ClubTableMap::COL_DESCRIPTION"]=>
                        string(11) "DESCRIPTION"
                        ["COL_DESCRIPTION"]=>
                        string(11) "DESCRIPTION"
                        ["PrivateNotice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["Club.PrivateNotice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["privateNotice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["club.privateNotice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["COL_PRIVATE_NOTICE"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["private_notice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["club.private_notice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["Idmovedto"]=>
                        string(9) "IDMOVEDTO"
                        ["Club.Idmovedto"]=>
                        string(9) "IDMOVEDTO"
                        ["idmovedto"]=>
                        string(9) "IDMOVEDTO"
                        ["club.idmovedto"]=>
                        string(9) "IDMOVEDTO"
                        ["ClubTableMap::COL_IDMOVEDTO"]=>
                        string(9) "IDMOVEDTO"
                        ["COL_IDMOVEDTO"]=>
                        string(9) "IDMOVEDTO"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(4) "club"
                      ["phpName":protected]=>
                      string(4) "Club"
                      ["classname":protected]=>
                      string(5) "\Club"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(7) "home_id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(2) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(7) "home_id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["country_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["club_map"]=>
                    string(20) "\Map\ClubMapTableMap"
                    ["country"]=>
                    object(Map\CountryTableMap)#62 (17) {
                      ["columns":protected]=>
                      array(3) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(3) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(18) {
                        ["Id"]=>
                        string(2) "ID"
                        ["Country.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["country.id"]=>
                        string(2) "ID"
                        ["CountryTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["Name"]=>
                        string(4) "NAME"
                        ["Country.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["country.name"]=>
                        string(4) "NAME"
                        ["CountryTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["Country.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["country.slug"]=>
                        string(4) "SLUG"
                        ["CountryTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(7) "country"
                      ["phpName":protected]=>
                      string(7) "Country"
                      ["classname":protected]=>
                      string(8) "\Country"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(0) {
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["customer"]=>
                    string(21) "\Map\CustomerTableMap"
                    ["customer_package"]=>
                    string(28) "\Map\CustomerPackageTableMap"
                    ["customer_package_type"]=>
                    string(32) "\Map\CustomerPackageTypeTableMap"
                    ["event_odd"]=>
                    string(21) "\Map\EventOddTableMap"
                    ["event_odd_move"]=>
                    string(25) "\Map\EventOddMoveTableMap"
                    ["import_source"]=>
                    string(25) "\Map\ImportSourceTableMap"
                    ["league"]=>
                    object(Map\LeagueTableMap)#45 (17) {
                      ["columns":protected]=>
                      array(10) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["COUNTRY_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SHORT_NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "short_name"
                          ["phpName":protected]=>
                          string(9) "ShortName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HAVE_STANDING"]=>
                        object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "have_standing"
                          ["phpName":protected]=>
                          string(12) "HaveStanding"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["FRONT_PAGE"]=>
                        object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "front_page"
                          ["phpName":protected]=>
                          string(9) "FrontPage"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ORD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(5)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEVEL"]=>
                        object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(10)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "level"
                          ["phpName":protected]=>
                          string(5) "Level"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PREVIEW"]=>
                        object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "preview"
                          ["phpName":protected]=>
                          string(7) "Preview"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(10) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["CountryId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ShortName"]=>
                        object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "short_name"
                          ["phpName":protected]=>
                          string(9) "ShortName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HaveStanding"]=>
                        object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "have_standing"
                          ["phpName":protected]=>
                          string(12) "HaveStanding"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["FrontPage"]=>
                        object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "front_page"
                          ["phpName":protected]=>
                          string(9) "FrontPage"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Ord"]=>
                        object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(5)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Level"]=>
                        object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(10)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "level"
                          ["phpName":protected]=>
                          string(5) "Level"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Preview"]=>
                        object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "preview"
                          ["phpName":protected]=>
                          string(7) "Preview"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(68) {
                        ["Id"]=>
                        string(2) "ID"
                        ["League.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["league.id"]=>
                        string(2) "ID"
                        ["LeagueTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["CountryId"]=>
                        string(10) "COUNTRY_ID"
                        ["League.CountryId"]=>
                        string(10) "COUNTRY_ID"
                        ["countryId"]=>
                        string(10) "COUNTRY_ID"
                        ["league.countryId"]=>
                        string(10) "COUNTRY_ID"
                        ["LeagueTableMap::COL_COUNTRY_ID"]=>
                        string(10) "COUNTRY_ID"
                        ["COL_COUNTRY_ID"]=>
                        string(10) "COUNTRY_ID"
                        ["country_id"]=>
                        string(10) "COUNTRY_ID"
                        ["league.country_id"]=>
                        string(10) "COUNTRY_ID"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["League.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["league.slug"]=>
                        string(4) "SLUG"
                        ["LeagueTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                        ["Name"]=>
                        string(4) "NAME"
                        ["League.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["league.name"]=>
                        string(4) "NAME"
                        ["LeagueTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["ShortName"]=>
                        string(10) "SHORT_NAME"
                        ["League.ShortName"]=>
                        string(10) "SHORT_NAME"
                        ["shortName"]=>
                        string(10) "SHORT_NAME"
                        ["league.shortName"]=>
                        string(10) "SHORT_NAME"
                        ["LeagueTableMap::COL_SHORT_NAME"]=>
                        string(10) "SHORT_NAME"
                        ["COL_SHORT_NAME"]=>
                        string(10) "SHORT_NAME"
                        ["short_name"]=>
                        string(10) "SHORT_NAME"
                        ["league.short_name"]=>
                        string(10) "SHORT_NAME"
                        ["HaveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["League.HaveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["haveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["league.haveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["LeagueTableMap::COL_HAVE_STANDING"]=>
                        string(13) "HAVE_STANDING"
                        ["COL_HAVE_STANDING"]=>
                        string(13) "HAVE_STANDING"
                        ["have_standing"]=>
                        string(13) "HAVE_STANDING"
                        ["league.have_standing"]=>
                        string(13) "HAVE_STANDING"
                        ["FrontPage"]=>
                        string(10) "FRONT_PAGE"
                        ["League.FrontPage"]=>
                        string(10) "FRONT_PAGE"
                        ["frontPage"]=>
                        string(10) "FRONT_PAGE"
                        ["league.frontPage"]=>
                        string(10) "FRONT_PAGE"
                        ["LeagueTableMap::COL_FRONT_PAGE"]=>
                        string(10) "FRONT_PAGE"
                        ["COL_FRONT_PAGE"]=>
                        string(10) "FRONT_PAGE"
                        ["front_page"]=>
                        string(10) "FRONT_PAGE"
                        ["league.front_page"]=>
                        string(10) "FRONT_PAGE"
                        ["Ord"]=>
                        string(3) "ORD"
                        ["League.Ord"]=>
                        string(3) "ORD"
                        ["ord"]=>
                        string(3) "ORD"
                        ["league.ord"]=>
                        string(3) "ORD"
                        ["LeagueTableMap::COL_ORD"]=>
                        string(3) "ORD"
                        ["COL_ORD"]=>
                        string(3) "ORD"
                        ["Level"]=>
                        string(5) "LEVEL"
                        ["League.Level"]=>
                        string(5) "LEVEL"
                        ["level"]=>
                        string(5) "LEVEL"
                        ["league.level"]=>
                        string(5) "LEVEL"
                        ["LeagueTableMap::COL_LEVEL"]=>
                        string(5) "LEVEL"
                        ["COL_LEVEL"]=>
                        string(5) "LEVEL"
                        ["Preview"]=>
                        string(7) "PREVIEW"
                        ["League.Preview"]=>
                        string(7) "PREVIEW"
                        ["preview"]=>
                        string(7) "PREVIEW"
                        ["league.preview"]=>
                        string(7) "PREVIEW"
                        ["LeagueTableMap::COL_PREVIEW"]=>
                        string(7) "PREVIEW"
                        ["COL_PREVIEW"]=>
                        string(7) "PREVIEW"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(6) "league"
                      ["phpName":protected]=>
                      string(6) "League"
                      ["classname":protected]=>
                      string(7) "\League"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(1) {
                        ["country_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["league_club"]=>
                    string(23) "\Map\LeagueClubTableMap"
                    ["league_game"]=>
                    *RECURSION*
                    ["league_game_card"]=>
                    string(27) "\Map\LeagueGameCardTableMap"
                    ["league_game_coach"]=>
                    string(28) "\Map\LeagueGameCoachTableMap"
                    ["league_game_goal"]=>
                    object(Map\LeagueGameGoalTableMap)#116 (17) {
                      ["columns":protected]=>
                      array(13) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEAGUE_GAME_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_game_id"
                          ["phpName":protected]=>
                          string(12) "LeagueGameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["CLUB_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(4) "club"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "club_id"
                          ["phpName":protected]=>
                          string(6) "ClubId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PERSON_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "person"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "person_id"
                          ["phpName":protected]=>
                          string(8) "PersonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PERSON_MAP_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(10) "person_map"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "person_map_id"
                          ["phpName":protected]=>
                          string(11) "PersonMapId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MIN"]=>
                        object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(2)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "min"
                          ["phpName":protected]=>
                          string(3) "Min"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MINPLUS"]=>
                        object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(2)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "minPlus"
                          ["phpName":protected]=>
                          string(7) "MinPlus"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PENALTY"]=>
                        object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "penalty"
                          ["phpName":protected]=>
                          string(7) "Penalty"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["OWN"]=>
                        object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "own"
                          ["phpName":protected]=>
                          string(3) "Own"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SHOOTS"]=>
                        object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "shoots"
                          ["phpName":protected]=>
                          string(13) "PenaltyShoots"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ISGOAL"]=>
                        object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "isgoal"
                          ["phpName":protected]=>
                          string(6) "IsGoal"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SCORE_MODE"]=>
                        object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(255)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "score_mode"
                          ["phpName":protected]=>
                          string(9) "ScoreMode"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ASSIST_BY"]=>
                        object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(255)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "assist_by"
                          ["phpName":protected]=>
                          string(8) "AssistBy"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(13) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LeagueGameId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_game_id"
                          ["phpName":protected]=>
                          string(12) "LeagueGameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ClubId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(4) "club"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "club_id"
                          ["phpName":protected]=>
                          string(6) "ClubId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PersonId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "person"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "person_id"
                          ["phpName":protected]=>
                          string(8) "PersonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PersonMapId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(10) "person_map"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "person_map_id"
                          ["phpName":protected]=>
                          string(11) "PersonMapId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Min"]=>
                        object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(2)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "min"
                          ["phpName":protected]=>
                          string(3) "Min"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MinPlus"]=>
                        object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(2)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "minPlus"
                          ["phpName":protected]=>
                          string(7) "MinPlus"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Penalty"]=>
                        object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "penalty"
                          ["phpName":protected]=>
                          string(7) "Penalty"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Own"]=>
                        object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "own"
                          ["phpName":protected]=>
                          string(3) "Own"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PenaltyShoots"]=>
                        object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "shoots"
                          ["phpName":protected]=>
                          string(13) "PenaltyShoots"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["IsGoal"]=>
                        object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "isgoal"
                          ["phpName":protected]=>
                          string(6) "IsGoal"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ScoreMode"]=>
                        object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(255)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "score_mode"
                          ["phpName":protected]=>
                          string(9) "ScoreMode"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["AssistBy"]=>
                        object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(255)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "assist_by"
                          ["phpName":protected]=>
                          string(8) "AssistBy"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(99) {
                        ["Id"]=>
                        string(2) "ID"
                        ["LeagueGameGoal.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["leagueGameGoal.id"]=>
                        string(2) "ID"
                        ["LeagueGameGoalTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["league_game_goal.id"]=>
                        string(2) "ID"
                        ["LeagueGameId"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["LeagueGameGoal.LeagueGameId"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["leagueGameId"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["leagueGameGoal.leagueGameId"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["COL_LEAGUE_GAME_ID"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["league_game_id"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["league_game_goal.league_game_id"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["ClubId"]=>
                        string(7) "CLUB_ID"
                        ["LeagueGameGoal.ClubId"]=>
                        string(7) "CLUB_ID"
                        ["clubId"]=>
                        string(7) "CLUB_ID"
                        ["leagueGameGoal.clubId"]=>
                        string(7) "CLUB_ID"
                        ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                        string(7) "CLUB_ID"
                        ["COL_CLUB_ID"]=>
                        string(7) "CLUB_ID"
                        ["club_id"]=>
                        string(7) "CLUB_ID"
                        ["league_game_goal.club_id"]=>
                        string(7) "CLUB_ID"
                        ["PersonId"]=>
                        string(9) "PERSON_ID"
                        ["LeagueGameGoal.PersonId"]=>
                        string(9) "PERSON_ID"
                        ["personId"]=>
                        string(9) "PERSON_ID"
                        ["leagueGameGoal.personId"]=>
                        string(9) "PERSON_ID"
                        ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                        string(9) "PERSON_ID"
                        ["COL_PERSON_ID"]=>
                        string(9) "PERSON_ID"
                        ["person_id"]=>
                        string(9) "PERSON_ID"
                        ["league_game_goal.person_id"]=>
                        string(9) "PERSON_ID"
                        ["PersonMapId"]=>
                        string(13) "PERSON_MAP_ID"
                        ["LeagueGameGoal.PersonMapId"]=>
                        string(13) "PERSON_MAP_ID"
                        ["personMapId"]=>
                        string(13) "PERSON_MAP_ID"
                        ["leagueGameGoal.personMapId"]=>
                        string(13) "PERSON_MAP_ID"
                        ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                        string(13) "PERSON_MAP_ID"
                        ["COL_PERSON_MAP_ID"]=>
                        string(13) "PERSON_MAP_ID"
                        ["person_map_id"]=>
                        string(13) "PERSON_MAP_ID"
                        ["league_game_goal.person_map_id"]=>
                        string(13) "PERSON_MAP_ID"
                        ["Min"]=>
                        string(3) "MIN"
                        ["LeagueGameGoal.Min"]=>
                        string(3) "MIN"
                        ["min"]=>
                        string(3) "MIN"
                        ["leagueGameGoal.min"]=>
                        string(3) "MIN"
                        ["LeagueGameGoalTableMap::COL_MIN"]=>
                        string(3) "MIN"
                        ["COL_MIN"]=>
                        string(3) "MIN"
                        ["league_game_goal.min"]=>
                        string(3) "MIN"
                        ["MinPlus"]=>
                        string(7) "MINPLUS"
                        ["LeagueGameGoal.MinPlus"]=>
                        string(7) "MINPLUS"
                        ["minPlus"]=>
                        string(7) "MINPLUS"
                        ["leagueGameGoal.minPlus"]=>
                        string(7) "MINPLUS"
                        ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                        string(7) "MINPLUS"
                        ["COL_MINPLUS"]=>
                        string(7) "MINPLUS"
                        ["league_game_goal.minPlus"]=>
                        string(7) "MINPLUS"
                        ["Penalty"]=>
                        string(7) "PENALTY"
                        ["LeagueGameGoal.Penalty"]=>
                        string(7) "PENALTY"
                        ["penalty"]=>
                        string(7) "PENALTY"
                        ["leagueGameGoal.penalty"]=>
                        string(7) "PENALTY"
                        ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                        string(7) "PENALTY"
                        ["COL_PENALTY"]=>
                        string(7) "PENALTY"
                        ["league_game_goal.penalty"]=>
                        string(7) "PENALTY"
                        ["Own"]=>
                        string(3) "OWN"
                        ["LeagueGameGoal.Own"]=>
                        string(3) "OWN"
                        ["own"]=>
                        string(3) "OWN"
                        ["leagueGameGoal.own"]=>
                        string(3) "OWN"
                        ["LeagueGameGoalTableMap::COL_OWN"]=>
                        string(3) "OWN"
                        ["COL_OWN"]=>
                        string(3) "OWN"
                        ["league_game_goal.own"]=>
                        string(3) "OWN"
                        ["PenaltyShoots"]=>
                        string(6) "SHOOTS"
                        ["LeagueGameGoal.PenaltyShoots"]=>
                        string(6) "SHOOTS"
                        ["penaltyShoots"]=>
                        string(6) "SHOOTS"
                        ["leagueGameGoal.penaltyShoots"]=>
                        string(6) "SHOOTS"
                        ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                        string(6) "SHOOTS"
                        ["COL_SHOOTS"]=>
                        string(6) "SHOOTS"
                        ["shoots"]=>
                        string(6) "SHOOTS"
                        ["league_game_goal.shoots"]=>
                        string(6) "SHOOTS"
                        ["IsGoal"]=>
                        string(6) "ISGOAL"
                        ["LeagueGameGoal.IsGoal"]=>
                        string(6) "ISGOAL"
                        ["isGoal"]=>
                        string(6) "ISGOAL"
                        ["leagueGameGoal.isGoal"]=>
                        string(6) "ISGOAL"
                        ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                        string(6) "ISGOAL"
                        ["COL_ISGOAL"]=>
                        string(6) "ISGOAL"
                        ["isgoal"]=>
                        string(6) "ISGOAL"
                        ["league_game_goal.isgoal"]=>
                        string(6) "ISGOAL"
                        ["ScoreMode"]=>
                        string(10) "SCORE_MODE"
                        ["LeagueGameGoal.ScoreMode"]=>
                        string(10) "SCORE_MODE"
                        ["scoreMode"]=>
                        string(10) "SCORE_MODE"
                        ["leagueGameGoal.scoreMode"]=>
                        string(10) "SCORE_MODE"
                        ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                        string(10) "SCORE_MODE"
                        ["COL_SCORE_MODE"]=>
                        string(10) "SCORE_MODE"
                        ["score_mode"]=>
                        string(10) "SCORE_MODE"
                        ["league_game_goal.score_mode"]=>
                        string(10) "SCORE_MODE"
                        ["AssistBy"]=>
                        string(9) "ASSIST_BY"
                        ["LeagueGameGoal.AssistBy"]=>
                        string(9) "ASSIST_BY"
                        ["assistBy"]=>
                        string(9) "ASSIST_BY"
                        ["leagueGameGoal.assistBy"]=>
                        string(9) "ASSIST_BY"
                        ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                        string(9) "ASSIST_BY"
                        ["COL_ASSIST_BY"]=>
                        string(9) "ASSIST_BY"
                        ["assist_by"]=>
                        string(9) "ASSIST_BY"
                        ["league_game_goal.assist_by"]=>
                        string(9) "ASSIST_BY"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(16) "league_game_goal"
                      ["phpName":protected]=>
                      string(14) "LeagueGameGoal"
                      ["classname":protected]=>
                      string(15) "\LeagueGameGoal"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(4) {
                        ["league_game_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_game_id"
                          ["phpName":protected]=>
                          string(12) "LeagueGameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["club_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(4) "club"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "club_id"
                          ["phpName":protected]=>
                          string(6) "ClubId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["person_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "person"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "person_id"
                          ["phpName":protected]=>
                          string(8) "PersonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["person_map_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(10) "person_map"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "person_map_id"
                          ["phpName":protected]=>
                          string(11) "PersonMapId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["league_game_metadata"]=>
                    string(31) "\Map\LeagueGameMetadataTableMap"
                    ["league_game_player"]=>
                    string(29) "\Map\LeagueGamePlayerTableMap"
                    ["league_game_referee"]=>
                    string(30) "\Map\LeagueGameRefereeTableMap"
                    ["league_game_statistic"]=>
                    string(32) "\Map\LeagueGameStatisticTableMap"
                    ["league_game_statistic_type"]=>
                    string(36) "\Map\LeagueGameStatisticTypeTableMap"
                    ["league_game_statistic_type_map"]=>
                    string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                    ["league_import"]=>
                    string(25) "\Map\LeagueImportTableMap"
                    ["league_import_game"]=>
                    string(29) "\Map\LeagueImportGameTableMap"
                    ["league_name"]=>
                    string(23) "\Map\LeagueNameTableMap"
                    ["league_next"]=>
                    string(23) "\Map\LeagueNextTableMap"
                    ["league_season"]=>
                    object(Map\LeagueSeasonTableMap)#83 (17) {
                      ["columns":protected]=>
                      array(5) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["START"]=>
                        object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "start"
                          ["phpName":protected]=>
                          string(5) "Start"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["END"]=>
                        object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "end"
                          ["phpName":protected]=>
                          string(3) "End"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["POINTS"]=>
                        object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "points"
                          ["phpName":protected]=>
                          string(6) "Points"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["IDOLD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "idold"
                          ["phpName":protected]=>
                          string(5) "Idold"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(5) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Start"]=>
                        object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "start"
                          ["phpName":protected]=>
                          string(5) "Start"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["End"]=>
                        object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "end"
                          ["phpName":protected]=>
                          string(3) "End"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Points"]=>
                        object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "points"
                          ["phpName":protected]=>
                          string(6) "Points"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Idold"]=>
                        object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "idold"
                          ["phpName":protected]=>
                          string(5) "Idold"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(35) {
                        ["Id"]=>
                        string(2) "ID"
                        ["LeagueSeason.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["leagueSeason.id"]=>
                        string(2) "ID"
                        ["LeagueSeasonTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["league_season.id"]=>
                        string(2) "ID"
                        ["Start"]=>
                        string(5) "START"
                        ["LeagueSeason.Start"]=>
                        string(5) "START"
                        ["start"]=>
                        string(5) "START"
                        ["leagueSeason.start"]=>
                        string(5) "START"
                        ["LeagueSeasonTableMap::COL_START"]=>
                        string(5) "START"
                        ["COL_START"]=>
                        string(5) "START"
                        ["league_season.start"]=>
                        string(5) "START"
                        ["End"]=>
                        string(3) "END"
                        ["LeagueSeason.End"]=>
                        string(3) "END"
                        ["end"]=>
                        string(3) "END"
                        ["leagueSeason.end"]=>
                        string(3) "END"
                        ["LeagueSeasonTableMap::COL_END"]=>
                        string(3) "END"
                        ["COL_END"]=>
                        string(3) "END"
                        ["league_season.end"]=>
                        string(3) "END"
                        ["Points"]=>
                        string(6) "POINTS"
                        ["LeagueSeason.Points"]=>
                        string(6) "POINTS"
                        ["points"]=>
                        string(6) "POINTS"
                        ["leagueSeason.points"]=>
                        string(6) "POINTS"
                        ["LeagueSeasonTableMap::COL_POINTS"]=>
                        string(6) "POINTS"
                        ["COL_POINTS"]=>
                        string(6) "POINTS"
                        ["league_season.points"]=>
                        string(6) "POINTS"
                        ["Idold"]=>
                        string(5) "IDOLD"
                        ["LeagueSeason.Idold"]=>
                        string(5) "IDOLD"
                        ["idold"]=>
                        string(5) "IDOLD"
                        ["leagueSeason.idold"]=>
                        string(5) "IDOLD"
                        ["LeagueSeasonTableMap::COL_IDOLD"]=>
                        string(5) "IDOLD"
                        ["COL_IDOLD"]=>
                        string(5) "IDOLD"
                        ["league_season.idold"]=>
                        string(5) "IDOLD"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(13) "league_season"
                      ["phpName":protected]=>
                      string(12) "LeagueSeason"
                      ["classname":protected]=>
                      string(13) "\LeagueSeason"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(0) {
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["league_season_name"]=>
                    object(Map\LeagueSeasonNameTableMap)#67 (17) {
                      ["columns":protected]=>
                      array(12) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEAGUE_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "league"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "league_id"
                          ["phpName":protected]=>
                          string(8) "LeagueId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEAGUE_NAME_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_name"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_name_id"
                          ["phpName":protected]=>
                          string(12) "LeagueNameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEAGUE_SEASON_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(13) "league_season"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "league_season_id"
                          ["phpName":protected]=>
                          string(14) "LeagueSeasonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HAVE_STANDING"]=>
                        object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "have_standing"
                          ["phpName":protected]=>
                          string(12) "HaveStanding"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ORD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(5)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NR_GAMES"]=>
                        object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "nr_games"
                          ["phpName":protected]=>
                          string(7) "NrGames"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NR_STAGES"]=>
                        object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "nr_stages"
                          ["phpName":protected]=>
                          string(8) "NrStages"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HAVE_GAME_DETAIL"]=>
                        object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "have_game_detail"
                          ["phpName":protected]=>
                          string(14) "HaveGameDetail"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HAVE_ASSISTANT_REFEREE"]=>
                        object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(22) "have_assistant_referee"
                          ["phpName":protected]=>
                          string(20) "HaveAssistantReferee"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(12) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LeagueId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "league"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "league_id"
                          ["phpName":protected]=>
                          string(8) "LeagueId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LeagueNameId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_name"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_name_id"
                          ["phpName":protected]=>
                          string(12) "LeagueNameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LeagueSeasonId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(13) "league_season"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "league_season_id"
                          ["phpName":protected]=>
                          string(14) "LeagueSeasonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HaveStanding"]=>
                        object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "have_standing"
                          ["phpName":protected]=>
                          string(12) "HaveStanding"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Ord"]=>
                        object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(5)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NrGames"]=>
                        object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "nr_games"
                          ["phpName":protected]=>
                          string(7) "NrGames"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NrStages"]=>
                        object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "nr_stages"
                          ["phpName":protected]=>
                          string(8) "NrStages"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HaveGameDetail"]=>
                        object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "have_game_detail"
                          ["phpName":protected]=>
                          string(14) "HaveGameDetail"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HaveAssistantReferee"]=>
                        object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(22) "have_assistant_referee"
                          ["phpName":protected]=>
                          string(20) "HaveAssistantReferee"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(92) {
                        ["Id"]=>
                        string(2) "ID"
                        ["LeagueSeasonName.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["leagueSeasonName.id"]=>
                        string(2) "ID"
                        ["LeagueSeasonNameTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["league_season_name.id"]=>
                        string(2) "ID"
                        ["LeagueId"]=>
                        string(9) "LEAGUE_ID"
                        ["LeagueSeasonName.LeagueId"]=>
                        string(9) "LEAGUE_ID"
                        ["leagueId"]=>
                        string(9) "LEAGUE_ID"
                        ["leagueSeasonName.leagueId"]=>
                        string(9) "LEAGUE_ID"
                        ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                        string(9) "LEAGUE_ID"
                        ["COL_LEAGUE_ID"]=>
                        string(9) "LEAGUE_ID"
                        ["league_id"]=>
                        string(9) "LEAGUE_ID"
                        ["league_season_name.league_id"]=>
                        string(9) "LEAGUE_ID"
                        ["LeagueNameId"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["LeagueSeasonName.LeagueNameId"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["leagueNameId"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["leagueSeasonName.leagueNameId"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["COL_LEAGUE_NAME_ID"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["league_name_id"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["league_season_name.league_name_id"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["LeagueSeasonId"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["LeagueSeasonName.LeagueSeasonId"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["leagueSeasonId"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["leagueSeasonName.leagueSeasonId"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["COL_LEAGUE_SEASON_ID"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["league_season_id"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["league_season_name.league_season_id"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["LeagueSeasonName.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["leagueSeasonName.slug"]=>
                        string(4) "SLUG"
                        ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                        ["league_season_name.slug"]=>
                        string(4) "SLUG"
                        ["Name"]=>
                        string(4) "NAME"
                        ["LeagueSeasonName.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["leagueSeasonName.name"]=>
                        string(4) "NAME"
                        ["LeagueSeasonNameTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["league_season_name.name"]=>
                        string(4) "NAME"
                        ["HaveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["LeagueSeasonName.HaveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["haveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["leagueSeasonName.haveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                        string(13) "HAVE_STANDING"
                        ["COL_HAVE_STANDING"]=>
                        string(13) "HAVE_STANDING"
                        ["have_standing"]=>
                        string(13) "HAVE_STANDING"
                        ["league_season_name.have_standing"]=>
                        string(13) "HAVE_STANDING"
                        ["Ord"]=>
                        string(3) "ORD"
                        ["LeagueSeasonName.Ord"]=>
                        string(3) "ORD"
                        ["ord"]=>
                        string(3) "ORD"
                        ["leagueSeasonName.ord"]=>
                        string(3) "ORD"
                        ["LeagueSeasonNameTableMap::COL_ORD"]=>
                        string(3) "ORD"
                        ["COL_ORD"]=>
                        string(3) "ORD"
                        ["league_season_name.ord"]=>
                        string(3) "ORD"
                        ["NrGames"]=>
                        string(8) "NR_GAMES"
                        ["LeagueSeasonName.NrGames"]=>
                        string(8) "NR_GAMES"
                        ["nrGames"]=>
                        string(8) "NR_GAMES"
                        ["leagueSeasonName.nrGames"]=>
                        string(8) "NR_GAMES"
                        ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                        string(8) "NR_GAMES"
                        ["COL_NR_GAMES"]=>
                        string(8) "NR_GAMES"
                        ["nr_games"]=>
                        string(8) "NR_GAMES"
                        ["league_season_name.nr_games"]=>
                        string(8) "NR_GAMES"
                        ["NrStages"]=>
                        string(9) "NR_STAGES"
                        ["LeagueSeasonName.NrStages"]=>
                        string(9) "NR_STAGES"
                        ["nrStages"]=>
                        string(9) "NR_STAGES"
                        ["leagueSeasonName.nrStages"]=>
                        string(9) "NR_STAGES"
                        ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                        string(9) "NR_STAGES"
                        ["COL_NR_STAGES"]=>
                        string(9) "NR_STAGES"
                        ["nr_stages"]=>
                        string(9) "NR_STAGES"
                        ["league_season_name.nr_stages"]=>
                        string(9) "NR_STAGES"
                        ["HaveGameDetail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["LeagueSeasonName.HaveGameDetail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["haveGameDetail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["leagueSeasonName.haveGameDetail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["COL_HAVE_GAME_DETAIL"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["have_game_detail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["league_season_name.have_game_detail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["HaveAssistantReferee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["LeagueSeasonName.HaveAssistantReferee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["haveAssistantReferee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["leagueSeasonName.haveAssistantReferee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["COL_HAVE_ASSISTANT_REFEREE"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["have_assistant_referee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["league_season_name.have_assistant_referee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(18) "league_season_name"
                      ["phpName":protected]=>
                      string(16) "LeagueSeasonName"
                      ["classname":protected]=>
                      string(17) "\LeagueSeasonName"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(3) {
                        ["league_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "league"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "league_id"
                          ["phpName":protected]=>
                          string(8) "LeagueId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["league_name_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_name"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_name_id"
                          ["phpName":protected]=>
                          string(12) "LeagueNameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["league_season_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(13) "league_season"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "league_season_id"
                          ["phpName":protected]=>
                          string(14) "LeagueSeasonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["national_game"]=>
                    string(25) "\Map\NationalGameTableMap"
                    ["national_game_card"]=>
                    string(29) "\Map\NationalGameCardTableMap"
                    ["national_game_coach"]=>
                    string(30) "\Map\NationalGameCoachTableMap"
                    ["national_game_goal"]=>
                    string(29) "\Map\NationalGameGoalTableMap"
                    ["national_game_player"]=>
                    string(31) "\Map\NationalGamePlayerTableMap"
                    ["national_game_referee"]=>
                    string(32) "\Map\NationalGameRefereeTableMap"
                    ["national_game_type"]=>
                    string(29) "\Map\NationalGameTypeTableMap"
                    ["national_tournament"]=>
                    string(31) "\Map\NationalTournamentTableMap"
                    ["national_tournament_name"]=>
                    string(35) "\Map\NationalTournamentNameTableMap"
                    ["object_resource_link"]=>
                    string(31) "\Map\ObjectResourceLinkTableMap"
                    ["object_resource_private"]=>
                    string(34) "\Map\ObjectResourcePrivateTableMap"
                    ["object_resource_private_content"]=>
                    string(41) "\Map\ObjectResourcePrivateContentTableMap"
                    ["object_resource_private_metadata"]=>
                    string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                    ["object_resource_private_name"]=>
                    string(38) "\Map\ObjectResourcePrivateNameTableMap"
                    ["person"]=>
                    string(19) "\Map\PersonTableMap"
                    ["person_map"]=>
                    string(22) "\Map\PersonMapTableMap"
                    ["player_type"]=>
                    string(23) "\Map\PlayerTypeTableMap"
                    ["stage"]=>
                    object(Map\StageTableMap)#84 (17) {
                      ["columns":protected]=>
                      array(8) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SHORT_NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "short_name"
                          ["phpName":protected]=>
                          string(9) "ShortName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PREFIX"]=>
                        object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "prefix"
                          ["phpName":protected]=>
                          string(6) "Prefix"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SUFFIX"]=>
                        object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "suffix"
                          ["phpName":protected]=>
                          string(6) "Suffix"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MAP_NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "map_name"
                          ["phpName":protected]=>
                          string(7) "MapName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ORD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(8) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ShortName"]=>
                        object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "short_name"
                          ["phpName":protected]=>
                          string(9) "ShortName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Prefix"]=>
                        object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "prefix"
                          ["phpName":protected]=>
                          string(6) "Prefix"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Suffix"]=>
                        object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "suffix"
                          ["phpName":protected]=>
                          string(6) "Suffix"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MapName"]=>
                        object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "map_name"
                          ["phpName":protected]=>
                          string(7) "MapName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Ord"]=>
                        object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(52) {
                        ["Id"]=>
                        string(2) "ID"
                        ["Stage.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["stage.id"]=>
                        string(2) "ID"
                        ["StageTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["Name"]=>
                        string(4) "NAME"
                        ["Stage.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["stage.name"]=>
                        string(4) "NAME"
                        ["StageTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["ShortName"]=>
                        string(10) "SHORT_NAME"
                        ["Stage.ShortName"]=>
                        string(10) "SHORT_NAME"
                        ["shortName"]=>
                        string(10) "SHORT_NAME"
                        ["stage.shortName"]=>
                        string(10) "SHORT_NAME"
                        ["StageTableMap::COL_SHORT_NAME"]=>
                        string(10) "SHORT_NAME"
                        ["COL_SHORT_NAME"]=>
                        string(10) "SHORT_NAME"
                        ["short_name"]=>
                        string(10) "SHORT_NAME"
                        ["stage.short_name"]=>
                        string(10) "SHORT_NAME"
                        ["Prefix"]=>
                        string(6) "PREFIX"
                        ["Stage.Prefix"]=>
                        string(6) "PREFIX"
                        ["prefix"]=>
                        string(6) "PREFIX"
                        ["stage.prefix"]=>
                        string(6) "PREFIX"
                        ["StageTableMap::COL_PREFIX"]=>
                        string(6) "PREFIX"
                        ["COL_PREFIX"]=>
                        string(6) "PREFIX"
                        ["Suffix"]=>
                        string(6) "SUFFIX"
                        ["Stage.Suffix"]=>
                        string(6) "SUFFIX"
                        ["suffix"]=>
                        string(6) "SUFFIX"
                        ["stage.suffix"]=>
                        string(6) "SUFFIX"
                        ["StageTableMap::COL_SUFFIX"]=>
                        string(6) "SUFFIX"
                        ["COL_SUFFIX"]=>
                        string(6) "SUFFIX"
                        ["MapName"]=>
                        string(8) "MAP_NAME"
                        ["Stage.MapName"]=>
                        string(8) "MAP_NAME"
                        ["mapName"]=>
                        string(8) "MAP_NAME"
                        ["stage.mapName"]=>
                        string(8) "MAP_NAME"
                        ["StageTableMap::COL_MAP_NAME"]=>
                        string(8) "MAP_NAME"
                        ["COL_MAP_NAME"]=>
                        string(8) "MAP_NAME"
                        ["map_name"]=>
                        string(8) "MAP_NAME"
                        ["stage.map_name"]=>
                        string(8) "MAP_NAME"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["Stage.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["stage.slug"]=>
                        string(4) "SLUG"
                        ["StageTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                        ["Ord"]=>
                        string(3) "ORD"
                        ["Stage.Ord"]=>
                        string(3) "ORD"
                        ["ord"]=>
                        string(3) "ORD"
                        ["stage.ord"]=>
                        string(3) "ORD"
                        ["StageTableMap::COL_ORD"]=>
                        string(3) "ORD"
                        ["COL_ORD"]=>
                        string(3) "ORD"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(5) "stage"
                      ["phpName":protected]=>
                      string(5) "Stage"
                      ["classname":protected]=>
                      string(6) "\Stage"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(0) {
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                  }
                  ["tablesByPhpName":protected]=>
                  array(50) {
                    ["\AccessLog"]=>
                    string(22) "\Map\AccessLogTableMap"
                    ["\Account"]=>
                    string(20) "\Map\AccountTableMap"
                    ["\Article"]=>
                    string(20) "\Map\ArticleTableMap"
                    ["\ArticleCategory"]=>
                    string(28) "\Map\ArticleCategoryTableMap"
                    ["\Bookmaker"]=>
                    string(22) "\Map\BookmakerTableMap"
                    ["\Club"]=>
                    object(Map\ClubTableMap)#98 (17) {
                      ["columns":protected]=>
                      array(16) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(7) "home_id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["COUNTRY_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SHORTNAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "shortname"
                          ["phpName":protected]=>
                          string(9) "Shortname"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["OFFICIAL"]=>
                        object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "official"
                          ["phpName":protected]=>
                          string(8) "Official"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["IDOLD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "idold"
                          ["phpName":protected]=>
                          string(5) "Idold"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["YEAR_FOUNDED"]=>
                        object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(12) "year_founded"
                          ["phpName":protected]=>
                          string(11) "YearFounded"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DATE_FOUNDED"]=>
                        object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                          ["type":protected]=>
                          string(4) "DATE"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(12) "date_founded"
                          ["phpName":protected]=>
                          string(11) "DateFounded"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["YEAR_DISSOLVED"]=>
                        object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "year_dissolved"
                          ["phpName":protected]=>
                          string(13) "YearDissolved"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DATE_DISSOLVED"]=>
                        object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                          ["type":protected]=>
                          string(4) "DATE"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "date_dissolved"
                          ["phpName":protected]=>
                          string(13) "DateDissolved"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["KNOWN_AS"]=>
                        object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "known_as"
                          ["phpName":protected]=>
                          string(7) "KnownAs"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["CLUB_NAME_HISTORY"]=>
                        object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(17) "club_name_history"
                          ["phpName":protected]=>
                          string(15) "ClubNameHistory"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DESCRIPTION"]=>
                        object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(11) "description"
                          ["phpName":protected]=>
                          string(11) "Description"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PRIVATE_NOTICE"]=>
                        object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "private_notice"
                          ["phpName":protected]=>
                          string(13) "PrivateNotice"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["IDMOVEDTO"]=>
                        object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "idmovedto"
                          ["phpName":protected]=>
                          string(9) "Idmovedto"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(16) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(7) "home_id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["CountryId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Shortname"]=>
                        object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "shortname"
                          ["phpName":protected]=>
                          string(9) "Shortname"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Official"]=>
                        object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "official"
                          ["phpName":protected]=>
                          string(8) "Official"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Idold"]=>
                        object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "idold"
                          ["phpName":protected]=>
                          string(5) "Idold"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["YearFounded"]=>
                        object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(12) "year_founded"
                          ["phpName":protected]=>
                          string(11) "YearFounded"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DateFounded"]=>
                        object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                          ["type":protected]=>
                          string(4) "DATE"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(12) "date_founded"
                          ["phpName":protected]=>
                          string(11) "DateFounded"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["YearDissolved"]=>
                        object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "year_dissolved"
                          ["phpName":protected]=>
                          string(13) "YearDissolved"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["DateDissolved"]=>
                        object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                          ["type":protected]=>
                          string(4) "DATE"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "date_dissolved"
                          ["phpName":protected]=>
                          string(13) "DateDissolved"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["KnownAs"]=>
                        object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "known_as"
                          ["phpName":protected]=>
                          string(7) "KnownAs"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ClubNameHistory"]=>
                        object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(17) "club_name_history"
                          ["phpName":protected]=>
                          string(15) "ClubNameHistory"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Description"]=>
                        object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(11) "description"
                          ["phpName":protected]=>
                          string(11) "Description"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PrivateNotice"]=>
                        object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "private_notice"
                          ["phpName":protected]=>
                          string(13) "PrivateNotice"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Idmovedto"]=>
                        object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "idmovedto"
                          ["phpName":protected]=>
                          string(9) "Idmovedto"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(112) {
                        ["Id"]=>
                        string(2) "ID"
                        ["Club.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["club.id"]=>
                        string(2) "ID"
                        ["ClubTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["CountryId"]=>
                        string(10) "COUNTRY_ID"
                        ["Club.CountryId"]=>
                        string(10) "COUNTRY_ID"
                        ["countryId"]=>
                        string(10) "COUNTRY_ID"
                        ["club.countryId"]=>
                        string(10) "COUNTRY_ID"
                        ["ClubTableMap::COL_COUNTRY_ID"]=>
                        string(10) "COUNTRY_ID"
                        ["COL_COUNTRY_ID"]=>
                        string(10) "COUNTRY_ID"
                        ["country_id"]=>
                        string(10) "COUNTRY_ID"
                        ["club.country_id"]=>
                        string(10) "COUNTRY_ID"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["Club.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["club.slug"]=>
                        string(4) "SLUG"
                        ["ClubTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                        ["Name"]=>
                        string(4) "NAME"
                        ["Club.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["club.name"]=>
                        string(4) "NAME"
                        ["ClubTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["Shortname"]=>
                        string(9) "SHORTNAME"
                        ["Club.Shortname"]=>
                        string(9) "SHORTNAME"
                        ["shortname"]=>
                        string(9) "SHORTNAME"
                        ["club.shortname"]=>
                        string(9) "SHORTNAME"
                        ["ClubTableMap::COL_SHORTNAME"]=>
                        string(9) "SHORTNAME"
                        ["COL_SHORTNAME"]=>
                        string(9) "SHORTNAME"
                        ["Official"]=>
                        string(8) "OFFICIAL"
                        ["Club.Official"]=>
                        string(8) "OFFICIAL"
                        ["official"]=>
                        string(8) "OFFICIAL"
                        ["club.official"]=>
                        string(8) "OFFICIAL"
                        ["ClubTableMap::COL_OFFICIAL"]=>
                        string(8) "OFFICIAL"
                        ["COL_OFFICIAL"]=>
                        string(8) "OFFICIAL"
                        ["Idold"]=>
                        string(5) "IDOLD"
                        ["Club.Idold"]=>
                        string(5) "IDOLD"
                        ["idold"]=>
                        string(5) "IDOLD"
                        ["club.idold"]=>
                        string(5) "IDOLD"
                        ["ClubTableMap::COL_IDOLD"]=>
                        string(5) "IDOLD"
                        ["COL_IDOLD"]=>
                        string(5) "IDOLD"
                        ["YearFounded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["Club.YearFounded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["yearFounded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["club.yearFounded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                        string(12) "YEAR_FOUNDED"
                        ["COL_YEAR_FOUNDED"]=>
                        string(12) "YEAR_FOUNDED"
                        ["year_founded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["club.year_founded"]=>
                        string(12) "YEAR_FOUNDED"
                        ["DateFounded"]=>
                        string(12) "DATE_FOUNDED"
                        ["Club.DateFounded"]=>
                        string(12) "DATE_FOUNDED"
                        ["dateFounded"]=>
                        string(12) "DATE_FOUNDED"
                        ["club.dateFounded"]=>
                        string(12) "DATE_FOUNDED"
                        ["ClubTableMap::COL_DATE_FOUNDED"]=>
                        string(12) "DATE_FOUNDED"
                        ["COL_DATE_FOUNDED"]=>
                        string(12) "DATE_FOUNDED"
                        ["date_founded"]=>
                        string(12) "DATE_FOUNDED"
                        ["club.date_founded"]=>
                        string(12) "DATE_FOUNDED"
                        ["YearDissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["Club.YearDissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["yearDissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["club.yearDissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["COL_YEAR_DISSOLVED"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["year_dissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["club.year_dissolved"]=>
                        string(14) "YEAR_DISSOLVED"
                        ["DateDissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["Club.DateDissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["dateDissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["club.dateDissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                        string(14) "DATE_DISSOLVED"
                        ["COL_DATE_DISSOLVED"]=>
                        string(14) "DATE_DISSOLVED"
                        ["date_dissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["club.date_dissolved"]=>
                        string(14) "DATE_DISSOLVED"
                        ["KnownAs"]=>
                        string(8) "KNOWN_AS"
                        ["Club.KnownAs"]=>
                        string(8) "KNOWN_AS"
                        ["knownAs"]=>
                        string(8) "KNOWN_AS"
                        ["club.knownAs"]=>
                        string(8) "KNOWN_AS"
                        ["ClubTableMap::COL_KNOWN_AS"]=>
                        string(8) "KNOWN_AS"
                        ["COL_KNOWN_AS"]=>
                        string(8) "KNOWN_AS"
                        ["known_as"]=>
                        string(8) "KNOWN_AS"
                        ["club.known_as"]=>
                        string(8) "KNOWN_AS"
                        ["ClubNameHistory"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["Club.ClubNameHistory"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["clubNameHistory"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["club.clubNameHistory"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["COL_CLUB_NAME_HISTORY"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["club_name_history"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["club.club_name_history"]=>
                        string(17) "CLUB_NAME_HISTORY"
                        ["Description"]=>
                        string(11) "DESCRIPTION"
                        ["Club.Description"]=>
                        string(11) "DESCRIPTION"
                        ["description"]=>
                        string(11) "DESCRIPTION"
                        ["club.description"]=>
                        string(11) "DESCRIPTION"
                        ["ClubTableMap::COL_DESCRIPTION"]=>
                        string(11) "DESCRIPTION"
                        ["COL_DESCRIPTION"]=>
                        string(11) "DESCRIPTION"
                        ["PrivateNotice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["Club.PrivateNotice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["privateNotice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["club.privateNotice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["COL_PRIVATE_NOTICE"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["private_notice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["club.private_notice"]=>
                        string(14) "PRIVATE_NOTICE"
                        ["Idmovedto"]=>
                        string(9) "IDMOVEDTO"
                        ["Club.Idmovedto"]=>
                        string(9) "IDMOVEDTO"
                        ["idmovedto"]=>
                        string(9) "IDMOVEDTO"
                        ["club.idmovedto"]=>
                        string(9) "IDMOVEDTO"
                        ["ClubTableMap::COL_IDMOVEDTO"]=>
                        string(9) "IDMOVEDTO"
                        ["COL_IDMOVEDTO"]=>
                        string(9) "IDMOVEDTO"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(4) "club"
                      ["phpName":protected]=>
                      string(4) "Club"
                      ["classname":protected]=>
                      string(5) "\Club"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(7) "home_id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(2) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(7) "home_id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["country_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["\ClubMap"]=>
                    string(20) "\Map\ClubMapTableMap"
                    ["\Country"]=>
                    object(Map\CountryTableMap)#62 (17) {
                      ["columns":protected]=>
                      array(3) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(3) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(18) {
                        ["Id"]=>
                        string(2) "ID"
                        ["Country.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["country.id"]=>
                        string(2) "ID"
                        ["CountryTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["Name"]=>
                        string(4) "NAME"
                        ["Country.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["country.name"]=>
                        string(4) "NAME"
                        ["CountryTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["Country.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["country.slug"]=>
                        string(4) "SLUG"
                        ["CountryTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(7) "country"
                      ["phpName":protected]=>
                      string(7) "Country"
                      ["classname":protected]=>
                      string(8) "\Country"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(0) {
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["\Customer"]=>
                    string(21) "\Map\CustomerTableMap"
                    ["\CustomerPackage"]=>
                    string(28) "\Map\CustomerPackageTableMap"
                    ["\CustomerPackageType"]=>
                    string(32) "\Map\CustomerPackageTypeTableMap"
                    ["\EventOdd"]=>
                    string(21) "\Map\EventOddTableMap"
                    ["\EventOddMove"]=>
                    string(25) "\Map\EventOddMoveTableMap"
                    ["\ImportSource"]=>
                    string(25) "\Map\ImportSourceTableMap"
                    ["\League"]=>
                    object(Map\LeagueTableMap)#45 (17) {
                      ["columns":protected]=>
                      array(10) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["COUNTRY_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SHORT_NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "short_name"
                          ["phpName":protected]=>
                          string(9) "ShortName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HAVE_STANDING"]=>
                        object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "have_standing"
                          ["phpName":protected]=>
                          string(12) "HaveStanding"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["FRONT_PAGE"]=>
                        object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "front_page"
                          ["phpName":protected]=>
                          string(9) "FrontPage"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ORD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(5)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEVEL"]=>
                        object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(10)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "level"
                          ["phpName":protected]=>
                          string(5) "Level"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PREVIEW"]=>
                        object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "preview"
                          ["phpName":protected]=>
                          string(7) "Preview"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(10) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["CountryId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ShortName"]=>
                        object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "short_name"
                          ["phpName":protected]=>
                          string(9) "ShortName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HaveStanding"]=>
                        object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "have_standing"
                          ["phpName":protected]=>
                          string(12) "HaveStanding"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["FrontPage"]=>
                        object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "front_page"
                          ["phpName":protected]=>
                          string(9) "FrontPage"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Ord"]=>
                        object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(5)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Level"]=>
                        object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(10)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "level"
                          ["phpName":protected]=>
                          string(5) "Level"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Preview"]=>
                        object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "preview"
                          ["phpName":protected]=>
                          string(7) "Preview"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(68) {
                        ["Id"]=>
                        string(2) "ID"
                        ["League.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["league.id"]=>
                        string(2) "ID"
                        ["LeagueTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["CountryId"]=>
                        string(10) "COUNTRY_ID"
                        ["League.CountryId"]=>
                        string(10) "COUNTRY_ID"
                        ["countryId"]=>
                        string(10) "COUNTRY_ID"
                        ["league.countryId"]=>
                        string(10) "COUNTRY_ID"
                        ["LeagueTableMap::COL_COUNTRY_ID"]=>
                        string(10) "COUNTRY_ID"
                        ["COL_COUNTRY_ID"]=>
                        string(10) "COUNTRY_ID"
                        ["country_id"]=>
                        string(10) "COUNTRY_ID"
                        ["league.country_id"]=>
                        string(10) "COUNTRY_ID"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["League.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["league.slug"]=>
                        string(4) "SLUG"
                        ["LeagueTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                        ["Name"]=>
                        string(4) "NAME"
                        ["League.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["league.name"]=>
                        string(4) "NAME"
                        ["LeagueTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["ShortName"]=>
                        string(10) "SHORT_NAME"
                        ["League.ShortName"]=>
                        string(10) "SHORT_NAME"
                        ["shortName"]=>
                        string(10) "SHORT_NAME"
                        ["league.shortName"]=>
                        string(10) "SHORT_NAME"
                        ["LeagueTableMap::COL_SHORT_NAME"]=>
                        string(10) "SHORT_NAME"
                        ["COL_SHORT_NAME"]=>
                        string(10) "SHORT_NAME"
                        ["short_name"]=>
                        string(10) "SHORT_NAME"
                        ["league.short_name"]=>
                        string(10) "SHORT_NAME"
                        ["HaveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["League.HaveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["haveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["league.haveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["LeagueTableMap::COL_HAVE_STANDING"]=>
                        string(13) "HAVE_STANDING"
                        ["COL_HAVE_STANDING"]=>
                        string(13) "HAVE_STANDING"
                        ["have_standing"]=>
                        string(13) "HAVE_STANDING"
                        ["league.have_standing"]=>
                        string(13) "HAVE_STANDING"
                        ["FrontPage"]=>
                        string(10) "FRONT_PAGE"
                        ["League.FrontPage"]=>
                        string(10) "FRONT_PAGE"
                        ["frontPage"]=>
                        string(10) "FRONT_PAGE"
                        ["league.frontPage"]=>
                        string(10) "FRONT_PAGE"
                        ["LeagueTableMap::COL_FRONT_PAGE"]=>
                        string(10) "FRONT_PAGE"
                        ["COL_FRONT_PAGE"]=>
                        string(10) "FRONT_PAGE"
                        ["front_page"]=>
                        string(10) "FRONT_PAGE"
                        ["league.front_page"]=>
                        string(10) "FRONT_PAGE"
                        ["Ord"]=>
                        string(3) "ORD"
                        ["League.Ord"]=>
                        string(3) "ORD"
                        ["ord"]=>
                        string(3) "ORD"
                        ["league.ord"]=>
                        string(3) "ORD"
                        ["LeagueTableMap::COL_ORD"]=>
                        string(3) "ORD"
                        ["COL_ORD"]=>
                        string(3) "ORD"
                        ["Level"]=>
                        string(5) "LEVEL"
                        ["League.Level"]=>
                        string(5) "LEVEL"
                        ["level"]=>
                        string(5) "LEVEL"
                        ["league.level"]=>
                        string(5) "LEVEL"
                        ["LeagueTableMap::COL_LEVEL"]=>
                        string(5) "LEVEL"
                        ["COL_LEVEL"]=>
                        string(5) "LEVEL"
                        ["Preview"]=>
                        string(7) "PREVIEW"
                        ["League.Preview"]=>
                        string(7) "PREVIEW"
                        ["preview"]=>
                        string(7) "PREVIEW"
                        ["league.preview"]=>
                        string(7) "PREVIEW"
                        ["LeagueTableMap::COL_PREVIEW"]=>
                        string(7) "PREVIEW"
                        ["COL_PREVIEW"]=>
                        string(7) "PREVIEW"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(6) "league"
                      ["phpName":protected]=>
                      string(6) "League"
                      ["classname":protected]=>
                      string(7) "\League"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(1) {
                        ["country_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(7) "country"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "country_id"
                          ["phpName":protected]=>
                          string(9) "CountryId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["\LeagueClub"]=>
                    string(23) "\Map\LeagueClubTableMap"
                    ["\LeagueGame"]=>
                    *RECURSION*
                    ["\LeagueGameCard"]=>
                    string(27) "\Map\LeagueGameCardTableMap"
                    ["\LeagueGameCoach"]=>
                    string(28) "\Map\LeagueGameCoachTableMap"
                    ["\LeagueGameGoal"]=>
                    object(Map\LeagueGameGoalTableMap)#116 (17) {
                      ["columns":protected]=>
                      array(13) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEAGUE_GAME_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_game_id"
                          ["phpName":protected]=>
                          string(12) "LeagueGameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["CLUB_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(4) "club"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "club_id"
                          ["phpName":protected]=>
                          string(6) "ClubId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PERSON_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "person"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "person_id"
                          ["phpName":protected]=>
                          string(8) "PersonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PERSON_MAP_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(10) "person_map"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "person_map_id"
                          ["phpName":protected]=>
                          string(11) "PersonMapId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MIN"]=>
                        object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(2)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "min"
                          ["phpName":protected]=>
                          string(3) "Min"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MINPLUS"]=>
                        object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(2)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "minPlus"
                          ["phpName":protected]=>
                          string(7) "MinPlus"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PENALTY"]=>
                        object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "penalty"
                          ["phpName":protected]=>
                          string(7) "Penalty"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["OWN"]=>
                        object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "own"
                          ["phpName":protected]=>
                          string(3) "Own"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SHOOTS"]=>
                        object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "shoots"
                          ["phpName":protected]=>
                          string(13) "PenaltyShoots"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ISGOAL"]=>
                        object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "isgoal"
                          ["phpName":protected]=>
                          string(6) "IsGoal"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SCORE_MODE"]=>
                        object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(255)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "score_mode"
                          ["phpName":protected]=>
                          string(9) "ScoreMode"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ASSIST_BY"]=>
                        object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(255)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "assist_by"
                          ["phpName":protected]=>
                          string(8) "AssistBy"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(13) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LeagueGameId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_game_id"
                          ["phpName":protected]=>
                          string(12) "LeagueGameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ClubId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(4) "club"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "club_id"
                          ["phpName":protected]=>
                          string(6) "ClubId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PersonId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "person"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "person_id"
                          ["phpName":protected]=>
                          string(8) "PersonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PersonMapId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(10) "person_map"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "person_map_id"
                          ["phpName":protected]=>
                          string(11) "PersonMapId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Min"]=>
                        object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(2)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "min"
                          ["phpName":protected]=>
                          string(3) "Min"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MinPlus"]=>
                        object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(2)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "minPlus"
                          ["phpName":protected]=>
                          string(7) "MinPlus"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Penalty"]=>
                        object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "penalty"
                          ["phpName":protected]=>
                          string(7) "Penalty"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Own"]=>
                        object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "own"
                          ["phpName":protected]=>
                          string(3) "Own"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PenaltyShoots"]=>
                        object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "shoots"
                          ["phpName":protected]=>
                          string(13) "PenaltyShoots"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["IsGoal"]=>
                        object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "isgoal"
                          ["phpName":protected]=>
                          string(6) "IsGoal"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ScoreMode"]=>
                        object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(255)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "score_mode"
                          ["phpName":protected]=>
                          string(9) "ScoreMode"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["AssistBy"]=>
                        object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(255)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "assist_by"
                          ["phpName":protected]=>
                          string(8) "AssistBy"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(99) {
                        ["Id"]=>
                        string(2) "ID"
                        ["LeagueGameGoal.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["leagueGameGoal.id"]=>
                        string(2) "ID"
                        ["LeagueGameGoalTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["league_game_goal.id"]=>
                        string(2) "ID"
                        ["LeagueGameId"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["LeagueGameGoal.LeagueGameId"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["leagueGameId"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["leagueGameGoal.leagueGameId"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["COL_LEAGUE_GAME_ID"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["league_game_id"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["league_game_goal.league_game_id"]=>
                        string(14) "LEAGUE_GAME_ID"
                        ["ClubId"]=>
                        string(7) "CLUB_ID"
                        ["LeagueGameGoal.ClubId"]=>
                        string(7) "CLUB_ID"
                        ["clubId"]=>
                        string(7) "CLUB_ID"
                        ["leagueGameGoal.clubId"]=>
                        string(7) "CLUB_ID"
                        ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                        string(7) "CLUB_ID"
                        ["COL_CLUB_ID"]=>
                        string(7) "CLUB_ID"
                        ["club_id"]=>
                        string(7) "CLUB_ID"
                        ["league_game_goal.club_id"]=>
                        string(7) "CLUB_ID"
                        ["PersonId"]=>
                        string(9) "PERSON_ID"
                        ["LeagueGameGoal.PersonId"]=>
                        string(9) "PERSON_ID"
                        ["personId"]=>
                        string(9) "PERSON_ID"
                        ["leagueGameGoal.personId"]=>
                        string(9) "PERSON_ID"
                        ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                        string(9) "PERSON_ID"
                        ["COL_PERSON_ID"]=>
                        string(9) "PERSON_ID"
                        ["person_id"]=>
                        string(9) "PERSON_ID"
                        ["league_game_goal.person_id"]=>
                        string(9) "PERSON_ID"
                        ["PersonMapId"]=>
                        string(13) "PERSON_MAP_ID"
                        ["LeagueGameGoal.PersonMapId"]=>
                        string(13) "PERSON_MAP_ID"
                        ["personMapId"]=>
                        string(13) "PERSON_MAP_ID"
                        ["leagueGameGoal.personMapId"]=>
                        string(13) "PERSON_MAP_ID"
                        ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                        string(13) "PERSON_MAP_ID"
                        ["COL_PERSON_MAP_ID"]=>
                        string(13) "PERSON_MAP_ID"
                        ["person_map_id"]=>
                        string(13) "PERSON_MAP_ID"
                        ["league_game_goal.person_map_id"]=>
                        string(13) "PERSON_MAP_ID"
                        ["Min"]=>
                        string(3) "MIN"
                        ["LeagueGameGoal.Min"]=>
                        string(3) "MIN"
                        ["min"]=>
                        string(3) "MIN"
                        ["leagueGameGoal.min"]=>
                        string(3) "MIN"
                        ["LeagueGameGoalTableMap::COL_MIN"]=>
                        string(3) "MIN"
                        ["COL_MIN"]=>
                        string(3) "MIN"
                        ["league_game_goal.min"]=>
                        string(3) "MIN"
                        ["MinPlus"]=>
                        string(7) "MINPLUS"
                        ["LeagueGameGoal.MinPlus"]=>
                        string(7) "MINPLUS"
                        ["minPlus"]=>
                        string(7) "MINPLUS"
                        ["leagueGameGoal.minPlus"]=>
                        string(7) "MINPLUS"
                        ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                        string(7) "MINPLUS"
                        ["COL_MINPLUS"]=>
                        string(7) "MINPLUS"
                        ["league_game_goal.minPlus"]=>
                        string(7) "MINPLUS"
                        ["Penalty"]=>
                        string(7) "PENALTY"
                        ["LeagueGameGoal.Penalty"]=>
                        string(7) "PENALTY"
                        ["penalty"]=>
                        string(7) "PENALTY"
                        ["leagueGameGoal.penalty"]=>
                        string(7) "PENALTY"
                        ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                        string(7) "PENALTY"
                        ["COL_PENALTY"]=>
                        string(7) "PENALTY"
                        ["league_game_goal.penalty"]=>
                        string(7) "PENALTY"
                        ["Own"]=>
                        string(3) "OWN"
                        ["LeagueGameGoal.Own"]=>
                        string(3) "OWN"
                        ["own"]=>
                        string(3) "OWN"
                        ["leagueGameGoal.own"]=>
                        string(3) "OWN"
                        ["LeagueGameGoalTableMap::COL_OWN"]=>
                        string(3) "OWN"
                        ["COL_OWN"]=>
                        string(3) "OWN"
                        ["league_game_goal.own"]=>
                        string(3) "OWN"
                        ["PenaltyShoots"]=>
                        string(6) "SHOOTS"
                        ["LeagueGameGoal.PenaltyShoots"]=>
                        string(6) "SHOOTS"
                        ["penaltyShoots"]=>
                        string(6) "SHOOTS"
                        ["leagueGameGoal.penaltyShoots"]=>
                        string(6) "SHOOTS"
                        ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                        string(6) "SHOOTS"
                        ["COL_SHOOTS"]=>
                        string(6) "SHOOTS"
                        ["shoots"]=>
                        string(6) "SHOOTS"
                        ["league_game_goal.shoots"]=>
                        string(6) "SHOOTS"
                        ["IsGoal"]=>
                        string(6) "ISGOAL"
                        ["LeagueGameGoal.IsGoal"]=>
                        string(6) "ISGOAL"
                        ["isGoal"]=>
                        string(6) "ISGOAL"
                        ["leagueGameGoal.isGoal"]=>
                        string(6) "ISGOAL"
                        ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                        string(6) "ISGOAL"
                        ["COL_ISGOAL"]=>
                        string(6) "ISGOAL"
                        ["isgoal"]=>
                        string(6) "ISGOAL"
                        ["league_game_goal.isgoal"]=>
                        string(6) "ISGOAL"
                        ["ScoreMode"]=>
                        string(10) "SCORE_MODE"
                        ["LeagueGameGoal.ScoreMode"]=>
                        string(10) "SCORE_MODE"
                        ["scoreMode"]=>
                        string(10) "SCORE_MODE"
                        ["leagueGameGoal.scoreMode"]=>
                        string(10) "SCORE_MODE"
                        ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                        string(10) "SCORE_MODE"
                        ["COL_SCORE_MODE"]=>
                        string(10) "SCORE_MODE"
                        ["score_mode"]=>
                        string(10) "SCORE_MODE"
                        ["league_game_goal.score_mode"]=>
                        string(10) "SCORE_MODE"
                        ["AssistBy"]=>
                        string(9) "ASSIST_BY"
                        ["LeagueGameGoal.AssistBy"]=>
                        string(9) "ASSIST_BY"
                        ["assistBy"]=>
                        string(9) "ASSIST_BY"
                        ["leagueGameGoal.assistBy"]=>
                        string(9) "ASSIST_BY"
                        ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                        string(9) "ASSIST_BY"
                        ["COL_ASSIST_BY"]=>
                        string(9) "ASSIST_BY"
                        ["assist_by"]=>
                        string(9) "ASSIST_BY"
                        ["league_game_goal.assist_by"]=>
                        string(9) "ASSIST_BY"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(16) "league_game_goal"
                      ["phpName":protected]=>
                      string(14) "LeagueGameGoal"
                      ["classname":protected]=>
                      string(15) "\LeagueGameGoal"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(4) {
                        ["league_game_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_game"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_game_id"
                          ["phpName":protected]=>
                          string(12) "LeagueGameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["club_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(4) "club"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(7) "club_id"
                          ["phpName":protected]=>
                          string(6) "ClubId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["person_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "person"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "person_id"
                          ["phpName":protected]=>
                          string(8) "PersonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["person_map_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(10) "person_map"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "person_map_id"
                          ["phpName":protected]=>
                          string(11) "PersonMapId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["\LeagueGameMetadata"]=>
                    string(31) "\Map\LeagueGameMetadataTableMap"
                    ["\LeagueGamePlayer"]=>
                    string(29) "\Map\LeagueGamePlayerTableMap"
                    ["\LeagueGameReferee"]=>
                    string(30) "\Map\LeagueGameRefereeTableMap"
                    ["\LeagueGameStatistic"]=>
                    string(32) "\Map\LeagueGameStatisticTableMap"
                    ["\LeagueGameStatisticType"]=>
                    string(36) "\Map\LeagueGameStatisticTypeTableMap"
                    ["\LeagueGameStatisticTypeMap"]=>
                    string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                    ["\LeagueImport"]=>
                    string(25) "\Map\LeagueImportTableMap"
                    ["\LeagueImportGame"]=>
                    string(29) "\Map\LeagueImportGameTableMap"
                    ["\LeagueName"]=>
                    string(23) "\Map\LeagueNameTableMap"
                    ["\LeagueNext"]=>
                    string(23) "\Map\LeagueNextTableMap"
                    ["\LeagueSeason"]=>
                    object(Map\LeagueSeasonTableMap)#83 (17) {
                      ["columns":protected]=>
                      array(5) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["START"]=>
                        object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "start"
                          ["phpName":protected]=>
                          string(5) "Start"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["END"]=>
                        object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "end"
                          ["phpName":protected]=>
                          string(3) "End"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["POINTS"]=>
                        object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "points"
                          ["phpName":protected]=>
                          string(6) "Points"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["IDOLD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "idold"
                          ["phpName":protected]=>
                          string(5) "Idold"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(5) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Start"]=>
                        object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "start"
                          ["phpName":protected]=>
                          string(5) "Start"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["End"]=>
                        object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "end"
                          ["phpName":protected]=>
                          string(3) "End"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Points"]=>
                        object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "points"
                          ["phpName":protected]=>
                          string(6) "Points"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Idold"]=>
                        object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(5) "idold"
                          ["phpName":protected]=>
                          string(5) "Idold"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(35) {
                        ["Id"]=>
                        string(2) "ID"
                        ["LeagueSeason.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["leagueSeason.id"]=>
                        string(2) "ID"
                        ["LeagueSeasonTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["league_season.id"]=>
                        string(2) "ID"
                        ["Start"]=>
                        string(5) "START"
                        ["LeagueSeason.Start"]=>
                        string(5) "START"
                        ["start"]=>
                        string(5) "START"
                        ["leagueSeason.start"]=>
                        string(5) "START"
                        ["LeagueSeasonTableMap::COL_START"]=>
                        string(5) "START"
                        ["COL_START"]=>
                        string(5) "START"
                        ["league_season.start"]=>
                        string(5) "START"
                        ["End"]=>
                        string(3) "END"
                        ["LeagueSeason.End"]=>
                        string(3) "END"
                        ["end"]=>
                        string(3) "END"
                        ["leagueSeason.end"]=>
                        string(3) "END"
                        ["LeagueSeasonTableMap::COL_END"]=>
                        string(3) "END"
                        ["COL_END"]=>
                        string(3) "END"
                        ["league_season.end"]=>
                        string(3) "END"
                        ["Points"]=>
                        string(6) "POINTS"
                        ["LeagueSeason.Points"]=>
                        string(6) "POINTS"
                        ["points"]=>
                        string(6) "POINTS"
                        ["leagueSeason.points"]=>
                        string(6) "POINTS"
                        ["LeagueSeasonTableMap::COL_POINTS"]=>
                        string(6) "POINTS"
                        ["COL_POINTS"]=>
                        string(6) "POINTS"
                        ["league_season.points"]=>
                        string(6) "POINTS"
                        ["Idold"]=>
                        string(5) "IDOLD"
                        ["LeagueSeason.Idold"]=>
                        string(5) "IDOLD"
                        ["idold"]=>
                        string(5) "IDOLD"
                        ["leagueSeason.idold"]=>
                        string(5) "IDOLD"
                        ["LeagueSeasonTableMap::COL_IDOLD"]=>
                        string(5) "IDOLD"
                        ["COL_IDOLD"]=>
                        string(5) "IDOLD"
                        ["league_season.idold"]=>
                        string(5) "IDOLD"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(13) "league_season"
                      ["phpName":protected]=>
                      string(12) "LeagueSeason"
                      ["classname":protected]=>
                      string(13) "\LeagueSeason"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(0) {
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["\LeagueSeasonName"]=>
                    object(Map\LeagueSeasonNameTableMap)#67 (17) {
                      ["columns":protected]=>
                      array(12) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEAGUE_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "league"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "league_id"
                          ["phpName":protected]=>
                          string(8) "LeagueId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEAGUE_NAME_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_name"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_name_id"
                          ["phpName":protected]=>
                          string(12) "LeagueNameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LEAGUE_SEASON_ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(13) "league_season"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "league_season_id"
                          ["phpName":protected]=>
                          string(14) "LeagueSeasonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HAVE_STANDING"]=>
                        object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "have_standing"
                          ["phpName":protected]=>
                          string(12) "HaveStanding"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ORD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(5)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NR_GAMES"]=>
                        object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "nr_games"
                          ["phpName":protected]=>
                          string(7) "NrGames"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NR_STAGES"]=>
                        object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "nr_stages"
                          ["phpName":protected]=>
                          string(8) "NrStages"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HAVE_GAME_DETAIL"]=>
                        object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "have_game_detail"
                          ["phpName":protected]=>
                          string(14) "HaveGameDetail"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HAVE_ASSISTANT_REFEREE"]=>
                        object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(22) "have_assistant_referee"
                          ["phpName":protected]=>
                          string(20) "HaveAssistantReferee"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(12) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LeagueId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "league"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "league_id"
                          ["phpName":protected]=>
                          string(8) "LeagueId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LeagueNameId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_name"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_name_id"
                          ["phpName":protected]=>
                          string(12) "LeagueNameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["LeagueSeasonId"]=>
                        object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(13) "league_season"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "league_season_id"
                          ["phpName":protected]=>
                          string(14) "LeagueSeasonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HaveStanding"]=>
                        object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(13) "have_standing"
                          ["phpName":protected]=>
                          string(12) "HaveStanding"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Ord"]=>
                        object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(5)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NrGames"]=>
                        object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "nr_games"
                          ["phpName":protected]=>
                          string(7) "NrGames"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NrStages"]=>
                        object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "nr_stages"
                          ["phpName":protected]=>
                          string(8) "NrStages"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HaveGameDetail"]=>
                        object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "have_game_detail"
                          ["phpName":protected]=>
                          string(14) "HaveGameDetail"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["HaveAssistantReferee"]=>
                        object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                          ["type":protected]=>
                          string(7) "BOOLEAN"
                          ["size":protected]=>
                          int(1)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(22) "have_assistant_referee"
                          ["phpName":protected]=>
                          string(20) "HaveAssistantReferee"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(92) {
                        ["Id"]=>
                        string(2) "ID"
                        ["LeagueSeasonName.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["leagueSeasonName.id"]=>
                        string(2) "ID"
                        ["LeagueSeasonNameTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["league_season_name.id"]=>
                        string(2) "ID"
                        ["LeagueId"]=>
                        string(9) "LEAGUE_ID"
                        ["LeagueSeasonName.LeagueId"]=>
                        string(9) "LEAGUE_ID"
                        ["leagueId"]=>
                        string(9) "LEAGUE_ID"
                        ["leagueSeasonName.leagueId"]=>
                        string(9) "LEAGUE_ID"
                        ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                        string(9) "LEAGUE_ID"
                        ["COL_LEAGUE_ID"]=>
                        string(9) "LEAGUE_ID"
                        ["league_id"]=>
                        string(9) "LEAGUE_ID"
                        ["league_season_name.league_id"]=>
                        string(9) "LEAGUE_ID"
                        ["LeagueNameId"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["LeagueSeasonName.LeagueNameId"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["leagueNameId"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["leagueSeasonName.leagueNameId"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["COL_LEAGUE_NAME_ID"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["league_name_id"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["league_season_name.league_name_id"]=>
                        string(14) "LEAGUE_NAME_ID"
                        ["LeagueSeasonId"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["LeagueSeasonName.LeagueSeasonId"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["leagueSeasonId"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["leagueSeasonName.leagueSeasonId"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["COL_LEAGUE_SEASON_ID"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["league_season_id"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["league_season_name.league_season_id"]=>
                        string(16) "LEAGUE_SEASON_ID"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["LeagueSeasonName.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["leagueSeasonName.slug"]=>
                        string(4) "SLUG"
                        ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                        ["league_season_name.slug"]=>
                        string(4) "SLUG"
                        ["Name"]=>
                        string(4) "NAME"
                        ["LeagueSeasonName.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["leagueSeasonName.name"]=>
                        string(4) "NAME"
                        ["LeagueSeasonNameTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["league_season_name.name"]=>
                        string(4) "NAME"
                        ["HaveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["LeagueSeasonName.HaveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["haveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["leagueSeasonName.haveStanding"]=>
                        string(13) "HAVE_STANDING"
                        ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                        string(13) "HAVE_STANDING"
                        ["COL_HAVE_STANDING"]=>
                        string(13) "HAVE_STANDING"
                        ["have_standing"]=>
                        string(13) "HAVE_STANDING"
                        ["league_season_name.have_standing"]=>
                        string(13) "HAVE_STANDING"
                        ["Ord"]=>
                        string(3) "ORD"
                        ["LeagueSeasonName.Ord"]=>
                        string(3) "ORD"
                        ["ord"]=>
                        string(3) "ORD"
                        ["leagueSeasonName.ord"]=>
                        string(3) "ORD"
                        ["LeagueSeasonNameTableMap::COL_ORD"]=>
                        string(3) "ORD"
                        ["COL_ORD"]=>
                        string(3) "ORD"
                        ["league_season_name.ord"]=>
                        string(3) "ORD"
                        ["NrGames"]=>
                        string(8) "NR_GAMES"
                        ["LeagueSeasonName.NrGames"]=>
                        string(8) "NR_GAMES"
                        ["nrGames"]=>
                        string(8) "NR_GAMES"
                        ["leagueSeasonName.nrGames"]=>
                        string(8) "NR_GAMES"
                        ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                        string(8) "NR_GAMES"
                        ["COL_NR_GAMES"]=>
                        string(8) "NR_GAMES"
                        ["nr_games"]=>
                        string(8) "NR_GAMES"
                        ["league_season_name.nr_games"]=>
                        string(8) "NR_GAMES"
                        ["NrStages"]=>
                        string(9) "NR_STAGES"
                        ["LeagueSeasonName.NrStages"]=>
                        string(9) "NR_STAGES"
                        ["nrStages"]=>
                        string(9) "NR_STAGES"
                        ["leagueSeasonName.nrStages"]=>
                        string(9) "NR_STAGES"
                        ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                        string(9) "NR_STAGES"
                        ["COL_NR_STAGES"]=>
                        string(9) "NR_STAGES"
                        ["nr_stages"]=>
                        string(9) "NR_STAGES"
                        ["league_season_name.nr_stages"]=>
                        string(9) "NR_STAGES"
                        ["HaveGameDetail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["LeagueSeasonName.HaveGameDetail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["haveGameDetail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["leagueSeasonName.haveGameDetail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["COL_HAVE_GAME_DETAIL"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["have_game_detail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["league_season_name.have_game_detail"]=>
                        string(16) "HAVE_GAME_DETAIL"
                        ["HaveAssistantReferee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["LeagueSeasonName.HaveAssistantReferee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["haveAssistantReferee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["leagueSeasonName.haveAssistantReferee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["COL_HAVE_ASSISTANT_REFEREE"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["have_assistant_referee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                        ["league_season_name.have_assistant_referee"]=>
                        string(22) "HAVE_ASSISTANT_REFEREE"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(18) "league_season_name"
                      ["phpName":protected]=>
                      string(16) "LeagueSeasonName"
                      ["classname":protected]=>
                      string(17) "\LeagueSeasonName"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(3) {
                        ["league_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(6) "league"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(9) "league_id"
                          ["phpName":protected]=>
                          string(8) "LeagueId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["league_name_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(11) "league_name"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(14) "league_name_id"
                          ["phpName":protected]=>
                          string(12) "LeagueNameId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["league_season_id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(13) "league_season"
                          ["relatedColumnName":protected]=>
                          string(2) "id"
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(16) "league_season_id"
                          ["phpName":protected]=>
                          string(14) "LeagueSeasonId"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                    ["\NationalGame"]=>
                    string(25) "\Map\NationalGameTableMap"
                    ["\NationalGameCard"]=>
                    string(29) "\Map\NationalGameCardTableMap"
                    ["\NationalGameCoach"]=>
                    string(30) "\Map\NationalGameCoachTableMap"
                    ["\NationalGameGoal"]=>
                    string(29) "\Map\NationalGameGoalTableMap"
                    ["\NationalGamePlayer"]=>
                    string(31) "\Map\NationalGamePlayerTableMap"
                    ["\NationalGameReferee"]=>
                    string(32) "\Map\NationalGameRefereeTableMap"
                    ["\NationalGameType"]=>
                    string(29) "\Map\NationalGameTypeTableMap"
                    ["\NationalTournament"]=>
                    string(31) "\Map\NationalTournamentTableMap"
                    ["\NationalTournamentName"]=>
                    string(35) "\Map\NationalTournamentNameTableMap"
                    ["\ObjectResourceLink"]=>
                    string(31) "\Map\ObjectResourceLinkTableMap"
                    ["\ObjectResourcePrivate"]=>
                    string(34) "\Map\ObjectResourcePrivateTableMap"
                    ["\ObjectResourcePrivateContent"]=>
                    string(41) "\Map\ObjectResourcePrivateContentTableMap"
                    ["\ObjectResourcePrivateMetadata"]=>
                    string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                    ["\ObjectResourcePrivateName"]=>
                    string(38) "\Map\ObjectResourcePrivateNameTableMap"
                    ["\Person"]=>
                    string(19) "\Map\PersonTableMap"
                    ["\PersonMap"]=>
                    string(22) "\Map\PersonMapTableMap"
                    ["\PlayerType"]=>
                    string(23) "\Map\PlayerTypeTableMap"
                    ["\Stage"]=>
                    object(Map\StageTableMap)#84 (17) {
                      ["columns":protected]=>
                      array(8) {
                        ["ID"]=>
                        object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SHORT_NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "short_name"
                          ["phpName":protected]=>
                          string(9) "ShortName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["PREFIX"]=>
                        object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "prefix"
                          ["phpName":protected]=>
                          string(6) "Prefix"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SUFFIX"]=>
                        object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "suffix"
                          ["phpName":protected]=>
                          string(6) "Suffix"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MAP_NAME"]=>
                        object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "map_name"
                          ["phpName":protected]=>
                          string(7) "MapName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["SLUG"]=>
                        object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ORD"]=>
                        object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["columnsByPhpName":protected]=>
                      array(8) {
                        ["Id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Name"]=>
                        object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "name"
                          ["phpName":protected]=>
                          string(4) "Name"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["ShortName"]=>
                        object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(10) "short_name"
                          ["phpName":protected]=>
                          string(9) "ShortName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Prefix"]=>
                        object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "prefix"
                          ["phpName":protected]=>
                          string(6) "Prefix"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Suffix"]=>
                        object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(6) "suffix"
                          ["phpName":protected]=>
                          string(6) "Suffix"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["MapName"]=>
                        object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                          ["type":protected]=>
                          string(11) "LONGVARCHAR"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(8) "map_name"
                          ["phpName":protected]=>
                          string(7) "MapName"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Slug"]=>
                        object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                          ["type":protected]=>
                          string(7) "VARCHAR"
                          ["size":protected]=>
                          int(250)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(4) "slug"
                          ["phpName":protected]=>
                          string(4) "Slug"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                        ["Ord"]=>
                        object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                          ["type":protected]=>
                          string(8) "SMALLINT"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(false)
                          ["notNull":protected]=>
                          bool(false)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(3) "ord"
                          ["phpName":protected]=>
                          string(3) "Ord"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["normalizedColumnNameMap":protected]=>
                      array(52) {
                        ["Id"]=>
                        string(2) "ID"
                        ["Stage.Id"]=>
                        string(2) "ID"
                        ["id"]=>
                        string(2) "ID"
                        ["stage.id"]=>
                        string(2) "ID"
                        ["StageTableMap::COL_ID"]=>
                        string(2) "ID"
                        ["COL_ID"]=>
                        string(2) "ID"
                        ["Name"]=>
                        string(4) "NAME"
                        ["Stage.Name"]=>
                        string(4) "NAME"
                        ["name"]=>
                        string(4) "NAME"
                        ["stage.name"]=>
                        string(4) "NAME"
                        ["StageTableMap::COL_NAME"]=>
                        string(4) "NAME"
                        ["COL_NAME"]=>
                        string(4) "NAME"
                        ["ShortName"]=>
                        string(10) "SHORT_NAME"
                        ["Stage.ShortName"]=>
                        string(10) "SHORT_NAME"
                        ["shortName"]=>
                        string(10) "SHORT_NAME"
                        ["stage.shortName"]=>
                        string(10) "SHORT_NAME"
                        ["StageTableMap::COL_SHORT_NAME"]=>
                        string(10) "SHORT_NAME"
                        ["COL_SHORT_NAME"]=>
                        string(10) "SHORT_NAME"
                        ["short_name"]=>
                        string(10) "SHORT_NAME"
                        ["stage.short_name"]=>
                        string(10) "SHORT_NAME"
                        ["Prefix"]=>
                        string(6) "PREFIX"
                        ["Stage.Prefix"]=>
                        string(6) "PREFIX"
                        ["prefix"]=>
                        string(6) "PREFIX"
                        ["stage.prefix"]=>
                        string(6) "PREFIX"
                        ["StageTableMap::COL_PREFIX"]=>
                        string(6) "PREFIX"
                        ["COL_PREFIX"]=>
                        string(6) "PREFIX"
                        ["Suffix"]=>
                        string(6) "SUFFIX"
                        ["Stage.Suffix"]=>
                        string(6) "SUFFIX"
                        ["suffix"]=>
                        string(6) "SUFFIX"
                        ["stage.suffix"]=>
                        string(6) "SUFFIX"
                        ["StageTableMap::COL_SUFFIX"]=>
                        string(6) "SUFFIX"
                        ["COL_SUFFIX"]=>
                        string(6) "SUFFIX"
                        ["MapName"]=>
                        string(8) "MAP_NAME"
                        ["Stage.MapName"]=>
                        string(8) "MAP_NAME"
                        ["mapName"]=>
                        string(8) "MAP_NAME"
                        ["stage.mapName"]=>
                        string(8) "MAP_NAME"
                        ["StageTableMap::COL_MAP_NAME"]=>
                        string(8) "MAP_NAME"
                        ["COL_MAP_NAME"]=>
                        string(8) "MAP_NAME"
                        ["map_name"]=>
                        string(8) "MAP_NAME"
                        ["stage.map_name"]=>
                        string(8) "MAP_NAME"
                        ["Slug"]=>
                        string(4) "SLUG"
                        ["Stage.Slug"]=>
                        string(4) "SLUG"
                        ["slug"]=>
                        string(4) "SLUG"
                        ["stage.slug"]=>
                        string(4) "SLUG"
                        ["StageTableMap::COL_SLUG"]=>
                        string(4) "SLUG"
                        ["COL_SLUG"]=>
                        string(4) "SLUG"
                        ["Ord"]=>
                        string(3) "ORD"
                        ["Stage.Ord"]=>
                        string(3) "ORD"
                        ["ord"]=>
                        string(3) "ORD"
                        ["stage.ord"]=>
                        string(3) "ORD"
                        ["StageTableMap::COL_ORD"]=>
                        string(3) "ORD"
                        ["COL_ORD"]=>
                        string(3) "ORD"
                      }
                      ["dbMap":protected]=>
                      *RECURSION*
                      ["tableName":protected]=>
                      string(5) "stage"
                      ["phpName":protected]=>
                      string(5) "Stage"
                      ["classname":protected]=>
                      string(6) "\Stage"
                      ["package":protected]=>
                      string(9) "lib.model"
                      ["useIdGenerator":protected]=>
                      bool(true)
                      ["isSingleTableInheritance":protected]=>
                      bool(false)
                      ["isCrossRef":protected]=>
                      bool(false)
                      ["primaryKeys":protected]=>
                      array(1) {
                        ["id"]=>
                        object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                          ["type":protected]=>
                          string(7) "INTEGER"
                          ["size":protected]=>
                          int(0)
                          ["pk":protected]=>
                          bool(true)
                          ["notNull":protected]=>
                          bool(true)
                          ["defaultValue":protected]=>
                          NULL
                          ["relatedTableName":protected]=>
                          string(0) ""
                          ["relatedColumnName":protected]=>
                          string(0) ""
                          ["table":protected]=>
                          *RECURSION*
                          ["columnName":protected]=>
                          string(2) "id"
                          ["phpName":protected]=>
                          string(2) "Id"
                          ["valueSet":protected]=>
                          array(0) {
                          }
                          ["isPkString":protected]=>
                          bool(false)
                        }
                      }
                      ["foreignKeys":protected]=>
                      array(0) {
                      }
                      ["relations":protected]=>
                      array(0) {
                      }
                      ["relationsBuilt":protected]=>
                      bool(false)
                      ["pkInfo":protected]=>
                      NULL
                      ["identifierQuoting":protected]=>
                      bool(false)
                    }
                  }
                }
                ["tableName":protected]=>
                string(11) "league_game"
                ["phpName":protected]=>
                string(10) "LeagueGame"
                ["classname":protected]=>
                string(11) "\LeagueGame"
                ["package":protected]=>
                string(9) "lib.model"
                ["useIdGenerator":protected]=>
                bool(true)
                ["isSingleTableInheritance":protected]=>
                bool(false)
                ["isCrossRef":protected]=>
                bool(false)
                ["primaryKeys":protected]=>
                array(1) {
                  ["id"]=>
                  object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(true)
                    ["notNull":protected]=>
                    bool(true)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(0) ""
                    ["relatedColumnName":protected]=>
                    string(0) ""
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(2) "id"
                    ["phpName":protected]=>
                    string(2) "Id"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                }
                ["foreignKeys":protected]=>
                array(6) {
                  ["league_id"]=>
                  object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(6) "league"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(9) "league_id"
                    ["phpName":protected]=>
                    string(8) "LeagueId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["league_name_id"]=>
                  object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(11) "league_name"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(14) "league_name_id"
                    ["phpName":protected]=>
                    string(12) "LeagueNameId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["home_id"]=>
                  object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(4) "club"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(7) "home_id"
                    ["phpName":protected]=>
                    string(6) "HomeId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["away_id"]=>
                  object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(false)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(4) "club"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(7) "away_id"
                    ["phpName":protected]=>
                    string(6) "AwayId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["stage_id"]=>
                  object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                    ["type":protected]=>
                    string(7) "INTEGER"
                    ["size":protected]=>
                    int(0)
                    ["pk":protected]=>
                    bool(false)
                    ["notNull":protected]=>
                    bool(true)
                    ["defaultValue":protected]=>
                    NULL
                    ["relatedTableName":protected]=>
                    string(5) "stage"
                    ["relatedColumnName":protected]=>
                    string(2) "id"
                    ["table":protected]=>
                    *RECURSION*
                    ["columnName":protected]=>
                    string(8) "stage_id"
                    ["phpName":protected]=>
                    string(7) "StageId"
                    ["valueSet":protected]=>
                    array(0) {
                    }
                    ["isPkString":protected]=>
                    bool(false)
                  }
                  ["season_id"]=>
                  *RECURSION*
                }
                ["relations":protected]=>
                array(0) {
                }
                ["relationsBuilt":protected]=>
                bool(false)
                ["pkInfo":protected]=>
                NULL
                ["identifierQuoting":protected]=>
                bool(false)
              }
              ["columnName":protected]=>
              string(9) "season_id"
              ["phpName":protected]=>
              string(8) "SeasonId"
              ["valueSet":protected]=>
              array(0) {
              }
              ["isPkString":protected]=>
              bool(false)
            }
          }
          ["currentAlias":protected]=>
          string(0) ""
          ["foundMatch":protected]=>
          bool(true)
          ["modelName":protected]=>
          string(10) "LeagueGame"
          ["modelTableMapName":protected]=>
          string(23) "\Map\LeagueGameTableMap"
          ["useAliasInSQL":protected]=>
          bool(false)
          ["modelAlias":protected]=>
          NULL
          ["tableMap":protected]=>
          object(Map\LeagueGameTableMap)#10 (17) {
            ["columns":protected]=>
            array(34) {
              ["ID"]=>
              object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(true)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(2) "id"
                ["phpName":protected]=>
                string(2) "Id"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["LEAGUE_ID"]=>
              object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(6) "league"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(9) "league_id"
                ["phpName":protected]=>
                string(8) "LeagueId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["LEAGUE_NAME_ID"]=>
              object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(11) "league_name"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(14) "league_name_id"
                ["phpName":protected]=>
                string(12) "LeagueNameId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["HOME_ID"]=>
              object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(4) "club"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(7) "home_id"
                ["phpName":protected]=>
                string(6) "HomeId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["AWAY_ID"]=>
              object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(4) "club"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(7) "away_id"
                ["phpName":protected]=>
                string(6) "AwayId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SC1"]=>
              object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(3) "sc1"
                ["phpName":protected]=>
                string(3) "Sc1"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SC2"]=>
              object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(3) "sc2"
                ["phpName":protected]=>
                string(3) "Sc2"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SCH1"]=>
              object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "sch1"
                ["phpName":protected]=>
                string(4) "Sch1"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SCH2"]=>
              object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "sch2"
                ["phpName":protected]=>
                string(4) "Sch2"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SCO1"]=>
              object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "sco1"
                ["phpName":protected]=>
                string(4) "Sco1"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SCO2"]=>
              object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "sco2"
                ["phpName":protected]=>
                string(4) "Sco2"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SCP1"]=>
              object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "scp1"
                ["phpName":protected]=>
                string(4) "Scp1"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SCP2"]=>
              object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "scp2"
                ["phpName":protected]=>
                string(4) "Scp2"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["DATE"]=>
              object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                ["type":protected]=>
                string(9) "TIMESTAMP"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "date"
                ["phpName":protected]=>
                string(4) "Date"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["HOUR"]=>
              object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                ["type":protected]=>
                string(4) "TIME"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "hour"
                ["phpName":protected]=>
                string(4) "Hour"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["NR_OF_SPECTATORS"]=>
              object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(16) "nr_of_spectators"
                ["phpName":protected]=>
                string(14) "NrOfSpectators"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["STAGE_ID"]=>
              object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(5) "stage"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(8) "stage_id"
                ["phpName":protected]=>
                string(7) "StageId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SEASON_ID"]=>
              object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(13) "league_season"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(9) "season_id"
                ["phpName":protected]=>
                string(8) "SeasonId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["EXTRATIME"]=>
              object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(9) "extratime"
                ["phpName":protected]=>
                string(9) "Extratime"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["PENALTYSHOOTS"]=>
              object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(13) "penaltyshoots"
                ["phpName":protected]=>
                string(13) "Penaltyshoots"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["DESCRIPTION"]=>
              object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                ["type":protected]=>
                string(11) "LONGVARCHAR"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(11) "description"
                ["phpName":protected]=>
                string(11) "Description"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["JSON_NOTICE"]=>
              object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                ["type":protected]=>
                string(11) "LONGVARCHAR"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(11) "json_notice"
                ["phpName":protected]=>
                string(10) "JsonNotice"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["TYPE"]=>
              object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "type"
                ["phpName":protected]=>
                string(4) "Type"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SHOW_DETAILS"]=>
              object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(12) "show_details"
                ["phpName":protected]=>
                string(11) "ShowDetails"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["CANCELED"]=>
              object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(8) "canceled"
                ["phpName":protected]=>
                string(8) "Canceled"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["ANNULLED"]=>
              object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(8) "annulled"
                ["phpName":protected]=>
                string(8) "Annulled"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["HIDE_SCORE"]=>
              object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(10) "hide_score"
                ["phpName":protected]=>
                string(9) "HideScore"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SCORE_DETAIL"]=>
              object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                ["type":protected]=>
                string(7) "VARCHAR"
                ["size":protected]=>
                int(255)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(12) "score_detail"
                ["phpName":protected]=>
                string(11) "ScoreDetail"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["PLAYED"]=>
              object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                ["type":protected]=>
                string(7) "BOOLEAN"
                ["size":protected]=>
                int(1)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(6) "played"
                ["phpName":protected]=>
                string(6) "Played"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["REPLAYED"]=>
              object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(8) "replayed"
                ["phpName":protected]=>
                string(8) "Replayed"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["AWARDED"]=>
              object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                ["type":protected]=>
                string(7) "BOOLEAN"
                ["size":protected]=>
                int(1)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(7) "awarded"
                ["phpName":protected]=>
                string(7) "Awarded"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["IMPORT_URL"]=>
              object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                ["type":protected]=>
                string(11) "LONGVARCHAR"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(10) "import_url"
                ["phpName":protected]=>
                string(9) "ImportUrl"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["IMPORT_ERROR"]=>
              object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                ["type":protected]=>
                string(7) "BOOLEAN"
                ["size":protected]=>
                int(1)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(12) "import_error"
                ["phpName":protected]=>
                string(11) "ImportError"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SKIP_VALIDATION"]=>
              object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                ["type":protected]=>
                string(11) "LONGVARCHAR"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(15) "skip_validation"
                ["phpName":protected]=>
                string(14) "SkipValidation"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
            }
            ["columnsByPhpName":protected]=>
            array(34) {
              ["Id"]=>
              object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(true)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(2) "id"
                ["phpName":protected]=>
                string(2) "Id"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["LeagueId"]=>
              object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(6) "league"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(9) "league_id"
                ["phpName":protected]=>
                string(8) "LeagueId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["LeagueNameId"]=>
              object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(11) "league_name"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(14) "league_name_id"
                ["phpName":protected]=>
                string(12) "LeagueNameId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["HomeId"]=>
              object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(4) "club"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(7) "home_id"
                ["phpName":protected]=>
                string(6) "HomeId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["AwayId"]=>
              object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(4) "club"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(7) "away_id"
                ["phpName":protected]=>
                string(6) "AwayId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Sc1"]=>
              object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(3) "sc1"
                ["phpName":protected]=>
                string(3) "Sc1"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Sc2"]=>
              object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(3) "sc2"
                ["phpName":protected]=>
                string(3) "Sc2"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Sch1"]=>
              object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "sch1"
                ["phpName":protected]=>
                string(4) "Sch1"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Sch2"]=>
              object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "sch2"
                ["phpName":protected]=>
                string(4) "Sch2"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Sco1"]=>
              object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "sco1"
                ["phpName":protected]=>
                string(4) "Sco1"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Sco2"]=>
              object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "sco2"
                ["phpName":protected]=>
                string(4) "Sco2"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Scp1"]=>
              object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "scp1"
                ["phpName":protected]=>
                string(4) "Scp1"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Scp2"]=>
              object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "scp2"
                ["phpName":protected]=>
                string(4) "Scp2"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Date"]=>
              object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                ["type":protected]=>
                string(9) "TIMESTAMP"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "date"
                ["phpName":protected]=>
                string(4) "Date"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Hour"]=>
              object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                ["type":protected]=>
                string(4) "TIME"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "hour"
                ["phpName":protected]=>
                string(4) "Hour"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["NrOfSpectators"]=>
              object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(16) "nr_of_spectators"
                ["phpName":protected]=>
                string(14) "NrOfSpectators"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["StageId"]=>
              object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(5) "stage"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(8) "stage_id"
                ["phpName":protected]=>
                string(7) "StageId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SeasonId"]=>
              object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(13) "league_season"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(9) "season_id"
                ["phpName":protected]=>
                string(8) "SeasonId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Extratime"]=>
              object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(9) "extratime"
                ["phpName":protected]=>
                string(9) "Extratime"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Penaltyshoots"]=>
              object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(13) "penaltyshoots"
                ["phpName":protected]=>
                string(13) "Penaltyshoots"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Description"]=>
              object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                ["type":protected]=>
                string(11) "LONGVARCHAR"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(11) "description"
                ["phpName":protected]=>
                string(11) "Description"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["JsonNotice"]=>
              object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                ["type":protected]=>
                string(11) "LONGVARCHAR"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(11) "json_notice"
                ["phpName":protected]=>
                string(10) "JsonNotice"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Type"]=>
              object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(4) "type"
                ["phpName":protected]=>
                string(4) "Type"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["ShowDetails"]=>
              object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(12) "show_details"
                ["phpName":protected]=>
                string(11) "ShowDetails"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Canceled"]=>
              object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(8) "canceled"
                ["phpName":protected]=>
                string(8) "Canceled"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Annulled"]=>
              object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(8) "annulled"
                ["phpName":protected]=>
                string(8) "Annulled"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["HideScore"]=>
              object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(10) "hide_score"
                ["phpName":protected]=>
                string(9) "HideScore"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["ScoreDetail"]=>
              object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                ["type":protected]=>
                string(7) "VARCHAR"
                ["size":protected]=>
                int(255)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(12) "score_detail"
                ["phpName":protected]=>
                string(11) "ScoreDetail"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Played"]=>
              object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                ["type":protected]=>
                string(7) "BOOLEAN"
                ["size":protected]=>
                int(1)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(6) "played"
                ["phpName":protected]=>
                string(6) "Played"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Replayed"]=>
              object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                ["type":protected]=>
                string(8) "SMALLINT"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(8) "replayed"
                ["phpName":protected]=>
                string(8) "Replayed"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["Awarded"]=>
              object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                ["type":protected]=>
                string(7) "BOOLEAN"
                ["size":protected]=>
                int(1)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(7) "awarded"
                ["phpName":protected]=>
                string(7) "Awarded"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["ImportUrl"]=>
              object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                ["type":protected]=>
                string(11) "LONGVARCHAR"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(10) "import_url"
                ["phpName":protected]=>
                string(9) "ImportUrl"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["ImportError"]=>
              object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                ["type":protected]=>
                string(7) "BOOLEAN"
                ["size":protected]=>
                int(1)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(12) "import_error"
                ["phpName":protected]=>
                string(11) "ImportError"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["SkipValidation"]=>
              object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                ["type":protected]=>
                string(11) "LONGVARCHAR"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(15) "skip_validation"
                ["phpName":protected]=>
                string(14) "SkipValidation"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
            }
            ["normalizedColumnNameMap":protected]=>
            array(252) {
              ["Id"]=>
              string(2) "ID"
              ["LeagueGame.Id"]=>
              string(2) "ID"
              ["id"]=>
              string(2) "ID"
              ["leagueGame.id"]=>
              string(2) "ID"
              ["LeagueGameTableMap::COL_ID"]=>
              string(2) "ID"
              ["COL_ID"]=>
              string(2) "ID"
              ["league_game.id"]=>
              string(2) "ID"
              ["LeagueId"]=>
              string(9) "LEAGUE_ID"
              ["LeagueGame.LeagueId"]=>
              string(9) "LEAGUE_ID"
              ["leagueId"]=>
              string(9) "LEAGUE_ID"
              ["leagueGame.leagueId"]=>
              string(9) "LEAGUE_ID"
              ["LeagueGameTableMap::COL_LEAGUE_ID"]=>
              string(9) "LEAGUE_ID"
              ["COL_LEAGUE_ID"]=>
              string(9) "LEAGUE_ID"
              ["league_id"]=>
              string(9) "LEAGUE_ID"
              ["league_game.league_id"]=>
              string(9) "LEAGUE_ID"
              ["LeagueNameId"]=>
              string(14) "LEAGUE_NAME_ID"
              ["LeagueGame.LeagueNameId"]=>
              string(14) "LEAGUE_NAME_ID"
              ["leagueNameId"]=>
              string(14) "LEAGUE_NAME_ID"
              ["leagueGame.leagueNameId"]=>
              string(14) "LEAGUE_NAME_ID"
              ["LeagueGameTableMap::COL_LEAGUE_NAME_ID"]=>
              string(14) "LEAGUE_NAME_ID"
              ["COL_LEAGUE_NAME_ID"]=>
              string(14) "LEAGUE_NAME_ID"
              ["league_name_id"]=>
              string(14) "LEAGUE_NAME_ID"
              ["league_game.league_name_id"]=>
              string(14) "LEAGUE_NAME_ID"
              ["HomeId"]=>
              string(7) "HOME_ID"
              ["LeagueGame.HomeId"]=>
              string(7) "HOME_ID"
              ["homeId"]=>
              string(7) "HOME_ID"
              ["leagueGame.homeId"]=>
              string(7) "HOME_ID"
              ["LeagueGameTableMap::COL_HOME_ID"]=>
              string(7) "HOME_ID"
              ["COL_HOME_ID"]=>
              string(7) "HOME_ID"
              ["home_id"]=>
              string(7) "HOME_ID"
              ["league_game.home_id"]=>
              string(7) "HOME_ID"
              ["AwayId"]=>
              string(7) "AWAY_ID"
              ["LeagueGame.AwayId"]=>
              string(7) "AWAY_ID"
              ["awayId"]=>
              string(7) "AWAY_ID"
              ["leagueGame.awayId"]=>
              string(7) "AWAY_ID"
              ["LeagueGameTableMap::COL_AWAY_ID"]=>
              string(7) "AWAY_ID"
              ["COL_AWAY_ID"]=>
              string(7) "AWAY_ID"
              ["away_id"]=>
              string(7) "AWAY_ID"
              ["league_game.away_id"]=>
              string(7) "AWAY_ID"
              ["Sc1"]=>
              string(3) "SC1"
              ["LeagueGame.Sc1"]=>
              string(3) "SC1"
              ["sc1"]=>
              string(3) "SC1"
              ["leagueGame.sc1"]=>
              string(3) "SC1"
              ["LeagueGameTableMap::COL_SC1"]=>
              string(3) "SC1"
              ["COL_SC1"]=>
              string(3) "SC1"
              ["league_game.sc1"]=>
              string(3) "SC1"
              ["Sc2"]=>
              string(3) "SC2"
              ["LeagueGame.Sc2"]=>
              string(3) "SC2"
              ["sc2"]=>
              string(3) "SC2"
              ["leagueGame.sc2"]=>
              string(3) "SC2"
              ["LeagueGameTableMap::COL_SC2"]=>
              string(3) "SC2"
              ["COL_SC2"]=>
              string(3) "SC2"
              ["league_game.sc2"]=>
              string(3) "SC2"
              ["Sch1"]=>
              string(4) "SCH1"
              ["LeagueGame.Sch1"]=>
              string(4) "SCH1"
              ["sch1"]=>
              string(4) "SCH1"
              ["leagueGame.sch1"]=>
              string(4) "SCH1"
              ["LeagueGameTableMap::COL_SCH1"]=>
              string(4) "SCH1"
              ["COL_SCH1"]=>
              string(4) "SCH1"
              ["league_game.sch1"]=>
              string(4) "SCH1"
              ["Sch2"]=>
              string(4) "SCH2"
              ["LeagueGame.Sch2"]=>
              string(4) "SCH2"
              ["sch2"]=>
              string(4) "SCH2"
              ["leagueGame.sch2"]=>
              string(4) "SCH2"
              ["LeagueGameTableMap::COL_SCH2"]=>
              string(4) "SCH2"
              ["COL_SCH2"]=>
              string(4) "SCH2"
              ["league_game.sch2"]=>
              string(4) "SCH2"
              ["Sco1"]=>
              string(4) "SCO1"
              ["LeagueGame.Sco1"]=>
              string(4) "SCO1"
              ["sco1"]=>
              string(4) "SCO1"
              ["leagueGame.sco1"]=>
              string(4) "SCO1"
              ["LeagueGameTableMap::COL_SCO1"]=>
              string(4) "SCO1"
              ["COL_SCO1"]=>
              string(4) "SCO1"
              ["league_game.sco1"]=>
              string(4) "SCO1"
              ["Sco2"]=>
              string(4) "SCO2"
              ["LeagueGame.Sco2"]=>
              string(4) "SCO2"
              ["sco2"]=>
              string(4) "SCO2"
              ["leagueGame.sco2"]=>
              string(4) "SCO2"
              ["LeagueGameTableMap::COL_SCO2"]=>
              string(4) "SCO2"
              ["COL_SCO2"]=>
              string(4) "SCO2"
              ["league_game.sco2"]=>
              string(4) "SCO2"
              ["Scp1"]=>
              string(4) "SCP1"
              ["LeagueGame.Scp1"]=>
              string(4) "SCP1"
              ["scp1"]=>
              string(4) "SCP1"
              ["leagueGame.scp1"]=>
              string(4) "SCP1"
              ["LeagueGameTableMap::COL_SCP1"]=>
              string(4) "SCP1"
              ["COL_SCP1"]=>
              string(4) "SCP1"
              ["league_game.scp1"]=>
              string(4) "SCP1"
              ["Scp2"]=>
              string(4) "SCP2"
              ["LeagueGame.Scp2"]=>
              string(4) "SCP2"
              ["scp2"]=>
              string(4) "SCP2"
              ["leagueGame.scp2"]=>
              string(4) "SCP2"
              ["LeagueGameTableMap::COL_SCP2"]=>
              string(4) "SCP2"
              ["COL_SCP2"]=>
              string(4) "SCP2"
              ["league_game.scp2"]=>
              string(4) "SCP2"
              ["Date"]=>
              string(4) "DATE"
              ["LeagueGame.Date"]=>
              string(4) "DATE"
              ["date"]=>
              string(4) "DATE"
              ["leagueGame.date"]=>
              string(4) "DATE"
              ["LeagueGameTableMap::COL_DATE"]=>
              string(4) "DATE"
              ["COL_DATE"]=>
              string(4) "DATE"
              ["league_game.date"]=>
              string(4) "DATE"
              ["Hour"]=>
              string(4) "HOUR"
              ["LeagueGame.Hour"]=>
              string(4) "HOUR"
              ["hour"]=>
              string(4) "HOUR"
              ["leagueGame.hour"]=>
              string(4) "HOUR"
              ["LeagueGameTableMap::COL_HOUR"]=>
              string(4) "HOUR"
              ["COL_HOUR"]=>
              string(4) "HOUR"
              ["league_game.hour"]=>
              string(4) "HOUR"
              ["NrOfSpectators"]=>
              string(16) "NR_OF_SPECTATORS"
              ["LeagueGame.NrOfSpectators"]=>
              string(16) "NR_OF_SPECTATORS"
              ["nrOfSpectators"]=>
              string(16) "NR_OF_SPECTATORS"
              ["leagueGame.nrOfSpectators"]=>
              string(16) "NR_OF_SPECTATORS"
              ["LeagueGameTableMap::COL_NR_OF_SPECTATORS"]=>
              string(16) "NR_OF_SPECTATORS"
              ["COL_NR_OF_SPECTATORS"]=>
              string(16) "NR_OF_SPECTATORS"
              ["nr_of_spectators"]=>
              string(16) "NR_OF_SPECTATORS"
              ["league_game.nr_of_spectators"]=>
              string(16) "NR_OF_SPECTATORS"
              ["StageId"]=>
              string(8) "STAGE_ID"
              ["LeagueGame.StageId"]=>
              string(8) "STAGE_ID"
              ["stageId"]=>
              string(8) "STAGE_ID"
              ["leagueGame.stageId"]=>
              string(8) "STAGE_ID"
              ["LeagueGameTableMap::COL_STAGE_ID"]=>
              string(8) "STAGE_ID"
              ["COL_STAGE_ID"]=>
              string(8) "STAGE_ID"
              ["stage_id"]=>
              string(8) "STAGE_ID"
              ["league_game.stage_id"]=>
              string(8) "STAGE_ID"
              ["SeasonId"]=>
              string(9) "SEASON_ID"
              ["LeagueGame.SeasonId"]=>
              string(9) "SEASON_ID"
              ["seasonId"]=>
              string(9) "SEASON_ID"
              ["leagueGame.seasonId"]=>
              string(9) "SEASON_ID"
              ["LeagueGameTableMap::COL_SEASON_ID"]=>
              string(9) "SEASON_ID"
              ["COL_SEASON_ID"]=>
              string(9) "SEASON_ID"
              ["season_id"]=>
              string(9) "SEASON_ID"
              ["league_game.season_id"]=>
              string(9) "SEASON_ID"
              ["Extratime"]=>
              string(9) "EXTRATIME"
              ["LeagueGame.Extratime"]=>
              string(9) "EXTRATIME"
              ["extratime"]=>
              string(9) "EXTRATIME"
              ["leagueGame.extratime"]=>
              string(9) "EXTRATIME"
              ["LeagueGameTableMap::COL_EXTRATIME"]=>
              string(9) "EXTRATIME"
              ["COL_EXTRATIME"]=>
              string(9) "EXTRATIME"
              ["league_game.extratime"]=>
              string(9) "EXTRATIME"
              ["Penaltyshoots"]=>
              string(13) "PENALTYSHOOTS"
              ["LeagueGame.Penaltyshoots"]=>
              string(13) "PENALTYSHOOTS"
              ["penaltyshoots"]=>
              string(13) "PENALTYSHOOTS"
              ["leagueGame.penaltyshoots"]=>
              string(13) "PENALTYSHOOTS"
              ["LeagueGameTableMap::COL_PENALTYSHOOTS"]=>
              string(13) "PENALTYSHOOTS"
              ["COL_PENALTYSHOOTS"]=>
              string(13) "PENALTYSHOOTS"
              ["league_game.penaltyshoots"]=>
              string(13) "PENALTYSHOOTS"
              ["Description"]=>
              string(11) "DESCRIPTION"
              ["LeagueGame.Description"]=>
              string(11) "DESCRIPTION"
              ["description"]=>
              string(11) "DESCRIPTION"
              ["leagueGame.description"]=>
              string(11) "DESCRIPTION"
              ["LeagueGameTableMap::COL_DESCRIPTION"]=>
              string(11) "DESCRIPTION"
              ["COL_DESCRIPTION"]=>
              string(11) "DESCRIPTION"
              ["league_game.description"]=>
              string(11) "DESCRIPTION"
              ["JsonNotice"]=>
              string(11) "JSON_NOTICE"
              ["LeagueGame.JsonNotice"]=>
              string(11) "JSON_NOTICE"
              ["jsonNotice"]=>
              string(11) "JSON_NOTICE"
              ["leagueGame.jsonNotice"]=>
              string(11) "JSON_NOTICE"
              ["LeagueGameTableMap::COL_JSON_NOTICE"]=>
              string(11) "JSON_NOTICE"
              ["COL_JSON_NOTICE"]=>
              string(11) "JSON_NOTICE"
              ["json_notice"]=>
              string(11) "JSON_NOTICE"
              ["league_game.json_notice"]=>
              string(11) "JSON_NOTICE"
              ["Type"]=>
              string(4) "TYPE"
              ["LeagueGame.Type"]=>
              string(4) "TYPE"
              ["type"]=>
              string(4) "TYPE"
              ["leagueGame.type"]=>
              string(4) "TYPE"
              ["LeagueGameTableMap::COL_TYPE"]=>
              string(4) "TYPE"
              ["COL_TYPE"]=>
              string(4) "TYPE"
              ["league_game.type"]=>
              string(4) "TYPE"
              ["ShowDetails"]=>
              string(12) "SHOW_DETAILS"
              ["LeagueGame.ShowDetails"]=>
              string(12) "SHOW_DETAILS"
              ["showDetails"]=>
              string(12) "SHOW_DETAILS"
              ["leagueGame.showDetails"]=>
              string(12) "SHOW_DETAILS"
              ["LeagueGameTableMap::COL_SHOW_DETAILS"]=>
              string(12) "SHOW_DETAILS"
              ["COL_SHOW_DETAILS"]=>
              string(12) "SHOW_DETAILS"
              ["show_details"]=>
              string(12) "SHOW_DETAILS"
              ["league_game.show_details"]=>
              string(12) "SHOW_DETAILS"
              ["Canceled"]=>
              string(8) "CANCELED"
              ["LeagueGame.Canceled"]=>
              string(8) "CANCELED"
              ["canceled"]=>
              string(8) "CANCELED"
              ["leagueGame.canceled"]=>
              string(8) "CANCELED"
              ["LeagueGameTableMap::COL_CANCELED"]=>
              string(8) "CANCELED"
              ["COL_CANCELED"]=>
              string(8) "CANCELED"
              ["league_game.canceled"]=>
              string(8) "CANCELED"
              ["Annulled"]=>
              string(8) "ANNULLED"
              ["LeagueGame.Annulled"]=>
              string(8) "ANNULLED"
              ["annulled"]=>
              string(8) "ANNULLED"
              ["leagueGame.annulled"]=>
              string(8) "ANNULLED"
              ["LeagueGameTableMap::COL_ANNULLED"]=>
              string(8) "ANNULLED"
              ["COL_ANNULLED"]=>
              string(8) "ANNULLED"
              ["league_game.annulled"]=>
              string(8) "ANNULLED"
              ["HideScore"]=>
              string(10) "HIDE_SCORE"
              ["LeagueGame.HideScore"]=>
              string(10) "HIDE_SCORE"
              ["hideScore"]=>
              string(10) "HIDE_SCORE"
              ["leagueGame.hideScore"]=>
              string(10) "HIDE_SCORE"
              ["LeagueGameTableMap::COL_HIDE_SCORE"]=>
              string(10) "HIDE_SCORE"
              ["COL_HIDE_SCORE"]=>
              string(10) "HIDE_SCORE"
              ["hide_score"]=>
              string(10) "HIDE_SCORE"
              ["league_game.hide_score"]=>
              string(10) "HIDE_SCORE"
              ["ScoreDetail"]=>
              string(12) "SCORE_DETAIL"
              ["LeagueGame.ScoreDetail"]=>
              string(12) "SCORE_DETAIL"
              ["scoreDetail"]=>
              string(12) "SCORE_DETAIL"
              ["leagueGame.scoreDetail"]=>
              string(12) "SCORE_DETAIL"
              ["LeagueGameTableMap::COL_SCORE_DETAIL"]=>
              string(12) "SCORE_DETAIL"
              ["COL_SCORE_DETAIL"]=>
              string(12) "SCORE_DETAIL"
              ["score_detail"]=>
              string(12) "SCORE_DETAIL"
              ["league_game.score_detail"]=>
              string(12) "SCORE_DETAIL"
              ["Played"]=>
              string(6) "PLAYED"
              ["LeagueGame.Played"]=>
              string(6) "PLAYED"
              ["played"]=>
              string(6) "PLAYED"
              ["leagueGame.played"]=>
              string(6) "PLAYED"
              ["LeagueGameTableMap::COL_PLAYED"]=>
              string(6) "PLAYED"
              ["COL_PLAYED"]=>
              string(6) "PLAYED"
              ["league_game.played"]=>
              string(6) "PLAYED"
              ["Replayed"]=>
              string(8) "REPLAYED"
              ["LeagueGame.Replayed"]=>
              string(8) "REPLAYED"
              ["replayed"]=>
              string(8) "REPLAYED"
              ["leagueGame.replayed"]=>
              string(8) "REPLAYED"
              ["LeagueGameTableMap::COL_REPLAYED"]=>
              string(8) "REPLAYED"
              ["COL_REPLAYED"]=>
              string(8) "REPLAYED"
              ["league_game.replayed"]=>
              string(8) "REPLAYED"
              ["Awarded"]=>
              string(7) "AWARDED"
              ["LeagueGame.Awarded"]=>
              string(7) "AWARDED"
              ["awarded"]=>
              string(7) "AWARDED"
              ["leagueGame.awarded"]=>
              string(7) "AWARDED"
              ["LeagueGameTableMap::COL_AWARDED"]=>
              string(7) "AWARDED"
              ["COL_AWARDED"]=>
              string(7) "AWARDED"
              ["league_game.awarded"]=>
              string(7) "AWARDED"
              ["ImportUrl"]=>
              string(10) "IMPORT_URL"
              ["LeagueGame.ImportUrl"]=>
              string(10) "IMPORT_URL"
              ["importUrl"]=>
              string(10) "IMPORT_URL"
              ["leagueGame.importUrl"]=>
              string(10) "IMPORT_URL"
              ["LeagueGameTableMap::COL_IMPORT_URL"]=>
              string(10) "IMPORT_URL"
              ["COL_IMPORT_URL"]=>
              string(10) "IMPORT_URL"
              ["import_url"]=>
              string(10) "IMPORT_URL"
              ["league_game.import_url"]=>
              string(10) "IMPORT_URL"
              ["ImportError"]=>
              string(12) "IMPORT_ERROR"
              ["LeagueGame.ImportError"]=>
              string(12) "IMPORT_ERROR"
              ["importError"]=>
              string(12) "IMPORT_ERROR"
              ["leagueGame.importError"]=>
              string(12) "IMPORT_ERROR"
              ["LeagueGameTableMap::COL_IMPORT_ERROR"]=>
              string(12) "IMPORT_ERROR"
              ["COL_IMPORT_ERROR"]=>
              string(12) "IMPORT_ERROR"
              ["import_error"]=>
              string(12) "IMPORT_ERROR"
              ["league_game.import_error"]=>
              string(12) "IMPORT_ERROR"
              ["SkipValidation"]=>
              string(15) "SKIP_VALIDATION"
              ["LeagueGame.SkipValidation"]=>
              string(15) "SKIP_VALIDATION"
              ["skipValidation"]=>
              string(15) "SKIP_VALIDATION"
              ["leagueGame.skipValidation"]=>
              string(15) "SKIP_VALIDATION"
              ["LeagueGameTableMap::COL_SKIP_VALIDATION"]=>
              string(15) "SKIP_VALIDATION"
              ["COL_SKIP_VALIDATION"]=>
              string(15) "SKIP_VALIDATION"
              ["skip_validation"]=>
              string(15) "SKIP_VALIDATION"
              ["league_game.skip_validation"]=>
              string(15) "SKIP_VALIDATION"
            }
            ["dbMap":protected]=>
            object(Propel\Runtime\Map\DatabaseMap)#5 (3) {
              ["name":protected]=>
              string(6) "labtof"
              ["tables":protected]=>
              array(50) {
                ["access_log"]=>
                string(22) "\Map\AccessLogTableMap"
                ["account"]=>
                string(20) "\Map\AccountTableMap"
                ["article"]=>
                string(20) "\Map\ArticleTableMap"
                ["article_category"]=>
                string(28) "\Map\ArticleCategoryTableMap"
                ["bookmaker"]=>
                string(22) "\Map\BookmakerTableMap"
                ["club"]=>
                object(Map\ClubTableMap)#98 (17) {
                  ["columns":protected]=>
                  array(16) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(7) "home_id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["COUNTRY_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SHORTNAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "shortname"
                      ["phpName":protected]=>
                      string(9) "Shortname"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["OFFICIAL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "official"
                      ["phpName":protected]=>
                      string(8) "Official"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IDOLD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "idold"
                      ["phpName":protected]=>
                      string(5) "Idold"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["YEAR_FOUNDED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "year_founded"
                      ["phpName":protected]=>
                      string(11) "YearFounded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DATE_FOUNDED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                      ["type":protected]=>
                      string(4) "DATE"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "date_founded"
                      ["phpName":protected]=>
                      string(11) "DateFounded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["YEAR_DISSOLVED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "year_dissolved"
                      ["phpName":protected]=>
                      string(13) "YearDissolved"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DATE_DISSOLVED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                      ["type":protected]=>
                      string(4) "DATE"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "date_dissolved"
                      ["phpName":protected]=>
                      string(13) "DateDissolved"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["KNOWN_AS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "known_as"
                      ["phpName":protected]=>
                      string(7) "KnownAs"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["CLUB_NAME_HISTORY"]=>
                    object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(17) "club_name_history"
                      ["phpName":protected]=>
                      string(15) "ClubNameHistory"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DESCRIPTION"]=>
                    object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(11) "description"
                      ["phpName":protected]=>
                      string(11) "Description"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PRIVATE_NOTICE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "private_notice"
                      ["phpName":protected]=>
                      string(13) "PrivateNotice"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IDMOVEDTO"]=>
                    object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "idmovedto"
                      ["phpName":protected]=>
                      string(9) "Idmovedto"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(16) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(7) "home_id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["CountryId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Shortname"]=>
                    object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "shortname"
                      ["phpName":protected]=>
                      string(9) "Shortname"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Official"]=>
                    object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "official"
                      ["phpName":protected]=>
                      string(8) "Official"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Idold"]=>
                    object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "idold"
                      ["phpName":protected]=>
                      string(5) "Idold"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["YearFounded"]=>
                    object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "year_founded"
                      ["phpName":protected]=>
                      string(11) "YearFounded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DateFounded"]=>
                    object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                      ["type":protected]=>
                      string(4) "DATE"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "date_founded"
                      ["phpName":protected]=>
                      string(11) "DateFounded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["YearDissolved"]=>
                    object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "year_dissolved"
                      ["phpName":protected]=>
                      string(13) "YearDissolved"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DateDissolved"]=>
                    object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                      ["type":protected]=>
                      string(4) "DATE"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "date_dissolved"
                      ["phpName":protected]=>
                      string(13) "DateDissolved"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["KnownAs"]=>
                    object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "known_as"
                      ["phpName":protected]=>
                      string(7) "KnownAs"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ClubNameHistory"]=>
                    object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(17) "club_name_history"
                      ["phpName":protected]=>
                      string(15) "ClubNameHistory"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Description"]=>
                    object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(11) "description"
                      ["phpName":protected]=>
                      string(11) "Description"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PrivateNotice"]=>
                    object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "private_notice"
                      ["phpName":protected]=>
                      string(13) "PrivateNotice"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Idmovedto"]=>
                    object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "idmovedto"
                      ["phpName":protected]=>
                      string(9) "Idmovedto"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(112) {
                    ["Id"]=>
                    string(2) "ID"
                    ["Club.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["club.id"]=>
                    string(2) "ID"
                    ["ClubTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["CountryId"]=>
                    string(10) "COUNTRY_ID"
                    ["Club.CountryId"]=>
                    string(10) "COUNTRY_ID"
                    ["countryId"]=>
                    string(10) "COUNTRY_ID"
                    ["club.countryId"]=>
                    string(10) "COUNTRY_ID"
                    ["ClubTableMap::COL_COUNTRY_ID"]=>
                    string(10) "COUNTRY_ID"
                    ["COL_COUNTRY_ID"]=>
                    string(10) "COUNTRY_ID"
                    ["country_id"]=>
                    string(10) "COUNTRY_ID"
                    ["club.country_id"]=>
                    string(10) "COUNTRY_ID"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["Club.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["club.slug"]=>
                    string(4) "SLUG"
                    ["ClubTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                    ["Name"]=>
                    string(4) "NAME"
                    ["Club.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["club.name"]=>
                    string(4) "NAME"
                    ["ClubTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["Shortname"]=>
                    string(9) "SHORTNAME"
                    ["Club.Shortname"]=>
                    string(9) "SHORTNAME"
                    ["shortname"]=>
                    string(9) "SHORTNAME"
                    ["club.shortname"]=>
                    string(9) "SHORTNAME"
                    ["ClubTableMap::COL_SHORTNAME"]=>
                    string(9) "SHORTNAME"
                    ["COL_SHORTNAME"]=>
                    string(9) "SHORTNAME"
                    ["Official"]=>
                    string(8) "OFFICIAL"
                    ["Club.Official"]=>
                    string(8) "OFFICIAL"
                    ["official"]=>
                    string(8) "OFFICIAL"
                    ["club.official"]=>
                    string(8) "OFFICIAL"
                    ["ClubTableMap::COL_OFFICIAL"]=>
                    string(8) "OFFICIAL"
                    ["COL_OFFICIAL"]=>
                    string(8) "OFFICIAL"
                    ["Idold"]=>
                    string(5) "IDOLD"
                    ["Club.Idold"]=>
                    string(5) "IDOLD"
                    ["idold"]=>
                    string(5) "IDOLD"
                    ["club.idold"]=>
                    string(5) "IDOLD"
                    ["ClubTableMap::COL_IDOLD"]=>
                    string(5) "IDOLD"
                    ["COL_IDOLD"]=>
                    string(5) "IDOLD"
                    ["YearFounded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["Club.YearFounded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["yearFounded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["club.yearFounded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                    string(12) "YEAR_FOUNDED"
                    ["COL_YEAR_FOUNDED"]=>
                    string(12) "YEAR_FOUNDED"
                    ["year_founded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["club.year_founded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["DateFounded"]=>
                    string(12) "DATE_FOUNDED"
                    ["Club.DateFounded"]=>
                    string(12) "DATE_FOUNDED"
                    ["dateFounded"]=>
                    string(12) "DATE_FOUNDED"
                    ["club.dateFounded"]=>
                    string(12) "DATE_FOUNDED"
                    ["ClubTableMap::COL_DATE_FOUNDED"]=>
                    string(12) "DATE_FOUNDED"
                    ["COL_DATE_FOUNDED"]=>
                    string(12) "DATE_FOUNDED"
                    ["date_founded"]=>
                    string(12) "DATE_FOUNDED"
                    ["club.date_founded"]=>
                    string(12) "DATE_FOUNDED"
                    ["YearDissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["Club.YearDissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["yearDissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["club.yearDissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["COL_YEAR_DISSOLVED"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["year_dissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["club.year_dissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["DateDissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["Club.DateDissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["dateDissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["club.dateDissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                    string(14) "DATE_DISSOLVED"
                    ["COL_DATE_DISSOLVED"]=>
                    string(14) "DATE_DISSOLVED"
                    ["date_dissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["club.date_dissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["KnownAs"]=>
                    string(8) "KNOWN_AS"
                    ["Club.KnownAs"]=>
                    string(8) "KNOWN_AS"
                    ["knownAs"]=>
                    string(8) "KNOWN_AS"
                    ["club.knownAs"]=>
                    string(8) "KNOWN_AS"
                    ["ClubTableMap::COL_KNOWN_AS"]=>
                    string(8) "KNOWN_AS"
                    ["COL_KNOWN_AS"]=>
                    string(8) "KNOWN_AS"
                    ["known_as"]=>
                    string(8) "KNOWN_AS"
                    ["club.known_as"]=>
                    string(8) "KNOWN_AS"
                    ["ClubNameHistory"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["Club.ClubNameHistory"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["clubNameHistory"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["club.clubNameHistory"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["COL_CLUB_NAME_HISTORY"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["club_name_history"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["club.club_name_history"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["Description"]=>
                    string(11) "DESCRIPTION"
                    ["Club.Description"]=>
                    string(11) "DESCRIPTION"
                    ["description"]=>
                    string(11) "DESCRIPTION"
                    ["club.description"]=>
                    string(11) "DESCRIPTION"
                    ["ClubTableMap::COL_DESCRIPTION"]=>
                    string(11) "DESCRIPTION"
                    ["COL_DESCRIPTION"]=>
                    string(11) "DESCRIPTION"
                    ["PrivateNotice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["Club.PrivateNotice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["privateNotice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["club.privateNotice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["COL_PRIVATE_NOTICE"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["private_notice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["club.private_notice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["Idmovedto"]=>
                    string(9) "IDMOVEDTO"
                    ["Club.Idmovedto"]=>
                    string(9) "IDMOVEDTO"
                    ["idmovedto"]=>
                    string(9) "IDMOVEDTO"
                    ["club.idmovedto"]=>
                    string(9) "IDMOVEDTO"
                    ["ClubTableMap::COL_IDMOVEDTO"]=>
                    string(9) "IDMOVEDTO"
                    ["COL_IDMOVEDTO"]=>
                    string(9) "IDMOVEDTO"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(4) "club"
                  ["phpName":protected]=>
                  string(4) "Club"
                  ["classname":protected]=>
                  string(5) "\Club"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(7) "home_id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(2) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(7) "home_id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["country_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["club_map"]=>
                string(20) "\Map\ClubMapTableMap"
                ["country"]=>
                object(Map\CountryTableMap)#62 (17) {
                  ["columns":protected]=>
                  array(3) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(3) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(18) {
                    ["Id"]=>
                    string(2) "ID"
                    ["Country.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["country.id"]=>
                    string(2) "ID"
                    ["CountryTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["Name"]=>
                    string(4) "NAME"
                    ["Country.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["country.name"]=>
                    string(4) "NAME"
                    ["CountryTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["Country.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["country.slug"]=>
                    string(4) "SLUG"
                    ["CountryTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(7) "country"
                  ["phpName":protected]=>
                  string(7) "Country"
                  ["classname":protected]=>
                  string(8) "\Country"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(0) {
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["customer"]=>
                string(21) "\Map\CustomerTableMap"
                ["customer_package"]=>
                string(28) "\Map\CustomerPackageTableMap"
                ["customer_package_type"]=>
                string(32) "\Map\CustomerPackageTypeTableMap"
                ["event_odd"]=>
                string(21) "\Map\EventOddTableMap"
                ["event_odd_move"]=>
                string(25) "\Map\EventOddMoveTableMap"
                ["import_source"]=>
                string(25) "\Map\ImportSourceTableMap"
                ["league"]=>
                object(Map\LeagueTableMap)#45 (17) {
                  ["columns":protected]=>
                  array(10) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["COUNTRY_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SHORT_NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "short_name"
                      ["phpName":protected]=>
                      string(9) "ShortName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HAVE_STANDING"]=>
                    object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "have_standing"
                      ["phpName":protected]=>
                      string(12) "HaveStanding"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["FRONT_PAGE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "front_page"
                      ["phpName":protected]=>
                      string(9) "FrontPage"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ORD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(5)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEVEL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(10)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "level"
                      ["phpName":protected]=>
                      string(5) "Level"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PREVIEW"]=>
                    object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "preview"
                      ["phpName":protected]=>
                      string(7) "Preview"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(10) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["CountryId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ShortName"]=>
                    object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "short_name"
                      ["phpName":protected]=>
                      string(9) "ShortName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HaveStanding"]=>
                    object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "have_standing"
                      ["phpName":protected]=>
                      string(12) "HaveStanding"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["FrontPage"]=>
                    object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "front_page"
                      ["phpName":protected]=>
                      string(9) "FrontPage"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Ord"]=>
                    object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(5)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Level"]=>
                    object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(10)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "level"
                      ["phpName":protected]=>
                      string(5) "Level"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Preview"]=>
                    object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "preview"
                      ["phpName":protected]=>
                      string(7) "Preview"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(68) {
                    ["Id"]=>
                    string(2) "ID"
                    ["League.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["league.id"]=>
                    string(2) "ID"
                    ["LeagueTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["CountryId"]=>
                    string(10) "COUNTRY_ID"
                    ["League.CountryId"]=>
                    string(10) "COUNTRY_ID"
                    ["countryId"]=>
                    string(10) "COUNTRY_ID"
                    ["league.countryId"]=>
                    string(10) "COUNTRY_ID"
                    ["LeagueTableMap::COL_COUNTRY_ID"]=>
                    string(10) "COUNTRY_ID"
                    ["COL_COUNTRY_ID"]=>
                    string(10) "COUNTRY_ID"
                    ["country_id"]=>
                    string(10) "COUNTRY_ID"
                    ["league.country_id"]=>
                    string(10) "COUNTRY_ID"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["League.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["league.slug"]=>
                    string(4) "SLUG"
                    ["LeagueTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                    ["Name"]=>
                    string(4) "NAME"
                    ["League.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["league.name"]=>
                    string(4) "NAME"
                    ["LeagueTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["ShortName"]=>
                    string(10) "SHORT_NAME"
                    ["League.ShortName"]=>
                    string(10) "SHORT_NAME"
                    ["shortName"]=>
                    string(10) "SHORT_NAME"
                    ["league.shortName"]=>
                    string(10) "SHORT_NAME"
                    ["LeagueTableMap::COL_SHORT_NAME"]=>
                    string(10) "SHORT_NAME"
                    ["COL_SHORT_NAME"]=>
                    string(10) "SHORT_NAME"
                    ["short_name"]=>
                    string(10) "SHORT_NAME"
                    ["league.short_name"]=>
                    string(10) "SHORT_NAME"
                    ["HaveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["League.HaveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["haveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["league.haveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["LeagueTableMap::COL_HAVE_STANDING"]=>
                    string(13) "HAVE_STANDING"
                    ["COL_HAVE_STANDING"]=>
                    string(13) "HAVE_STANDING"
                    ["have_standing"]=>
                    string(13) "HAVE_STANDING"
                    ["league.have_standing"]=>
                    string(13) "HAVE_STANDING"
                    ["FrontPage"]=>
                    string(10) "FRONT_PAGE"
                    ["League.FrontPage"]=>
                    string(10) "FRONT_PAGE"
                    ["frontPage"]=>
                    string(10) "FRONT_PAGE"
                    ["league.frontPage"]=>
                    string(10) "FRONT_PAGE"
                    ["LeagueTableMap::COL_FRONT_PAGE"]=>
                    string(10) "FRONT_PAGE"
                    ["COL_FRONT_PAGE"]=>
                    string(10) "FRONT_PAGE"
                    ["front_page"]=>
                    string(10) "FRONT_PAGE"
                    ["league.front_page"]=>
                    string(10) "FRONT_PAGE"
                    ["Ord"]=>
                    string(3) "ORD"
                    ["League.Ord"]=>
                    string(3) "ORD"
                    ["ord"]=>
                    string(3) "ORD"
                    ["league.ord"]=>
                    string(3) "ORD"
                    ["LeagueTableMap::COL_ORD"]=>
                    string(3) "ORD"
                    ["COL_ORD"]=>
                    string(3) "ORD"
                    ["Level"]=>
                    string(5) "LEVEL"
                    ["League.Level"]=>
                    string(5) "LEVEL"
                    ["level"]=>
                    string(5) "LEVEL"
                    ["league.level"]=>
                    string(5) "LEVEL"
                    ["LeagueTableMap::COL_LEVEL"]=>
                    string(5) "LEVEL"
                    ["COL_LEVEL"]=>
                    string(5) "LEVEL"
                    ["Preview"]=>
                    string(7) "PREVIEW"
                    ["League.Preview"]=>
                    string(7) "PREVIEW"
                    ["preview"]=>
                    string(7) "PREVIEW"
                    ["league.preview"]=>
                    string(7) "PREVIEW"
                    ["LeagueTableMap::COL_PREVIEW"]=>
                    string(7) "PREVIEW"
                    ["COL_PREVIEW"]=>
                    string(7) "PREVIEW"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(6) "league"
                  ["phpName":protected]=>
                  string(6) "League"
                  ["classname":protected]=>
                  string(7) "\League"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(1) {
                    ["country_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["league_club"]=>
                string(23) "\Map\LeagueClubTableMap"
                ["league_game"]=>
                *RECURSION*
                ["league_game_card"]=>
                string(27) "\Map\LeagueGameCardTableMap"
                ["league_game_coach"]=>
                string(28) "\Map\LeagueGameCoachTableMap"
                ["league_game_goal"]=>
                object(Map\LeagueGameGoalTableMap)#116 (17) {
                  ["columns":protected]=>
                  array(13) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_GAME_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_game_id"
                      ["phpName":protected]=>
                      string(12) "LeagueGameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["CLUB_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "club_id"
                      ["phpName":protected]=>
                      string(6) "ClubId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PERSON_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "person"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "person_id"
                      ["phpName":protected]=>
                      string(8) "PersonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PERSON_MAP_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(10) "person_map"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "person_map_id"
                      ["phpName":protected]=>
                      string(11) "PersonMapId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MIN"]=>
                    object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(2)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "min"
                      ["phpName":protected]=>
                      string(3) "Min"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MINPLUS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(2)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "minPlus"
                      ["phpName":protected]=>
                      string(7) "MinPlus"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PENALTY"]=>
                    object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "penalty"
                      ["phpName":protected]=>
                      string(7) "Penalty"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["OWN"]=>
                    object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "own"
                      ["phpName":protected]=>
                      string(3) "Own"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SHOOTS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "shoots"
                      ["phpName":protected]=>
                      string(13) "PenaltyShoots"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ISGOAL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "isgoal"
                      ["phpName":protected]=>
                      string(6) "IsGoal"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SCORE_MODE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "score_mode"
                      ["phpName":protected]=>
                      string(9) "ScoreMode"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ASSIST_BY"]=>
                    object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "assist_by"
                      ["phpName":protected]=>
                      string(8) "AssistBy"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(13) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueGameId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_game_id"
                      ["phpName":protected]=>
                      string(12) "LeagueGameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ClubId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "club_id"
                      ["phpName":protected]=>
                      string(6) "ClubId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PersonId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "person"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "person_id"
                      ["phpName":protected]=>
                      string(8) "PersonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PersonMapId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(10) "person_map"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "person_map_id"
                      ["phpName":protected]=>
                      string(11) "PersonMapId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Min"]=>
                    object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(2)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "min"
                      ["phpName":protected]=>
                      string(3) "Min"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MinPlus"]=>
                    object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(2)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "minPlus"
                      ["phpName":protected]=>
                      string(7) "MinPlus"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Penalty"]=>
                    object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "penalty"
                      ["phpName":protected]=>
                      string(7) "Penalty"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Own"]=>
                    object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "own"
                      ["phpName":protected]=>
                      string(3) "Own"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PenaltyShoots"]=>
                    object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "shoots"
                      ["phpName":protected]=>
                      string(13) "PenaltyShoots"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IsGoal"]=>
                    object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "isgoal"
                      ["phpName":protected]=>
                      string(6) "IsGoal"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ScoreMode"]=>
                    object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "score_mode"
                      ["phpName":protected]=>
                      string(9) "ScoreMode"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["AssistBy"]=>
                    object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "assist_by"
                      ["phpName":protected]=>
                      string(8) "AssistBy"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(99) {
                    ["Id"]=>
                    string(2) "ID"
                    ["LeagueGameGoal.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["leagueGameGoal.id"]=>
                    string(2) "ID"
                    ["LeagueGameGoalTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["league_game_goal.id"]=>
                    string(2) "ID"
                    ["LeagueGameId"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["LeagueGameGoal.LeagueGameId"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["leagueGameId"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["leagueGameGoal.leagueGameId"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["COL_LEAGUE_GAME_ID"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["league_game_id"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["league_game_goal.league_game_id"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["ClubId"]=>
                    string(7) "CLUB_ID"
                    ["LeagueGameGoal.ClubId"]=>
                    string(7) "CLUB_ID"
                    ["clubId"]=>
                    string(7) "CLUB_ID"
                    ["leagueGameGoal.clubId"]=>
                    string(7) "CLUB_ID"
                    ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                    string(7) "CLUB_ID"
                    ["COL_CLUB_ID"]=>
                    string(7) "CLUB_ID"
                    ["club_id"]=>
                    string(7) "CLUB_ID"
                    ["league_game_goal.club_id"]=>
                    string(7) "CLUB_ID"
                    ["PersonId"]=>
                    string(9) "PERSON_ID"
                    ["LeagueGameGoal.PersonId"]=>
                    string(9) "PERSON_ID"
                    ["personId"]=>
                    string(9) "PERSON_ID"
                    ["leagueGameGoal.personId"]=>
                    string(9) "PERSON_ID"
                    ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                    string(9) "PERSON_ID"
                    ["COL_PERSON_ID"]=>
                    string(9) "PERSON_ID"
                    ["person_id"]=>
                    string(9) "PERSON_ID"
                    ["league_game_goal.person_id"]=>
                    string(9) "PERSON_ID"
                    ["PersonMapId"]=>
                    string(13) "PERSON_MAP_ID"
                    ["LeagueGameGoal.PersonMapId"]=>
                    string(13) "PERSON_MAP_ID"
                    ["personMapId"]=>
                    string(13) "PERSON_MAP_ID"
                    ["leagueGameGoal.personMapId"]=>
                    string(13) "PERSON_MAP_ID"
                    ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                    string(13) "PERSON_MAP_ID"
                    ["COL_PERSON_MAP_ID"]=>
                    string(13) "PERSON_MAP_ID"
                    ["person_map_id"]=>
                    string(13) "PERSON_MAP_ID"
                    ["league_game_goal.person_map_id"]=>
                    string(13) "PERSON_MAP_ID"
                    ["Min"]=>
                    string(3) "MIN"
                    ["LeagueGameGoal.Min"]=>
                    string(3) "MIN"
                    ["min"]=>
                    string(3) "MIN"
                    ["leagueGameGoal.min"]=>
                    string(3) "MIN"
                    ["LeagueGameGoalTableMap::COL_MIN"]=>
                    string(3) "MIN"
                    ["COL_MIN"]=>
                    string(3) "MIN"
                    ["league_game_goal.min"]=>
                    string(3) "MIN"
                    ["MinPlus"]=>
                    string(7) "MINPLUS"
                    ["LeagueGameGoal.MinPlus"]=>
                    string(7) "MINPLUS"
                    ["minPlus"]=>
                    string(7) "MINPLUS"
                    ["leagueGameGoal.minPlus"]=>
                    string(7) "MINPLUS"
                    ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                    string(7) "MINPLUS"
                    ["COL_MINPLUS"]=>
                    string(7) "MINPLUS"
                    ["league_game_goal.minPlus"]=>
                    string(7) "MINPLUS"
                    ["Penalty"]=>
                    string(7) "PENALTY"
                    ["LeagueGameGoal.Penalty"]=>
                    string(7) "PENALTY"
                    ["penalty"]=>
                    string(7) "PENALTY"
                    ["leagueGameGoal.penalty"]=>
                    string(7) "PENALTY"
                    ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                    string(7) "PENALTY"
                    ["COL_PENALTY"]=>
                    string(7) "PENALTY"
                    ["league_game_goal.penalty"]=>
                    string(7) "PENALTY"
                    ["Own"]=>
                    string(3) "OWN"
                    ["LeagueGameGoal.Own"]=>
                    string(3) "OWN"
                    ["own"]=>
                    string(3) "OWN"
                    ["leagueGameGoal.own"]=>
                    string(3) "OWN"
                    ["LeagueGameGoalTableMap::COL_OWN"]=>
                    string(3) "OWN"
                    ["COL_OWN"]=>
                    string(3) "OWN"
                    ["league_game_goal.own"]=>
                    string(3) "OWN"
                    ["PenaltyShoots"]=>
                    string(6) "SHOOTS"
                    ["LeagueGameGoal.PenaltyShoots"]=>
                    string(6) "SHOOTS"
                    ["penaltyShoots"]=>
                    string(6) "SHOOTS"
                    ["leagueGameGoal.penaltyShoots"]=>
                    string(6) "SHOOTS"
                    ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                    string(6) "SHOOTS"
                    ["COL_SHOOTS"]=>
                    string(6) "SHOOTS"
                    ["shoots"]=>
                    string(6) "SHOOTS"
                    ["league_game_goal.shoots"]=>
                    string(6) "SHOOTS"
                    ["IsGoal"]=>
                    string(6) "ISGOAL"
                    ["LeagueGameGoal.IsGoal"]=>
                    string(6) "ISGOAL"
                    ["isGoal"]=>
                    string(6) "ISGOAL"
                    ["leagueGameGoal.isGoal"]=>
                    string(6) "ISGOAL"
                    ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                    string(6) "ISGOAL"
                    ["COL_ISGOAL"]=>
                    string(6) "ISGOAL"
                    ["isgoal"]=>
                    string(6) "ISGOAL"
                    ["league_game_goal.isgoal"]=>
                    string(6) "ISGOAL"
                    ["ScoreMode"]=>
                    string(10) "SCORE_MODE"
                    ["LeagueGameGoal.ScoreMode"]=>
                    string(10) "SCORE_MODE"
                    ["scoreMode"]=>
                    string(10) "SCORE_MODE"
                    ["leagueGameGoal.scoreMode"]=>
                    string(10) "SCORE_MODE"
                    ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                    string(10) "SCORE_MODE"
                    ["COL_SCORE_MODE"]=>
                    string(10) "SCORE_MODE"
                    ["score_mode"]=>
                    string(10) "SCORE_MODE"
                    ["league_game_goal.score_mode"]=>
                    string(10) "SCORE_MODE"
                    ["AssistBy"]=>
                    string(9) "ASSIST_BY"
                    ["LeagueGameGoal.AssistBy"]=>
                    string(9) "ASSIST_BY"
                    ["assistBy"]=>
                    string(9) "ASSIST_BY"
                    ["leagueGameGoal.assistBy"]=>
                    string(9) "ASSIST_BY"
                    ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                    string(9) "ASSIST_BY"
                    ["COL_ASSIST_BY"]=>
                    string(9) "ASSIST_BY"
                    ["assist_by"]=>
                    string(9) "ASSIST_BY"
                    ["league_game_goal.assist_by"]=>
                    string(9) "ASSIST_BY"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(16) "league_game_goal"
                  ["phpName":protected]=>
                  string(14) "LeagueGameGoal"
                  ["classname":protected]=>
                  string(15) "\LeagueGameGoal"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(4) {
                    ["league_game_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_game_id"
                      ["phpName":protected]=>
                      string(12) "LeagueGameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["club_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "club_id"
                      ["phpName":protected]=>
                      string(6) "ClubId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["person_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "person"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "person_id"
                      ["phpName":protected]=>
                      string(8) "PersonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["person_map_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(10) "person_map"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "person_map_id"
                      ["phpName":protected]=>
                      string(11) "PersonMapId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["league_game_metadata"]=>
                string(31) "\Map\LeagueGameMetadataTableMap"
                ["league_game_player"]=>
                string(29) "\Map\LeagueGamePlayerTableMap"
                ["league_game_referee"]=>
                string(30) "\Map\LeagueGameRefereeTableMap"
                ["league_game_statistic"]=>
                string(32) "\Map\LeagueGameStatisticTableMap"
                ["league_game_statistic_type"]=>
                string(36) "\Map\LeagueGameStatisticTypeTableMap"
                ["league_game_statistic_type_map"]=>
                string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                ["league_import"]=>
                string(25) "\Map\LeagueImportTableMap"
                ["league_import_game"]=>
                string(29) "\Map\LeagueImportGameTableMap"
                ["league_name"]=>
                string(23) "\Map\LeagueNameTableMap"
                ["league_next"]=>
                string(23) "\Map\LeagueNextTableMap"
                ["league_season"]=>
                object(Map\LeagueSeasonTableMap)#83 (17) {
                  ["columns":protected]=>
                  array(5) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["START"]=>
                    object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "start"
                      ["phpName":protected]=>
                      string(5) "Start"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["END"]=>
                    object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "end"
                      ["phpName":protected]=>
                      string(3) "End"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["POINTS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "points"
                      ["phpName":protected]=>
                      string(6) "Points"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IDOLD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "idold"
                      ["phpName":protected]=>
                      string(5) "Idold"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(5) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Start"]=>
                    object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "start"
                      ["phpName":protected]=>
                      string(5) "Start"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["End"]=>
                    object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "end"
                      ["phpName":protected]=>
                      string(3) "End"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Points"]=>
                    object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "points"
                      ["phpName":protected]=>
                      string(6) "Points"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Idold"]=>
                    object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "idold"
                      ["phpName":protected]=>
                      string(5) "Idold"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(35) {
                    ["Id"]=>
                    string(2) "ID"
                    ["LeagueSeason.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["leagueSeason.id"]=>
                    string(2) "ID"
                    ["LeagueSeasonTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["league_season.id"]=>
                    string(2) "ID"
                    ["Start"]=>
                    string(5) "START"
                    ["LeagueSeason.Start"]=>
                    string(5) "START"
                    ["start"]=>
                    string(5) "START"
                    ["leagueSeason.start"]=>
                    string(5) "START"
                    ["LeagueSeasonTableMap::COL_START"]=>
                    string(5) "START"
                    ["COL_START"]=>
                    string(5) "START"
                    ["league_season.start"]=>
                    string(5) "START"
                    ["End"]=>
                    string(3) "END"
                    ["LeagueSeason.End"]=>
                    string(3) "END"
                    ["end"]=>
                    string(3) "END"
                    ["leagueSeason.end"]=>
                    string(3) "END"
                    ["LeagueSeasonTableMap::COL_END"]=>
                    string(3) "END"
                    ["COL_END"]=>
                    string(3) "END"
                    ["league_season.end"]=>
                    string(3) "END"
                    ["Points"]=>
                    string(6) "POINTS"
                    ["LeagueSeason.Points"]=>
                    string(6) "POINTS"
                    ["points"]=>
                    string(6) "POINTS"
                    ["leagueSeason.points"]=>
                    string(6) "POINTS"
                    ["LeagueSeasonTableMap::COL_POINTS"]=>
                    string(6) "POINTS"
                    ["COL_POINTS"]=>
                    string(6) "POINTS"
                    ["league_season.points"]=>
                    string(6) "POINTS"
                    ["Idold"]=>
                    string(5) "IDOLD"
                    ["LeagueSeason.Idold"]=>
                    string(5) "IDOLD"
                    ["idold"]=>
                    string(5) "IDOLD"
                    ["leagueSeason.idold"]=>
                    string(5) "IDOLD"
                    ["LeagueSeasonTableMap::COL_IDOLD"]=>
                    string(5) "IDOLD"
                    ["COL_IDOLD"]=>
                    string(5) "IDOLD"
                    ["league_season.idold"]=>
                    string(5) "IDOLD"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(13) "league_season"
                  ["phpName":protected]=>
                  string(12) "LeagueSeason"
                  ["classname":protected]=>
                  string(13) "\LeagueSeason"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(0) {
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["league_season_name"]=>
                object(Map\LeagueSeasonNameTableMap)#67 (17) {
                  ["columns":protected]=>
                  array(12) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "league"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "league_id"
                      ["phpName":protected]=>
                      string(8) "LeagueId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_NAME_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_name"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_name_id"
                      ["phpName":protected]=>
                      string(12) "LeagueNameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_SEASON_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(13) "league_season"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "league_season_id"
                      ["phpName":protected]=>
                      string(14) "LeagueSeasonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HAVE_STANDING"]=>
                    object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "have_standing"
                      ["phpName":protected]=>
                      string(12) "HaveStanding"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ORD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(5)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NR_GAMES"]=>
                    object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "nr_games"
                      ["phpName":protected]=>
                      string(7) "NrGames"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NR_STAGES"]=>
                    object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "nr_stages"
                      ["phpName":protected]=>
                      string(8) "NrStages"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HAVE_GAME_DETAIL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "have_game_detail"
                      ["phpName":protected]=>
                      string(14) "HaveGameDetail"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HAVE_ASSISTANT_REFEREE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(22) "have_assistant_referee"
                      ["phpName":protected]=>
                      string(20) "HaveAssistantReferee"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(12) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "league"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "league_id"
                      ["phpName":protected]=>
                      string(8) "LeagueId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueNameId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_name"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_name_id"
                      ["phpName":protected]=>
                      string(12) "LeagueNameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueSeasonId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(13) "league_season"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "league_season_id"
                      ["phpName":protected]=>
                      string(14) "LeagueSeasonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HaveStanding"]=>
                    object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "have_standing"
                      ["phpName":protected]=>
                      string(12) "HaveStanding"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Ord"]=>
                    object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(5)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NrGames"]=>
                    object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "nr_games"
                      ["phpName":protected]=>
                      string(7) "NrGames"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NrStages"]=>
                    object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "nr_stages"
                      ["phpName":protected]=>
                      string(8) "NrStages"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HaveGameDetail"]=>
                    object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "have_game_detail"
                      ["phpName":protected]=>
                      string(14) "HaveGameDetail"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HaveAssistantReferee"]=>
                    object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(22) "have_assistant_referee"
                      ["phpName":protected]=>
                      string(20) "HaveAssistantReferee"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(92) {
                    ["Id"]=>
                    string(2) "ID"
                    ["LeagueSeasonName.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["leagueSeasonName.id"]=>
                    string(2) "ID"
                    ["LeagueSeasonNameTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["league_season_name.id"]=>
                    string(2) "ID"
                    ["LeagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["LeagueSeasonName.LeagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["leagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["leagueSeasonName.leagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                    string(9) "LEAGUE_ID"
                    ["COL_LEAGUE_ID"]=>
                    string(9) "LEAGUE_ID"
                    ["league_id"]=>
                    string(9) "LEAGUE_ID"
                    ["league_season_name.league_id"]=>
                    string(9) "LEAGUE_ID"
                    ["LeagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["LeagueSeasonName.LeagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["leagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["leagueSeasonName.leagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["COL_LEAGUE_NAME_ID"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["league_name_id"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["league_season_name.league_name_id"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["LeagueSeasonId"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["LeagueSeasonName.LeagueSeasonId"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["leagueSeasonId"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["leagueSeasonName.leagueSeasonId"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["COL_LEAGUE_SEASON_ID"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["league_season_id"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["league_season_name.league_season_id"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["LeagueSeasonName.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["leagueSeasonName.slug"]=>
                    string(4) "SLUG"
                    ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                    ["league_season_name.slug"]=>
                    string(4) "SLUG"
                    ["Name"]=>
                    string(4) "NAME"
                    ["LeagueSeasonName.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["leagueSeasonName.name"]=>
                    string(4) "NAME"
                    ["LeagueSeasonNameTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["league_season_name.name"]=>
                    string(4) "NAME"
                    ["HaveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["LeagueSeasonName.HaveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["haveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["leagueSeasonName.haveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                    string(13) "HAVE_STANDING"
                    ["COL_HAVE_STANDING"]=>
                    string(13) "HAVE_STANDING"
                    ["have_standing"]=>
                    string(13) "HAVE_STANDING"
                    ["league_season_name.have_standing"]=>
                    string(13) "HAVE_STANDING"
                    ["Ord"]=>
                    string(3) "ORD"
                    ["LeagueSeasonName.Ord"]=>
                    string(3) "ORD"
                    ["ord"]=>
                    string(3) "ORD"
                    ["leagueSeasonName.ord"]=>
                    string(3) "ORD"
                    ["LeagueSeasonNameTableMap::COL_ORD"]=>
                    string(3) "ORD"
                    ["COL_ORD"]=>
                    string(3) "ORD"
                    ["league_season_name.ord"]=>
                    string(3) "ORD"
                    ["NrGames"]=>
                    string(8) "NR_GAMES"
                    ["LeagueSeasonName.NrGames"]=>
                    string(8) "NR_GAMES"
                    ["nrGames"]=>
                    string(8) "NR_GAMES"
                    ["leagueSeasonName.nrGames"]=>
                    string(8) "NR_GAMES"
                    ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                    string(8) "NR_GAMES"
                    ["COL_NR_GAMES"]=>
                    string(8) "NR_GAMES"
                    ["nr_games"]=>
                    string(8) "NR_GAMES"
                    ["league_season_name.nr_games"]=>
                    string(8) "NR_GAMES"
                    ["NrStages"]=>
                    string(9) "NR_STAGES"
                    ["LeagueSeasonName.NrStages"]=>
                    string(9) "NR_STAGES"
                    ["nrStages"]=>
                    string(9) "NR_STAGES"
                    ["leagueSeasonName.nrStages"]=>
                    string(9) "NR_STAGES"
                    ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                    string(9) "NR_STAGES"
                    ["COL_NR_STAGES"]=>
                    string(9) "NR_STAGES"
                    ["nr_stages"]=>
                    string(9) "NR_STAGES"
                    ["league_season_name.nr_stages"]=>
                    string(9) "NR_STAGES"
                    ["HaveGameDetail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["LeagueSeasonName.HaveGameDetail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["haveGameDetail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["leagueSeasonName.haveGameDetail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["COL_HAVE_GAME_DETAIL"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["have_game_detail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["league_season_name.have_game_detail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["HaveAssistantReferee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["LeagueSeasonName.HaveAssistantReferee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["haveAssistantReferee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["leagueSeasonName.haveAssistantReferee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["COL_HAVE_ASSISTANT_REFEREE"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["have_assistant_referee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["league_season_name.have_assistant_referee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(18) "league_season_name"
                  ["phpName":protected]=>
                  string(16) "LeagueSeasonName"
                  ["classname":protected]=>
                  string(17) "\LeagueSeasonName"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(3) {
                    ["league_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "league"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "league_id"
                      ["phpName":protected]=>
                      string(8) "LeagueId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["league_name_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_name"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_name_id"
                      ["phpName":protected]=>
                      string(12) "LeagueNameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["league_season_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(13) "league_season"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "league_season_id"
                      ["phpName":protected]=>
                      string(14) "LeagueSeasonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["national_game"]=>
                string(25) "\Map\NationalGameTableMap"
                ["national_game_card"]=>
                string(29) "\Map\NationalGameCardTableMap"
                ["national_game_coach"]=>
                string(30) "\Map\NationalGameCoachTableMap"
                ["national_game_goal"]=>
                string(29) "\Map\NationalGameGoalTableMap"
                ["national_game_player"]=>
                string(31) "\Map\NationalGamePlayerTableMap"
                ["national_game_referee"]=>
                string(32) "\Map\NationalGameRefereeTableMap"
                ["national_game_type"]=>
                string(29) "\Map\NationalGameTypeTableMap"
                ["national_tournament"]=>
                string(31) "\Map\NationalTournamentTableMap"
                ["national_tournament_name"]=>
                string(35) "\Map\NationalTournamentNameTableMap"
                ["object_resource_link"]=>
                string(31) "\Map\ObjectResourceLinkTableMap"
                ["object_resource_private"]=>
                string(34) "\Map\ObjectResourcePrivateTableMap"
                ["object_resource_private_content"]=>
                string(41) "\Map\ObjectResourcePrivateContentTableMap"
                ["object_resource_private_metadata"]=>
                string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                ["object_resource_private_name"]=>
                string(38) "\Map\ObjectResourcePrivateNameTableMap"
                ["person"]=>
                string(19) "\Map\PersonTableMap"
                ["person_map"]=>
                string(22) "\Map\PersonMapTableMap"
                ["player_type"]=>
                string(23) "\Map\PlayerTypeTableMap"
                ["stage"]=>
                object(Map\StageTableMap)#84 (17) {
                  ["columns":protected]=>
                  array(8) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SHORT_NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "short_name"
                      ["phpName":protected]=>
                      string(9) "ShortName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PREFIX"]=>
                    object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "prefix"
                      ["phpName":protected]=>
                      string(6) "Prefix"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SUFFIX"]=>
                    object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "suffix"
                      ["phpName":protected]=>
                      string(6) "Suffix"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MAP_NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "map_name"
                      ["phpName":protected]=>
                      string(7) "MapName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ORD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(8) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ShortName"]=>
                    object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "short_name"
                      ["phpName":protected]=>
                      string(9) "ShortName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Prefix"]=>
                    object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "prefix"
                      ["phpName":protected]=>
                      string(6) "Prefix"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Suffix"]=>
                    object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "suffix"
                      ["phpName":protected]=>
                      string(6) "Suffix"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MapName"]=>
                    object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "map_name"
                      ["phpName":protected]=>
                      string(7) "MapName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Ord"]=>
                    object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(52) {
                    ["Id"]=>
                    string(2) "ID"
                    ["Stage.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["stage.id"]=>
                    string(2) "ID"
                    ["StageTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["Name"]=>
                    string(4) "NAME"
                    ["Stage.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["stage.name"]=>
                    string(4) "NAME"
                    ["StageTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["ShortName"]=>
                    string(10) "SHORT_NAME"
                    ["Stage.ShortName"]=>
                    string(10) "SHORT_NAME"
                    ["shortName"]=>
                    string(10) "SHORT_NAME"
                    ["stage.shortName"]=>
                    string(10) "SHORT_NAME"
                    ["StageTableMap::COL_SHORT_NAME"]=>
                    string(10) "SHORT_NAME"
                    ["COL_SHORT_NAME"]=>
                    string(10) "SHORT_NAME"
                    ["short_name"]=>
                    string(10) "SHORT_NAME"
                    ["stage.short_name"]=>
                    string(10) "SHORT_NAME"
                    ["Prefix"]=>
                    string(6) "PREFIX"
                    ["Stage.Prefix"]=>
                    string(6) "PREFIX"
                    ["prefix"]=>
                    string(6) "PREFIX"
                    ["stage.prefix"]=>
                    string(6) "PREFIX"
                    ["StageTableMap::COL_PREFIX"]=>
                    string(6) "PREFIX"
                    ["COL_PREFIX"]=>
                    string(6) "PREFIX"
                    ["Suffix"]=>
                    string(6) "SUFFIX"
                    ["Stage.Suffix"]=>
                    string(6) "SUFFIX"
                    ["suffix"]=>
                    string(6) "SUFFIX"
                    ["stage.suffix"]=>
                    string(6) "SUFFIX"
                    ["StageTableMap::COL_SUFFIX"]=>
                    string(6) "SUFFIX"
                    ["COL_SUFFIX"]=>
                    string(6) "SUFFIX"
                    ["MapName"]=>
                    string(8) "MAP_NAME"
                    ["Stage.MapName"]=>
                    string(8) "MAP_NAME"
                    ["mapName"]=>
                    string(8) "MAP_NAME"
                    ["stage.mapName"]=>
                    string(8) "MAP_NAME"
                    ["StageTableMap::COL_MAP_NAME"]=>
                    string(8) "MAP_NAME"
                    ["COL_MAP_NAME"]=>
                    string(8) "MAP_NAME"
                    ["map_name"]=>
                    string(8) "MAP_NAME"
                    ["stage.map_name"]=>
                    string(8) "MAP_NAME"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["Stage.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["stage.slug"]=>
                    string(4) "SLUG"
                    ["StageTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                    ["Ord"]=>
                    string(3) "ORD"
                    ["Stage.Ord"]=>
                    string(3) "ORD"
                    ["ord"]=>
                    string(3) "ORD"
                    ["stage.ord"]=>
                    string(3) "ORD"
                    ["StageTableMap::COL_ORD"]=>
                    string(3) "ORD"
                    ["COL_ORD"]=>
                    string(3) "ORD"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(5) "stage"
                  ["phpName":protected]=>
                  string(5) "Stage"
                  ["classname":protected]=>
                  string(6) "\Stage"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(0) {
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
              }
              ["tablesByPhpName":protected]=>
              array(50) {
                ["\AccessLog"]=>
                string(22) "\Map\AccessLogTableMap"
                ["\Account"]=>
                string(20) "\Map\AccountTableMap"
                ["\Article"]=>
                string(20) "\Map\ArticleTableMap"
                ["\ArticleCategory"]=>
                string(28) "\Map\ArticleCategoryTableMap"
                ["\Bookmaker"]=>
                string(22) "\Map\BookmakerTableMap"
                ["\Club"]=>
                object(Map\ClubTableMap)#98 (17) {
                  ["columns":protected]=>
                  array(16) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(7) "home_id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["COUNTRY_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SHORTNAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "shortname"
                      ["phpName":protected]=>
                      string(9) "Shortname"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["OFFICIAL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "official"
                      ["phpName":protected]=>
                      string(8) "Official"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IDOLD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "idold"
                      ["phpName":protected]=>
                      string(5) "Idold"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["YEAR_FOUNDED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "year_founded"
                      ["phpName":protected]=>
                      string(11) "YearFounded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DATE_FOUNDED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                      ["type":protected]=>
                      string(4) "DATE"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "date_founded"
                      ["phpName":protected]=>
                      string(11) "DateFounded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["YEAR_DISSOLVED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "year_dissolved"
                      ["phpName":protected]=>
                      string(13) "YearDissolved"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DATE_DISSOLVED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                      ["type":protected]=>
                      string(4) "DATE"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "date_dissolved"
                      ["phpName":protected]=>
                      string(13) "DateDissolved"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["KNOWN_AS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "known_as"
                      ["phpName":protected]=>
                      string(7) "KnownAs"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["CLUB_NAME_HISTORY"]=>
                    object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(17) "club_name_history"
                      ["phpName":protected]=>
                      string(15) "ClubNameHistory"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DESCRIPTION"]=>
                    object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(11) "description"
                      ["phpName":protected]=>
                      string(11) "Description"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PRIVATE_NOTICE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "private_notice"
                      ["phpName":protected]=>
                      string(13) "PrivateNotice"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IDMOVEDTO"]=>
                    object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "idmovedto"
                      ["phpName":protected]=>
                      string(9) "Idmovedto"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(16) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(7) "home_id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["CountryId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Shortname"]=>
                    object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "shortname"
                      ["phpName":protected]=>
                      string(9) "Shortname"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Official"]=>
                    object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "official"
                      ["phpName":protected]=>
                      string(8) "Official"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Idold"]=>
                    object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "idold"
                      ["phpName":protected]=>
                      string(5) "Idold"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["YearFounded"]=>
                    object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "year_founded"
                      ["phpName":protected]=>
                      string(11) "YearFounded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DateFounded"]=>
                    object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                      ["type":protected]=>
                      string(4) "DATE"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "date_founded"
                      ["phpName":protected]=>
                      string(11) "DateFounded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["YearDissolved"]=>
                    object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "year_dissolved"
                      ["phpName":protected]=>
                      string(13) "YearDissolved"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DateDissolved"]=>
                    object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                      ["type":protected]=>
                      string(4) "DATE"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "date_dissolved"
                      ["phpName":protected]=>
                      string(13) "DateDissolved"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["KnownAs"]=>
                    object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "known_as"
                      ["phpName":protected]=>
                      string(7) "KnownAs"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ClubNameHistory"]=>
                    object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(17) "club_name_history"
                      ["phpName":protected]=>
                      string(15) "ClubNameHistory"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Description"]=>
                    object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(11) "description"
                      ["phpName":protected]=>
                      string(11) "Description"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PrivateNotice"]=>
                    object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "private_notice"
                      ["phpName":protected]=>
                      string(13) "PrivateNotice"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Idmovedto"]=>
                    object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "idmovedto"
                      ["phpName":protected]=>
                      string(9) "Idmovedto"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(112) {
                    ["Id"]=>
                    string(2) "ID"
                    ["Club.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["club.id"]=>
                    string(2) "ID"
                    ["ClubTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["CountryId"]=>
                    string(10) "COUNTRY_ID"
                    ["Club.CountryId"]=>
                    string(10) "COUNTRY_ID"
                    ["countryId"]=>
                    string(10) "COUNTRY_ID"
                    ["club.countryId"]=>
                    string(10) "COUNTRY_ID"
                    ["ClubTableMap::COL_COUNTRY_ID"]=>
                    string(10) "COUNTRY_ID"
                    ["COL_COUNTRY_ID"]=>
                    string(10) "COUNTRY_ID"
                    ["country_id"]=>
                    string(10) "COUNTRY_ID"
                    ["club.country_id"]=>
                    string(10) "COUNTRY_ID"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["Club.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["club.slug"]=>
                    string(4) "SLUG"
                    ["ClubTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                    ["Name"]=>
                    string(4) "NAME"
                    ["Club.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["club.name"]=>
                    string(4) "NAME"
                    ["ClubTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["Shortname"]=>
                    string(9) "SHORTNAME"
                    ["Club.Shortname"]=>
                    string(9) "SHORTNAME"
                    ["shortname"]=>
                    string(9) "SHORTNAME"
                    ["club.shortname"]=>
                    string(9) "SHORTNAME"
                    ["ClubTableMap::COL_SHORTNAME"]=>
                    string(9) "SHORTNAME"
                    ["COL_SHORTNAME"]=>
                    string(9) "SHORTNAME"
                    ["Official"]=>
                    string(8) "OFFICIAL"
                    ["Club.Official"]=>
                    string(8) "OFFICIAL"
                    ["official"]=>
                    string(8) "OFFICIAL"
                    ["club.official"]=>
                    string(8) "OFFICIAL"
                    ["ClubTableMap::COL_OFFICIAL"]=>
                    string(8) "OFFICIAL"
                    ["COL_OFFICIAL"]=>
                    string(8) "OFFICIAL"
                    ["Idold"]=>
                    string(5) "IDOLD"
                    ["Club.Idold"]=>
                    string(5) "IDOLD"
                    ["idold"]=>
                    string(5) "IDOLD"
                    ["club.idold"]=>
                    string(5) "IDOLD"
                    ["ClubTableMap::COL_IDOLD"]=>
                    string(5) "IDOLD"
                    ["COL_IDOLD"]=>
                    string(5) "IDOLD"
                    ["YearFounded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["Club.YearFounded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["yearFounded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["club.yearFounded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                    string(12) "YEAR_FOUNDED"
                    ["COL_YEAR_FOUNDED"]=>
                    string(12) "YEAR_FOUNDED"
                    ["year_founded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["club.year_founded"]=>
                    string(12) "YEAR_FOUNDED"
                    ["DateFounded"]=>
                    string(12) "DATE_FOUNDED"
                    ["Club.DateFounded"]=>
                    string(12) "DATE_FOUNDED"
                    ["dateFounded"]=>
                    string(12) "DATE_FOUNDED"
                    ["club.dateFounded"]=>
                    string(12) "DATE_FOUNDED"
                    ["ClubTableMap::COL_DATE_FOUNDED"]=>
                    string(12) "DATE_FOUNDED"
                    ["COL_DATE_FOUNDED"]=>
                    string(12) "DATE_FOUNDED"
                    ["date_founded"]=>
                    string(12) "DATE_FOUNDED"
                    ["club.date_founded"]=>
                    string(12) "DATE_FOUNDED"
                    ["YearDissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["Club.YearDissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["yearDissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["club.yearDissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["COL_YEAR_DISSOLVED"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["year_dissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["club.year_dissolved"]=>
                    string(14) "YEAR_DISSOLVED"
                    ["DateDissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["Club.DateDissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["dateDissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["club.dateDissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                    string(14) "DATE_DISSOLVED"
                    ["COL_DATE_DISSOLVED"]=>
                    string(14) "DATE_DISSOLVED"
                    ["date_dissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["club.date_dissolved"]=>
                    string(14) "DATE_DISSOLVED"
                    ["KnownAs"]=>
                    string(8) "KNOWN_AS"
                    ["Club.KnownAs"]=>
                    string(8) "KNOWN_AS"
                    ["knownAs"]=>
                    string(8) "KNOWN_AS"
                    ["club.knownAs"]=>
                    string(8) "KNOWN_AS"
                    ["ClubTableMap::COL_KNOWN_AS"]=>
                    string(8) "KNOWN_AS"
                    ["COL_KNOWN_AS"]=>
                    string(8) "KNOWN_AS"
                    ["known_as"]=>
                    string(8) "KNOWN_AS"
                    ["club.known_as"]=>
                    string(8) "KNOWN_AS"
                    ["ClubNameHistory"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["Club.ClubNameHistory"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["clubNameHistory"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["club.clubNameHistory"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["COL_CLUB_NAME_HISTORY"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["club_name_history"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["club.club_name_history"]=>
                    string(17) "CLUB_NAME_HISTORY"
                    ["Description"]=>
                    string(11) "DESCRIPTION"
                    ["Club.Description"]=>
                    string(11) "DESCRIPTION"
                    ["description"]=>
                    string(11) "DESCRIPTION"
                    ["club.description"]=>
                    string(11) "DESCRIPTION"
                    ["ClubTableMap::COL_DESCRIPTION"]=>
                    string(11) "DESCRIPTION"
                    ["COL_DESCRIPTION"]=>
                    string(11) "DESCRIPTION"
                    ["PrivateNotice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["Club.PrivateNotice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["privateNotice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["club.privateNotice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["COL_PRIVATE_NOTICE"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["private_notice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["club.private_notice"]=>
                    string(14) "PRIVATE_NOTICE"
                    ["Idmovedto"]=>
                    string(9) "IDMOVEDTO"
                    ["Club.Idmovedto"]=>
                    string(9) "IDMOVEDTO"
                    ["idmovedto"]=>
                    string(9) "IDMOVEDTO"
                    ["club.idmovedto"]=>
                    string(9) "IDMOVEDTO"
                    ["ClubTableMap::COL_IDMOVEDTO"]=>
                    string(9) "IDMOVEDTO"
                    ["COL_IDMOVEDTO"]=>
                    string(9) "IDMOVEDTO"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(4) "club"
                  ["phpName":protected]=>
                  string(4) "Club"
                  ["classname":protected]=>
                  string(5) "\Club"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(7) "home_id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(2) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(7) "home_id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["country_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["\ClubMap"]=>
                string(20) "\Map\ClubMapTableMap"
                ["\Country"]=>
                object(Map\CountryTableMap)#62 (17) {
                  ["columns":protected]=>
                  array(3) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(3) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(18) {
                    ["Id"]=>
                    string(2) "ID"
                    ["Country.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["country.id"]=>
                    string(2) "ID"
                    ["CountryTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["Name"]=>
                    string(4) "NAME"
                    ["Country.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["country.name"]=>
                    string(4) "NAME"
                    ["CountryTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["Country.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["country.slug"]=>
                    string(4) "SLUG"
                    ["CountryTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(7) "country"
                  ["phpName":protected]=>
                  string(7) "Country"
                  ["classname":protected]=>
                  string(8) "\Country"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(0) {
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["\Customer"]=>
                string(21) "\Map\CustomerTableMap"
                ["\CustomerPackage"]=>
                string(28) "\Map\CustomerPackageTableMap"
                ["\CustomerPackageType"]=>
                string(32) "\Map\CustomerPackageTypeTableMap"
                ["\EventOdd"]=>
                string(21) "\Map\EventOddTableMap"
                ["\EventOddMove"]=>
                string(25) "\Map\EventOddMoveTableMap"
                ["\ImportSource"]=>
                string(25) "\Map\ImportSourceTableMap"
                ["\League"]=>
                object(Map\LeagueTableMap)#45 (17) {
                  ["columns":protected]=>
                  array(10) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["COUNTRY_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SHORT_NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "short_name"
                      ["phpName":protected]=>
                      string(9) "ShortName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HAVE_STANDING"]=>
                    object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "have_standing"
                      ["phpName":protected]=>
                      string(12) "HaveStanding"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["FRONT_PAGE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "front_page"
                      ["phpName":protected]=>
                      string(9) "FrontPage"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ORD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(5)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEVEL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(10)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "level"
                      ["phpName":protected]=>
                      string(5) "Level"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PREVIEW"]=>
                    object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "preview"
                      ["phpName":protected]=>
                      string(7) "Preview"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(10) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["CountryId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ShortName"]=>
                    object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "short_name"
                      ["phpName":protected]=>
                      string(9) "ShortName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HaveStanding"]=>
                    object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "have_standing"
                      ["phpName":protected]=>
                      string(12) "HaveStanding"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["FrontPage"]=>
                    object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "front_page"
                      ["phpName":protected]=>
                      string(9) "FrontPage"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Ord"]=>
                    object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(5)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Level"]=>
                    object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(10)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "level"
                      ["phpName":protected]=>
                      string(5) "Level"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Preview"]=>
                    object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "preview"
                      ["phpName":protected]=>
                      string(7) "Preview"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(68) {
                    ["Id"]=>
                    string(2) "ID"
                    ["League.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["league.id"]=>
                    string(2) "ID"
                    ["LeagueTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["CountryId"]=>
                    string(10) "COUNTRY_ID"
                    ["League.CountryId"]=>
                    string(10) "COUNTRY_ID"
                    ["countryId"]=>
                    string(10) "COUNTRY_ID"
                    ["league.countryId"]=>
                    string(10) "COUNTRY_ID"
                    ["LeagueTableMap::COL_COUNTRY_ID"]=>
                    string(10) "COUNTRY_ID"
                    ["COL_COUNTRY_ID"]=>
                    string(10) "COUNTRY_ID"
                    ["country_id"]=>
                    string(10) "COUNTRY_ID"
                    ["league.country_id"]=>
                    string(10) "COUNTRY_ID"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["League.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["league.slug"]=>
                    string(4) "SLUG"
                    ["LeagueTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                    ["Name"]=>
                    string(4) "NAME"
                    ["League.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["league.name"]=>
                    string(4) "NAME"
                    ["LeagueTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["ShortName"]=>
                    string(10) "SHORT_NAME"
                    ["League.ShortName"]=>
                    string(10) "SHORT_NAME"
                    ["shortName"]=>
                    string(10) "SHORT_NAME"
                    ["league.shortName"]=>
                    string(10) "SHORT_NAME"
                    ["LeagueTableMap::COL_SHORT_NAME"]=>
                    string(10) "SHORT_NAME"
                    ["COL_SHORT_NAME"]=>
                    string(10) "SHORT_NAME"
                    ["short_name"]=>
                    string(10) "SHORT_NAME"
                    ["league.short_name"]=>
                    string(10) "SHORT_NAME"
                    ["HaveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["League.HaveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["haveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["league.haveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["LeagueTableMap::COL_HAVE_STANDING"]=>
                    string(13) "HAVE_STANDING"
                    ["COL_HAVE_STANDING"]=>
                    string(13) "HAVE_STANDING"
                    ["have_standing"]=>
                    string(13) "HAVE_STANDING"
                    ["league.have_standing"]=>
                    string(13) "HAVE_STANDING"
                    ["FrontPage"]=>
                    string(10) "FRONT_PAGE"
                    ["League.FrontPage"]=>
                    string(10) "FRONT_PAGE"
                    ["frontPage"]=>
                    string(10) "FRONT_PAGE"
                    ["league.frontPage"]=>
                    string(10) "FRONT_PAGE"
                    ["LeagueTableMap::COL_FRONT_PAGE"]=>
                    string(10) "FRONT_PAGE"
                    ["COL_FRONT_PAGE"]=>
                    string(10) "FRONT_PAGE"
                    ["front_page"]=>
                    string(10) "FRONT_PAGE"
                    ["league.front_page"]=>
                    string(10) "FRONT_PAGE"
                    ["Ord"]=>
                    string(3) "ORD"
                    ["League.Ord"]=>
                    string(3) "ORD"
                    ["ord"]=>
                    string(3) "ORD"
                    ["league.ord"]=>
                    string(3) "ORD"
                    ["LeagueTableMap::COL_ORD"]=>
                    string(3) "ORD"
                    ["COL_ORD"]=>
                    string(3) "ORD"
                    ["Level"]=>
                    string(5) "LEVEL"
                    ["League.Level"]=>
                    string(5) "LEVEL"
                    ["level"]=>
                    string(5) "LEVEL"
                    ["league.level"]=>
                    string(5) "LEVEL"
                    ["LeagueTableMap::COL_LEVEL"]=>
                    string(5) "LEVEL"
                    ["COL_LEVEL"]=>
                    string(5) "LEVEL"
                    ["Preview"]=>
                    string(7) "PREVIEW"
                    ["League.Preview"]=>
                    string(7) "PREVIEW"
                    ["preview"]=>
                    string(7) "PREVIEW"
                    ["league.preview"]=>
                    string(7) "PREVIEW"
                    ["LeagueTableMap::COL_PREVIEW"]=>
                    string(7) "PREVIEW"
                    ["COL_PREVIEW"]=>
                    string(7) "PREVIEW"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(6) "league"
                  ["phpName":protected]=>
                  string(6) "League"
                  ["classname":protected]=>
                  string(7) "\League"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(1) {
                    ["country_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(7) "country"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "country_id"
                      ["phpName":protected]=>
                      string(9) "CountryId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["\LeagueClub"]=>
                string(23) "\Map\LeagueClubTableMap"
                ["\LeagueGame"]=>
                *RECURSION*
                ["\LeagueGameCard"]=>
                string(27) "\Map\LeagueGameCardTableMap"
                ["\LeagueGameCoach"]=>
                string(28) "\Map\LeagueGameCoachTableMap"
                ["\LeagueGameGoal"]=>
                object(Map\LeagueGameGoalTableMap)#116 (17) {
                  ["columns":protected]=>
                  array(13) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_GAME_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_game_id"
                      ["phpName":protected]=>
                      string(12) "LeagueGameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["CLUB_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "club_id"
                      ["phpName":protected]=>
                      string(6) "ClubId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PERSON_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "person"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "person_id"
                      ["phpName":protected]=>
                      string(8) "PersonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PERSON_MAP_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(10) "person_map"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "person_map_id"
                      ["phpName":protected]=>
                      string(11) "PersonMapId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MIN"]=>
                    object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(2)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "min"
                      ["phpName":protected]=>
                      string(3) "Min"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MINPLUS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(2)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "minPlus"
                      ["phpName":protected]=>
                      string(7) "MinPlus"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PENALTY"]=>
                    object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "penalty"
                      ["phpName":protected]=>
                      string(7) "Penalty"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["OWN"]=>
                    object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "own"
                      ["phpName":protected]=>
                      string(3) "Own"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SHOOTS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "shoots"
                      ["phpName":protected]=>
                      string(13) "PenaltyShoots"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ISGOAL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "isgoal"
                      ["phpName":protected]=>
                      string(6) "IsGoal"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SCORE_MODE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "score_mode"
                      ["phpName":protected]=>
                      string(9) "ScoreMode"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ASSIST_BY"]=>
                    object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "assist_by"
                      ["phpName":protected]=>
                      string(8) "AssistBy"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(13) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueGameId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_game_id"
                      ["phpName":protected]=>
                      string(12) "LeagueGameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ClubId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "club_id"
                      ["phpName":protected]=>
                      string(6) "ClubId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PersonId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "person"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "person_id"
                      ["phpName":protected]=>
                      string(8) "PersonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PersonMapId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(10) "person_map"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "person_map_id"
                      ["phpName":protected]=>
                      string(11) "PersonMapId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Min"]=>
                    object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(2)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "min"
                      ["phpName":protected]=>
                      string(3) "Min"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MinPlus"]=>
                    object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(2)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "minPlus"
                      ["phpName":protected]=>
                      string(7) "MinPlus"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Penalty"]=>
                    object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "penalty"
                      ["phpName":protected]=>
                      string(7) "Penalty"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Own"]=>
                    object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "own"
                      ["phpName":protected]=>
                      string(3) "Own"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PenaltyShoots"]=>
                    object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "shoots"
                      ["phpName":protected]=>
                      string(13) "PenaltyShoots"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IsGoal"]=>
                    object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "isgoal"
                      ["phpName":protected]=>
                      string(6) "IsGoal"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ScoreMode"]=>
                    object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "score_mode"
                      ["phpName":protected]=>
                      string(9) "ScoreMode"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["AssistBy"]=>
                    object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "assist_by"
                      ["phpName":protected]=>
                      string(8) "AssistBy"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(99) {
                    ["Id"]=>
                    string(2) "ID"
                    ["LeagueGameGoal.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["leagueGameGoal.id"]=>
                    string(2) "ID"
                    ["LeagueGameGoalTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["league_game_goal.id"]=>
                    string(2) "ID"
                    ["LeagueGameId"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["LeagueGameGoal.LeagueGameId"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["leagueGameId"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["leagueGameGoal.leagueGameId"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["COL_LEAGUE_GAME_ID"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["league_game_id"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["league_game_goal.league_game_id"]=>
                    string(14) "LEAGUE_GAME_ID"
                    ["ClubId"]=>
                    string(7) "CLUB_ID"
                    ["LeagueGameGoal.ClubId"]=>
                    string(7) "CLUB_ID"
                    ["clubId"]=>
                    string(7) "CLUB_ID"
                    ["leagueGameGoal.clubId"]=>
                    string(7) "CLUB_ID"
                    ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                    string(7) "CLUB_ID"
                    ["COL_CLUB_ID"]=>
                    string(7) "CLUB_ID"
                    ["club_id"]=>
                    string(7) "CLUB_ID"
                    ["league_game_goal.club_id"]=>
                    string(7) "CLUB_ID"
                    ["PersonId"]=>
                    string(9) "PERSON_ID"
                    ["LeagueGameGoal.PersonId"]=>
                    string(9) "PERSON_ID"
                    ["personId"]=>
                    string(9) "PERSON_ID"
                    ["leagueGameGoal.personId"]=>
                    string(9) "PERSON_ID"
                    ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                    string(9) "PERSON_ID"
                    ["COL_PERSON_ID"]=>
                    string(9) "PERSON_ID"
                    ["person_id"]=>
                    string(9) "PERSON_ID"
                    ["league_game_goal.person_id"]=>
                    string(9) "PERSON_ID"
                    ["PersonMapId"]=>
                    string(13) "PERSON_MAP_ID"
                    ["LeagueGameGoal.PersonMapId"]=>
                    string(13) "PERSON_MAP_ID"
                    ["personMapId"]=>
                    string(13) "PERSON_MAP_ID"
                    ["leagueGameGoal.personMapId"]=>
                    string(13) "PERSON_MAP_ID"
                    ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                    string(13) "PERSON_MAP_ID"
                    ["COL_PERSON_MAP_ID"]=>
                    string(13) "PERSON_MAP_ID"
                    ["person_map_id"]=>
                    string(13) "PERSON_MAP_ID"
                    ["league_game_goal.person_map_id"]=>
                    string(13) "PERSON_MAP_ID"
                    ["Min"]=>
                    string(3) "MIN"
                    ["LeagueGameGoal.Min"]=>
                    string(3) "MIN"
                    ["min"]=>
                    string(3) "MIN"
                    ["leagueGameGoal.min"]=>
                    string(3) "MIN"
                    ["LeagueGameGoalTableMap::COL_MIN"]=>
                    string(3) "MIN"
                    ["COL_MIN"]=>
                    string(3) "MIN"
                    ["league_game_goal.min"]=>
                    string(3) "MIN"
                    ["MinPlus"]=>
                    string(7) "MINPLUS"
                    ["LeagueGameGoal.MinPlus"]=>
                    string(7) "MINPLUS"
                    ["minPlus"]=>
                    string(7) "MINPLUS"
                    ["leagueGameGoal.minPlus"]=>
                    string(7) "MINPLUS"
                    ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                    string(7) "MINPLUS"
                    ["COL_MINPLUS"]=>
                    string(7) "MINPLUS"
                    ["league_game_goal.minPlus"]=>
                    string(7) "MINPLUS"
                    ["Penalty"]=>
                    string(7) "PENALTY"
                    ["LeagueGameGoal.Penalty"]=>
                    string(7) "PENALTY"
                    ["penalty"]=>
                    string(7) "PENALTY"
                    ["leagueGameGoal.penalty"]=>
                    string(7) "PENALTY"
                    ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                    string(7) "PENALTY"
                    ["COL_PENALTY"]=>
                    string(7) "PENALTY"
                    ["league_game_goal.penalty"]=>
                    string(7) "PENALTY"
                    ["Own"]=>
                    string(3) "OWN"
                    ["LeagueGameGoal.Own"]=>
                    string(3) "OWN"
                    ["own"]=>
                    string(3) "OWN"
                    ["leagueGameGoal.own"]=>
                    string(3) "OWN"
                    ["LeagueGameGoalTableMap::COL_OWN"]=>
                    string(3) "OWN"
                    ["COL_OWN"]=>
                    string(3) "OWN"
                    ["league_game_goal.own"]=>
                    string(3) "OWN"
                    ["PenaltyShoots"]=>
                    string(6) "SHOOTS"
                    ["LeagueGameGoal.PenaltyShoots"]=>
                    string(6) "SHOOTS"
                    ["penaltyShoots"]=>
                    string(6) "SHOOTS"
                    ["leagueGameGoal.penaltyShoots"]=>
                    string(6) "SHOOTS"
                    ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                    string(6) "SHOOTS"
                    ["COL_SHOOTS"]=>
                    string(6) "SHOOTS"
                    ["shoots"]=>
                    string(6) "SHOOTS"
                    ["league_game_goal.shoots"]=>
                    string(6) "SHOOTS"
                    ["IsGoal"]=>
                    string(6) "ISGOAL"
                    ["LeagueGameGoal.IsGoal"]=>
                    string(6) "ISGOAL"
                    ["isGoal"]=>
                    string(6) "ISGOAL"
                    ["leagueGameGoal.isGoal"]=>
                    string(6) "ISGOAL"
                    ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                    string(6) "ISGOAL"
                    ["COL_ISGOAL"]=>
                    string(6) "ISGOAL"
                    ["isgoal"]=>
                    string(6) "ISGOAL"
                    ["league_game_goal.isgoal"]=>
                    string(6) "ISGOAL"
                    ["ScoreMode"]=>
                    string(10) "SCORE_MODE"
                    ["LeagueGameGoal.ScoreMode"]=>
                    string(10) "SCORE_MODE"
                    ["scoreMode"]=>
                    string(10) "SCORE_MODE"
                    ["leagueGameGoal.scoreMode"]=>
                    string(10) "SCORE_MODE"
                    ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                    string(10) "SCORE_MODE"
                    ["COL_SCORE_MODE"]=>
                    string(10) "SCORE_MODE"
                    ["score_mode"]=>
                    string(10) "SCORE_MODE"
                    ["league_game_goal.score_mode"]=>
                    string(10) "SCORE_MODE"
                    ["AssistBy"]=>
                    string(9) "ASSIST_BY"
                    ["LeagueGameGoal.AssistBy"]=>
                    string(9) "ASSIST_BY"
                    ["assistBy"]=>
                    string(9) "ASSIST_BY"
                    ["leagueGameGoal.assistBy"]=>
                    string(9) "ASSIST_BY"
                    ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                    string(9) "ASSIST_BY"
                    ["COL_ASSIST_BY"]=>
                    string(9) "ASSIST_BY"
                    ["assist_by"]=>
                    string(9) "ASSIST_BY"
                    ["league_game_goal.assist_by"]=>
                    string(9) "ASSIST_BY"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(16) "league_game_goal"
                  ["phpName":protected]=>
                  string(14) "LeagueGameGoal"
                  ["classname":protected]=>
                  string(15) "\LeagueGameGoal"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(4) {
                    ["league_game_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_game"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_game_id"
                      ["phpName":protected]=>
                      string(12) "LeagueGameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["club_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "club_id"
                      ["phpName":protected]=>
                      string(6) "ClubId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["person_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "person"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "person_id"
                      ["phpName":protected]=>
                      string(8) "PersonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["person_map_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(10) "person_map"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "person_map_id"
                      ["phpName":protected]=>
                      string(11) "PersonMapId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["\LeagueGameMetadata"]=>
                string(31) "\Map\LeagueGameMetadataTableMap"
                ["\LeagueGamePlayer"]=>
                string(29) "\Map\LeagueGamePlayerTableMap"
                ["\LeagueGameReferee"]=>
                string(30) "\Map\LeagueGameRefereeTableMap"
                ["\LeagueGameStatistic"]=>
                string(32) "\Map\LeagueGameStatisticTableMap"
                ["\LeagueGameStatisticType"]=>
                string(36) "\Map\LeagueGameStatisticTypeTableMap"
                ["\LeagueGameStatisticTypeMap"]=>
                string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                ["\LeagueImport"]=>
                string(25) "\Map\LeagueImportTableMap"
                ["\LeagueImportGame"]=>
                string(29) "\Map\LeagueImportGameTableMap"
                ["\LeagueName"]=>
                string(23) "\Map\LeagueNameTableMap"
                ["\LeagueNext"]=>
                string(23) "\Map\LeagueNextTableMap"
                ["\LeagueSeason"]=>
                object(Map\LeagueSeasonTableMap)#83 (17) {
                  ["columns":protected]=>
                  array(5) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["START"]=>
                    object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "start"
                      ["phpName":protected]=>
                      string(5) "Start"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["END"]=>
                    object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "end"
                      ["phpName":protected]=>
                      string(3) "End"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["POINTS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "points"
                      ["phpName":protected]=>
                      string(6) "Points"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IDOLD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "idold"
                      ["phpName":protected]=>
                      string(5) "Idold"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(5) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Start"]=>
                    object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "start"
                      ["phpName":protected]=>
                      string(5) "Start"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["End"]=>
                    object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "end"
                      ["phpName":protected]=>
                      string(3) "End"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Points"]=>
                    object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "points"
                      ["phpName":protected]=>
                      string(6) "Points"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Idold"]=>
                    object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(5) "idold"
                      ["phpName":protected]=>
                      string(5) "Idold"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(35) {
                    ["Id"]=>
                    string(2) "ID"
                    ["LeagueSeason.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["leagueSeason.id"]=>
                    string(2) "ID"
                    ["LeagueSeasonTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["league_season.id"]=>
                    string(2) "ID"
                    ["Start"]=>
                    string(5) "START"
                    ["LeagueSeason.Start"]=>
                    string(5) "START"
                    ["start"]=>
                    string(5) "START"
                    ["leagueSeason.start"]=>
                    string(5) "START"
                    ["LeagueSeasonTableMap::COL_START"]=>
                    string(5) "START"
                    ["COL_START"]=>
                    string(5) "START"
                    ["league_season.start"]=>
                    string(5) "START"
                    ["End"]=>
                    string(3) "END"
                    ["LeagueSeason.End"]=>
                    string(3) "END"
                    ["end"]=>
                    string(3) "END"
                    ["leagueSeason.end"]=>
                    string(3) "END"
                    ["LeagueSeasonTableMap::COL_END"]=>
                    string(3) "END"
                    ["COL_END"]=>
                    string(3) "END"
                    ["league_season.end"]=>
                    string(3) "END"
                    ["Points"]=>
                    string(6) "POINTS"
                    ["LeagueSeason.Points"]=>
                    string(6) "POINTS"
                    ["points"]=>
                    string(6) "POINTS"
                    ["leagueSeason.points"]=>
                    string(6) "POINTS"
                    ["LeagueSeasonTableMap::COL_POINTS"]=>
                    string(6) "POINTS"
                    ["COL_POINTS"]=>
                    string(6) "POINTS"
                    ["league_season.points"]=>
                    string(6) "POINTS"
                    ["Idold"]=>
                    string(5) "IDOLD"
                    ["LeagueSeason.Idold"]=>
                    string(5) "IDOLD"
                    ["idold"]=>
                    string(5) "IDOLD"
                    ["leagueSeason.idold"]=>
                    string(5) "IDOLD"
                    ["LeagueSeasonTableMap::COL_IDOLD"]=>
                    string(5) "IDOLD"
                    ["COL_IDOLD"]=>
                    string(5) "IDOLD"
                    ["league_season.idold"]=>
                    string(5) "IDOLD"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(13) "league_season"
                  ["phpName":protected]=>
                  string(12) "LeagueSeason"
                  ["classname":protected]=>
                  string(13) "\LeagueSeason"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(0) {
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["\LeagueSeasonName"]=>
                object(Map\LeagueSeasonNameTableMap)#67 (17) {
                  ["columns":protected]=>
                  array(12) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "league"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "league_id"
                      ["phpName":protected]=>
                      string(8) "LeagueId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_NAME_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_name"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_name_id"
                      ["phpName":protected]=>
                      string(12) "LeagueNameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_SEASON_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(13) "league_season"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "league_season_id"
                      ["phpName":protected]=>
                      string(14) "LeagueSeasonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HAVE_STANDING"]=>
                    object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "have_standing"
                      ["phpName":protected]=>
                      string(12) "HaveStanding"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ORD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(5)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NR_GAMES"]=>
                    object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "nr_games"
                      ["phpName":protected]=>
                      string(7) "NrGames"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NR_STAGES"]=>
                    object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "nr_stages"
                      ["phpName":protected]=>
                      string(8) "NrStages"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HAVE_GAME_DETAIL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "have_game_detail"
                      ["phpName":protected]=>
                      string(14) "HaveGameDetail"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HAVE_ASSISTANT_REFEREE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(22) "have_assistant_referee"
                      ["phpName":protected]=>
                      string(20) "HaveAssistantReferee"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(12) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "league"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "league_id"
                      ["phpName":protected]=>
                      string(8) "LeagueId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueNameId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_name"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_name_id"
                      ["phpName":protected]=>
                      string(12) "LeagueNameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueSeasonId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(13) "league_season"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "league_season_id"
                      ["phpName":protected]=>
                      string(14) "LeagueSeasonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HaveStanding"]=>
                    object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "have_standing"
                      ["phpName":protected]=>
                      string(12) "HaveStanding"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Ord"]=>
                    object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(5)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NrGames"]=>
                    object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "nr_games"
                      ["phpName":protected]=>
                      string(7) "NrGames"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NrStages"]=>
                    object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "nr_stages"
                      ["phpName":protected]=>
                      string(8) "NrStages"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HaveGameDetail"]=>
                    object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "have_game_detail"
                      ["phpName":protected]=>
                      string(14) "HaveGameDetail"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HaveAssistantReferee"]=>
                    object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(22) "have_assistant_referee"
                      ["phpName":protected]=>
                      string(20) "HaveAssistantReferee"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(92) {
                    ["Id"]=>
                    string(2) "ID"
                    ["LeagueSeasonName.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["leagueSeasonName.id"]=>
                    string(2) "ID"
                    ["LeagueSeasonNameTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["league_season_name.id"]=>
                    string(2) "ID"
                    ["LeagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["LeagueSeasonName.LeagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["leagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["leagueSeasonName.leagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                    string(9) "LEAGUE_ID"
                    ["COL_LEAGUE_ID"]=>
                    string(9) "LEAGUE_ID"
                    ["league_id"]=>
                    string(9) "LEAGUE_ID"
                    ["league_season_name.league_id"]=>
                    string(9) "LEAGUE_ID"
                    ["LeagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["LeagueSeasonName.LeagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["leagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["leagueSeasonName.leagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["COL_LEAGUE_NAME_ID"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["league_name_id"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["league_season_name.league_name_id"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["LeagueSeasonId"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["LeagueSeasonName.LeagueSeasonId"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["leagueSeasonId"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["leagueSeasonName.leagueSeasonId"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["COL_LEAGUE_SEASON_ID"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["league_season_id"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["league_season_name.league_season_id"]=>
                    string(16) "LEAGUE_SEASON_ID"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["LeagueSeasonName.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["leagueSeasonName.slug"]=>
                    string(4) "SLUG"
                    ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                    ["league_season_name.slug"]=>
                    string(4) "SLUG"
                    ["Name"]=>
                    string(4) "NAME"
                    ["LeagueSeasonName.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["leagueSeasonName.name"]=>
                    string(4) "NAME"
                    ["LeagueSeasonNameTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["league_season_name.name"]=>
                    string(4) "NAME"
                    ["HaveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["LeagueSeasonName.HaveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["haveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["leagueSeasonName.haveStanding"]=>
                    string(13) "HAVE_STANDING"
                    ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                    string(13) "HAVE_STANDING"
                    ["COL_HAVE_STANDING"]=>
                    string(13) "HAVE_STANDING"
                    ["have_standing"]=>
                    string(13) "HAVE_STANDING"
                    ["league_season_name.have_standing"]=>
                    string(13) "HAVE_STANDING"
                    ["Ord"]=>
                    string(3) "ORD"
                    ["LeagueSeasonName.Ord"]=>
                    string(3) "ORD"
                    ["ord"]=>
                    string(3) "ORD"
                    ["leagueSeasonName.ord"]=>
                    string(3) "ORD"
                    ["LeagueSeasonNameTableMap::COL_ORD"]=>
                    string(3) "ORD"
                    ["COL_ORD"]=>
                    string(3) "ORD"
                    ["league_season_name.ord"]=>
                    string(3) "ORD"
                    ["NrGames"]=>
                    string(8) "NR_GAMES"
                    ["LeagueSeasonName.NrGames"]=>
                    string(8) "NR_GAMES"
                    ["nrGames"]=>
                    string(8) "NR_GAMES"
                    ["leagueSeasonName.nrGames"]=>
                    string(8) "NR_GAMES"
                    ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                    string(8) "NR_GAMES"
                    ["COL_NR_GAMES"]=>
                    string(8) "NR_GAMES"
                    ["nr_games"]=>
                    string(8) "NR_GAMES"
                    ["league_season_name.nr_games"]=>
                    string(8) "NR_GAMES"
                    ["NrStages"]=>
                    string(9) "NR_STAGES"
                    ["LeagueSeasonName.NrStages"]=>
                    string(9) "NR_STAGES"
                    ["nrStages"]=>
                    string(9) "NR_STAGES"
                    ["leagueSeasonName.nrStages"]=>
                    string(9) "NR_STAGES"
                    ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                    string(9) "NR_STAGES"
                    ["COL_NR_STAGES"]=>
                    string(9) "NR_STAGES"
                    ["nr_stages"]=>
                    string(9) "NR_STAGES"
                    ["league_season_name.nr_stages"]=>
                    string(9) "NR_STAGES"
                    ["HaveGameDetail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["LeagueSeasonName.HaveGameDetail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["haveGameDetail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["leagueSeasonName.haveGameDetail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["COL_HAVE_GAME_DETAIL"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["have_game_detail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["league_season_name.have_game_detail"]=>
                    string(16) "HAVE_GAME_DETAIL"
                    ["HaveAssistantReferee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["LeagueSeasonName.HaveAssistantReferee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["haveAssistantReferee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["leagueSeasonName.haveAssistantReferee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["COL_HAVE_ASSISTANT_REFEREE"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["have_assistant_referee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                    ["league_season_name.have_assistant_referee"]=>
                    string(22) "HAVE_ASSISTANT_REFEREE"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(18) "league_season_name"
                  ["phpName":protected]=>
                  string(16) "LeagueSeasonName"
                  ["classname":protected]=>
                  string(17) "\LeagueSeasonName"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(3) {
                    ["league_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "league"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "league_id"
                      ["phpName":protected]=>
                      string(8) "LeagueId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["league_name_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_name"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_name_id"
                      ["phpName":protected]=>
                      string(12) "LeagueNameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["league_season_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(13) "league_season"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "league_season_id"
                      ["phpName":protected]=>
                      string(14) "LeagueSeasonId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["\NationalGame"]=>
                string(25) "\Map\NationalGameTableMap"
                ["\NationalGameCard"]=>
                string(29) "\Map\NationalGameCardTableMap"
                ["\NationalGameCoach"]=>
                string(30) "\Map\NationalGameCoachTableMap"
                ["\NationalGameGoal"]=>
                string(29) "\Map\NationalGameGoalTableMap"
                ["\NationalGamePlayer"]=>
                string(31) "\Map\NationalGamePlayerTableMap"
                ["\NationalGameReferee"]=>
                string(32) "\Map\NationalGameRefereeTableMap"
                ["\NationalGameType"]=>
                string(29) "\Map\NationalGameTypeTableMap"
                ["\NationalTournament"]=>
                string(31) "\Map\NationalTournamentTableMap"
                ["\NationalTournamentName"]=>
                string(35) "\Map\NationalTournamentNameTableMap"
                ["\ObjectResourceLink"]=>
                string(31) "\Map\ObjectResourceLinkTableMap"
                ["\ObjectResourcePrivate"]=>
                string(34) "\Map\ObjectResourcePrivateTableMap"
                ["\ObjectResourcePrivateContent"]=>
                string(41) "\Map\ObjectResourcePrivateContentTableMap"
                ["\ObjectResourcePrivateMetadata"]=>
                string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                ["\ObjectResourcePrivateName"]=>
                string(38) "\Map\ObjectResourcePrivateNameTableMap"
                ["\Person"]=>
                string(19) "\Map\PersonTableMap"
                ["\PersonMap"]=>
                string(22) "\Map\PersonMapTableMap"
                ["\PlayerType"]=>
                string(23) "\Map\PlayerTypeTableMap"
                ["\Stage"]=>
                object(Map\StageTableMap)#84 (17) {
                  ["columns":protected]=>
                  array(8) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SHORT_NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "short_name"
                      ["phpName":protected]=>
                      string(9) "ShortName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PREFIX"]=>
                    object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "prefix"
                      ["phpName":protected]=>
                      string(6) "Prefix"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SUFFIX"]=>
                    object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "suffix"
                      ["phpName":protected]=>
                      string(6) "Suffix"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MAP_NAME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "map_name"
                      ["phpName":protected]=>
                      string(7) "MapName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SLUG"]=>
                    object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ORD"]=>
                    object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(8) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Name"]=>
                    object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "name"
                      ["phpName":protected]=>
                      string(4) "Name"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ShortName"]=>
                    object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "short_name"
                      ["phpName":protected]=>
                      string(9) "ShortName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Prefix"]=>
                    object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "prefix"
                      ["phpName":protected]=>
                      string(6) "Prefix"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Suffix"]=>
                    object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "suffix"
                      ["phpName":protected]=>
                      string(6) "Suffix"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["MapName"]=>
                    object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "map_name"
                      ["phpName":protected]=>
                      string(7) "MapName"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Slug"]=>
                    object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(250)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "slug"
                      ["phpName":protected]=>
                      string(4) "Slug"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Ord"]=>
                    object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "ord"
                      ["phpName":protected]=>
                      string(3) "Ord"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(52) {
                    ["Id"]=>
                    string(2) "ID"
                    ["Stage.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["stage.id"]=>
                    string(2) "ID"
                    ["StageTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["Name"]=>
                    string(4) "NAME"
                    ["Stage.Name"]=>
                    string(4) "NAME"
                    ["name"]=>
                    string(4) "NAME"
                    ["stage.name"]=>
                    string(4) "NAME"
                    ["StageTableMap::COL_NAME"]=>
                    string(4) "NAME"
                    ["COL_NAME"]=>
                    string(4) "NAME"
                    ["ShortName"]=>
                    string(10) "SHORT_NAME"
                    ["Stage.ShortName"]=>
                    string(10) "SHORT_NAME"
                    ["shortName"]=>
                    string(10) "SHORT_NAME"
                    ["stage.shortName"]=>
                    string(10) "SHORT_NAME"
                    ["StageTableMap::COL_SHORT_NAME"]=>
                    string(10) "SHORT_NAME"
                    ["COL_SHORT_NAME"]=>
                    string(10) "SHORT_NAME"
                    ["short_name"]=>
                    string(10) "SHORT_NAME"
                    ["stage.short_name"]=>
                    string(10) "SHORT_NAME"
                    ["Prefix"]=>
                    string(6) "PREFIX"
                    ["Stage.Prefix"]=>
                    string(6) "PREFIX"
                    ["prefix"]=>
                    string(6) "PREFIX"
                    ["stage.prefix"]=>
                    string(6) "PREFIX"
                    ["StageTableMap::COL_PREFIX"]=>
                    string(6) "PREFIX"
                    ["COL_PREFIX"]=>
                    string(6) "PREFIX"
                    ["Suffix"]=>
                    string(6) "SUFFIX"
                    ["Stage.Suffix"]=>
                    string(6) "SUFFIX"
                    ["suffix"]=>
                    string(6) "SUFFIX"
                    ["stage.suffix"]=>
                    string(6) "SUFFIX"
                    ["StageTableMap::COL_SUFFIX"]=>
                    string(6) "SUFFIX"
                    ["COL_SUFFIX"]=>
                    string(6) "SUFFIX"
                    ["MapName"]=>
                    string(8) "MAP_NAME"
                    ["Stage.MapName"]=>
                    string(8) "MAP_NAME"
                    ["mapName"]=>
                    string(8) "MAP_NAME"
                    ["stage.mapName"]=>
                    string(8) "MAP_NAME"
                    ["StageTableMap::COL_MAP_NAME"]=>
                    string(8) "MAP_NAME"
                    ["COL_MAP_NAME"]=>
                    string(8) "MAP_NAME"
                    ["map_name"]=>
                    string(8) "MAP_NAME"
                    ["stage.map_name"]=>
                    string(8) "MAP_NAME"
                    ["Slug"]=>
                    string(4) "SLUG"
                    ["Stage.Slug"]=>
                    string(4) "SLUG"
                    ["slug"]=>
                    string(4) "SLUG"
                    ["stage.slug"]=>
                    string(4) "SLUG"
                    ["StageTableMap::COL_SLUG"]=>
                    string(4) "SLUG"
                    ["COL_SLUG"]=>
                    string(4) "SLUG"
                    ["Ord"]=>
                    string(3) "ORD"
                    ["Stage.Ord"]=>
                    string(3) "ORD"
                    ["ord"]=>
                    string(3) "ORD"
                    ["stage.ord"]=>
                    string(3) "ORD"
                    ["StageTableMap::COL_ORD"]=>
                    string(3) "ORD"
                    ["COL_ORD"]=>
                    string(3) "ORD"
                  }
                  ["dbMap":protected]=>
                  *RECURSION*
                  ["tableName":protected]=>
                  string(5) "stage"
                  ["phpName":protected]=>
                  string(5) "Stage"
                  ["classname":protected]=>
                  string(6) "\Stage"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(0) {
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
              }
            }
            ["tableName":protected]=>
            string(11) "league_game"
            ["phpName":protected]=>
            string(10) "LeagueGame"
            ["classname":protected]=>
            string(11) "\LeagueGame"
            ["package":protected]=>
            string(9) "lib.model"
            ["useIdGenerator":protected]=>
            bool(true)
            ["isSingleTableInheritance":protected]=>
            bool(false)
            ["isCrossRef":protected]=>
            bool(false)
            ["primaryKeys":protected]=>
            array(1) {
              ["id"]=>
              object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(true)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(0) ""
                ["relatedColumnName":protected]=>
                string(0) ""
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(2) "id"
                ["phpName":protected]=>
                string(2) "Id"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
            }
            ["foreignKeys":protected]=>
            array(6) {
              ["league_id"]=>
              object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(6) "league"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(9) "league_id"
                ["phpName":protected]=>
                string(8) "LeagueId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["league_name_id"]=>
              object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(11) "league_name"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(14) "league_name_id"
                ["phpName":protected]=>
                string(12) "LeagueNameId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["home_id"]=>
              object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(4) "club"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(7) "home_id"
                ["phpName":protected]=>
                string(6) "HomeId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["away_id"]=>
              object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(false)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(4) "club"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(7) "away_id"
                ["phpName":protected]=>
                string(6) "AwayId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["stage_id"]=>
              object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(5) "stage"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(8) "stage_id"
                ["phpName":protected]=>
                string(7) "StageId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
              ["season_id"]=>
              object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(13) "league_season"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                *RECURSION*
                ["columnName":protected]=>
                string(9) "season_id"
                ["phpName":protected]=>
                string(8) "SeasonId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
            }
            ["relations":protected]=>
            array(0) {
            }
            ["relationsBuilt":protected]=>
            bool(false)
            ["pkInfo":protected]=>
            NULL
            ["identifierQuoting":protected]=>
            bool(false)
          }
          ["formatter":protected]=>
          NULL
          ["with":protected]=>
          array(0) {
          }
          ["defaultFormatterClass":protected]=>
          string(41) "\Propel\Runtime\Formatter\ObjectFormatter"
          ["primaryCriteria":protected]=>
          NULL
          ["entityNotFoundExceptionClass":protected]=>
          string(49) "\Propel\Runtime\Exception\EntityNotFoundException"
          ["isWithOneToMany":protected]=>
          bool(false)
          ["previousJoin":protected]=>
          NULL
          ["isKeepQuery":protected]=>
          bool(true)
          ["select":protected]=>
          NULL
          ["isSelfSelected":protected]=>
          bool(true)
          ["isInnerQueryInCriterion":protected]=>
          bool(false)
        }
        [1]=>
        object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
          ["useDebugModeOnInstance":protected]=>
          NULL
          ["name":protected]=>
          string(6) "labtof"
          ["connection":protected]=>
          object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
            ["name":protected]=>
            NULL
            ["pdo":protected]=>
            object(PDO)#48 (0) {
            }
          }
          ["nestedTransactionCount":protected]=>
          int(0)
          ["isUncommitable":protected]=>
          bool(false)
          ["queryCount":protected]=>
          int(0)
          ["lastExecutedQuery":protected]=>
          NULL
          ["cachedPreparedStatements":protected]=>
          array(0) {
          }
          ["isCachePreparedStatements":protected]=>
          bool(false)
          ["logMethods":protected]=>
          array(3) {
            [0]=>
            string(4) "exec"
            [1]=>
            string(5) "query"
            [2]=>
            string(7) "execute"
          }
          ["logger":protected]=>
          NULL
        }
      }
    }
    [4]=>
    array(6) {
      ["file"]=>
      string(102) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php"
      ["line"]=>
      int(2344)
      ["function"]=>
      string(8) "doSelect"
      ["class"]=>
      string(35) "Propel\Runtime\ActiveQuery\Criteria"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
          ["useDebugModeOnInstance":protected]=>
          NULL
          ["name":protected]=>
          string(6) "labtof"
          ["connection":protected]=>
          object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
            ["name":protected]=>
            NULL
            ["pdo":protected]=>
            object(PDO)#48 (0) {
            }
          }
          ["nestedTransactionCount":protected]=>
          int(0)
          ["isUncommitable":protected]=>
          bool(false)
          ["queryCount":protected]=>
          int(0)
          ["lastExecutedQuery":protected]=>
          NULL
          ["cachedPreparedStatements":protected]=>
          array(0) {
          }
          ["isCachePreparedStatements":protected]=>
          bool(false)
          ["logMethods":protected]=>
          array(3) {
            [0]=>
            string(4) "exec"
            [1]=>
            string(5) "query"
            [2]=>
            string(7) "execute"
          }
          ["logger":protected]=>
          NULL
        }
      }
    }
    [5]=>
    array(6) {
      ["file"]=>
      string(102) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php"
      ["line"]=>
      int(1394)
      ["function"]=>
      string(8) "doSelect"
      ["class"]=>
      string(40) "Propel\Runtime\ActiveQuery\ModelCriteria"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
          ["useDebugModeOnInstance":protected]=>
          NULL
          ["name":protected]=>
          string(6) "labtof"
          ["connection":protected]=>
          object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
            ["name":protected]=>
            NULL
            ["pdo":protected]=>
            object(PDO)#48 (0) {
            }
          }
          ["nestedTransactionCount":protected]=>
          int(0)
          ["isUncommitable":protected]=>
          bool(false)
          ["queryCount":protected]=>
          int(0)
          ["lastExecutedQuery":protected]=>
          NULL
          ["cachedPreparedStatements":protected]=>
          array(0) {
          }
          ["isCachePreparedStatements":protected]=>
          bool(false)
          ["logMethods":protected]=>
          array(3) {
            [0]=>
            string(4) "exec"
            [1]=>
            string(5) "query"
            [2]=>
            string(7) "execute"
          }
          ["logger":protected]=>
          NULL
        }
      }
    }
    [6]=>
    array(6) {
      ["file"]=>
      string(60) "/home/iuginjust/Framework/labtof/classes/lib/my/JsonClub.php"
      ["line"]=>
      int(28)
      ["function"]=>
      string(7) "findOne"
      ["class"]=>
      string(40) "Propel\Runtime\ActiveQuery\ModelCriteria"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [7]=>
    array(6) {
      ["file"]=>
      string(85) "/home/iuginjust/Framework/labtof/app/frontend/modules/game/templates/indexSuccess.php"
      ["line"]=>
      int(4)
      ["function"]=>
      string(21) "seasonsGamesReportWDL"
      ["class"]=>
      string(8) "jsonclub"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        array(2) {
          ["club_id"]=>
          int(190)
          ["vs_club_id"]=>
          int(94)
        }
      }
    }
    [8]=>
    array(4) {
      ["file"]=>
      string(67) "/home/iuginjust/Framework/my-php-frame/classes/base/core/Render.php"
      ["line"]=>
      int(153)
      ["args"]=>
      array(1) {
        [0]=>
        string(85) "/home/iuginjust/Framework/labtof/app/frontend/modules/game/templates/indexSuccess.php"
      }
      ["function"]=>
      string(7) "include"
    }
    [9]=>
    array(6) {
      ["file"]=>
      string(67) "/home/iuginjust/Framework/my-php-frame/classes/base/core/Router.php"
      ["line"]=>
      int(177)
      ["function"]=>
      string(10) "renderView"
      ["class"]=>
      string(6) "Render"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        string(104) "/home/iuginjust/Framework/labtof/web/frontend/../../app/frontend/modules/game/templates/indexSuccess.php"
      }
    }
    [10]=>
    array(6) {
      ["file"]=>
      string(58) "/home/iuginjust/Framework/my-php-frame/web/_base_/base.php"
      ["line"]=>
      int(118)
      ["function"]=>
      string(8) "dispatch"
      ["class"]=>
      string(6) "Router"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        array(1) {
          ["target"]=>
          array(2) {
            ["c"]=>
            string(4) "game"
            ["a"]=>
            string(5) "index"
          }
        }
      }
    }
    [11]=>
    array(4) {
      ["file"]=>
      string(55) "/home/iuginjust/Framework/labtof/web/frontend/index.php"
      ["line"]=>
      int(73)
      ["args"]=>
      array(1) {
        [0]=>
        string(58) "/home/iuginjust/Framework/my-php-frame/web/_base_/base.php"
      }
      ["function"]=>
      string(7) "include"
    }
  }
  ["previous":"Exception":private]=>
  object(PDOException)#251 (8) {
    ["message":protected]=>
    string(95) "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_labtof.league_game' doesn't exist"
    ["string":"Exception":private]=>
    string(0) ""
    ["code":protected]=>
    string(5) "42S02"
    ["file":protected]=>
    string(104) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php"
    ["line":protected]=>
    int(219)
    ["trace":"Exception":private]=>
    array(13) {
      [0]=>
      array(6) {
        ["file"]=>
        string(104) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php"
        ["line"]=>
        int(219)
        ["function"]=>
        string(7) "execute"
        ["class"]=>
        string(12) "PDOStatement"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(1) {
          [0]=>
          NULL
        }
      }
      [1]=>
      array(6) {
        ["file"]=>
        string(124) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php"
        ["line"]=>
        int(112)
        ["function"]=>
        string(7) "execute"
        ["class"]=>
        string(42) "Propel\Runtime\Connection\StatementWrapper"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(0) {
        }
      }
      [2]=>
      array(6) {
        ["file"]=>
        string(122) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php"
        ["line"]=>
        int(49)
        ["function"]=>
        string(16) "executeStatement"
        ["class"]=>
        string(62) "Propel\Runtime\ActiveQuery\QueryExecutor\AbstractQueryExecutor"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(1) {
          [0]=>
          object(Propel\Runtime\ActiveQuery\SqlBuilder\PreparedStatementDto)#249 (2) {
            ["sqlStatement":"Propel\Runtime\ActiveQuery\SqlBuilder\PreparedStatementDto":private]=>
            string(1064) "SELECT league_game.id, league_game.league_id, league_game.league_name_id, league_game.home_id, league_game.away_id, league_game.sc1, league_game.sc2, league_game.sch1, league_game.sch2, league_game.sco1, league_game.sco2, league_game.scp1, league_game.scp2, league_game.date, league_game.hour, league_game.nr_of_spectators, league_game.stage_id, league_game.season_id, league_game.extratime, league_game.penaltyshoots, league_game.description, league_game.json_notice, league_game.type, league_game.show_details, league_game.canceled, league_game.annulled, league_game.hide_score, league_game.score_detail, league_game.played, league_game.replayed, league_game.awarded, league_game.import_url, league_game.import_error, league_game.skip_validation, sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0)) AS Won, sum(if(sc1=sc2,1,0)) AS Draw, count(*) AS NrGames FROM league_game WHERE league_game.season_id=:p1 AND ((home_id=190 OR away_id=190) AND ((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))) GROUP BY league_game.season_id LIMIT 1"
            ["parameters":"Propel\Runtime\ActiveQuery\SqlBuilder\PreparedStatementDto":private]=>
            array(1) {
              [0]=>
              array(3) {
                ["table"]=>
                string(11) "league_game"
                ["column"]=>
                string(9) "season_id"
                ["value"]=>
                int(2)
              }
            }
          }
        }
      }
      [3]=>
      array(6) {
        ["file"]=>
        string(122) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php"
        ["line"]=>
        int(37)
        ["function"]=>
        string(9) "runSelect"
        ["class"]=>
        string(60) "Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(0) {
        }
      }
      [4]=>
      array(6) {
        ["file"]=>
        string(97) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/Criteria.php"
        ["line"]=>
        int(2412)
        ["function"]=>
        string(7) "execute"
        ["class"]=>
        string(60) "Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor"
        ["type"]=>
        string(2) "::"
        ["args"]=>
        array(2) {
          [0]=>
          object(LeagueGameQuery)#153 (43) {
            ["ignoreCase":protected]=>
            bool(false)
            ["singleRecord":protected]=>
            bool(false)
            ["selectColumns":protected]=>
            array(34) {
              [0]=>
              string(14) "league_game.id"
              [1]=>
              string(21) "league_game.league_id"
              [2]=>
              string(26) "league_game.league_name_id"
              [3]=>
              string(19) "league_game.home_id"
              [4]=>
              string(19) "league_game.away_id"
              [5]=>
              string(15) "league_game.sc1"
              [6]=>
              string(15) "league_game.sc2"
              [7]=>
              string(16) "league_game.sch1"
              [8]=>
              string(16) "league_game.sch2"
              [9]=>
              string(16) "league_game.sco1"
              [10]=>
              string(16) "league_game.sco2"
              [11]=>
              string(16) "league_game.scp1"
              [12]=>
              string(16) "league_game.scp2"
              [13]=>
              string(16) "league_game.date"
              [14]=>
              string(16) "league_game.hour"
              [15]=>
              string(28) "league_game.nr_of_spectators"
              [16]=>
              string(20) "league_game.stage_id"
              [17]=>
              string(21) "league_game.season_id"
              [18]=>
              string(21) "league_game.extratime"
              [19]=>
              string(25) "league_game.penaltyshoots"
              [20]=>
              string(23) "league_game.description"
              [21]=>
              string(23) "league_game.json_notice"
              [22]=>
              string(16) "league_game.type"
              [23]=>
              string(24) "league_game.show_details"
              [24]=>
              string(20) "league_game.canceled"
              [25]=>
              string(20) "league_game.annulled"
              [26]=>
              string(22) "league_game.hide_score"
              [27]=>
              string(24) "league_game.score_detail"
              [28]=>
              string(18) "league_game.played"
              [29]=>
              string(20) "league_game.replayed"
              [30]=>
              string(19) "league_game.awarded"
              [31]=>
              string(22) "league_game.import_url"
              [32]=>
              string(24) "league_game.import_error"
              [33]=>
              string(27) "league_game.skip_validation"
            }
            ["asColumns":protected]=>
            array(3) {
              ["Won"]=>
              string(67) "sum(if((home_id=190 and sc1>sc2) OR (away_id=190 and sc2>sc1),1,0))"
              ["Draw"]=>
              string(20) "sum(if(sc1=sc2,1,0))"
              ["NrGames"]=>
              string(8) "count(*)"
            }
            ["selectModifiers":protected]=>
            array(0) {
            }
            ["lock":protected]=>
            NULL
            ["map":protected]=>
            array(2) {
              ["league_game.season_id"]=>
              object(Propel\Runtime\ActiveQuery\Criterion\BasicCriterion)#244 (9) {
                ["value":protected]=>
                int(2)
                ["comparison":protected]=>
                string(1) "="
                ["table":protected]=>
                string(11) "league_game"
                ["realtable":protected]=>
                string(11) "league_game"
                ["column":protected]=>
                string(9) "season_id"
                ["db":protected]=>
                object(Propel\Runtime\Adapter\Pdo\MysqlAdapter)#46 (0) {
                }
                ["clauses":protected]=>
                array(0) {
                }
                ["conjunctions":protected]=>
                array(0) {
                }
                ["ignoreStringCase":protected]=>
                bool(false)
              }
              ["."]=>
              object(Propel\Runtime\ActiveQuery\Criterion\CustomCriterion)#245 (8) {
                ["value":protected]=>
                string(28) "(home_id=190 OR away_id=190)"
                ["comparison":protected]=>
                NULL
                ["table":protected]=>
                NULL
                ["realtable":protected]=>
                NULL
                ["column":protected]=>
                NULL
                ["db":protected]=>
                object(Propel\Runtime\Adapter\Pdo\MysqlAdapter)#46 (0) {
                }
                ["clauses":protected]=>
                array(1) {
                  [0]=>
                  object(Propel\Runtime\ActiveQuery\Criterion\CustomCriterion)#246 (8) {
                    ["value":protected]=>
                    string(62) "((home_id=190 AND away_id=94) OR (home_id=94 AND away_id=190))"
                    ["comparison":protected]=>
                    NULL
                    ["table":protected]=>
                    NULL
                    ["realtable":protected]=>
                    NULL
                    ["column":protected]=>
                    NULL
                    ["db":protected]=>
                    object(Propel\Runtime\Adapter\Pdo\MysqlAdapter)#46 (0) {
                    }
                    ["clauses":protected]=>
                    array(0) {
                    }
                    ["conjunctions":protected]=>
                    array(0) {
                    }
                  }
                }
                ["conjunctions":protected]=>
                array(1) {
                  [0]=>
                  string(5) " AND "
                }
              }
            }
            ["orderByColumns":protected]=>
            array(0) {
            }
            ["groupByColumns":protected]=>
            array(1) {
              [0]=>
              string(21) "league_game.season_id"
            }
            ["having":protected]=>
            NULL
            ["joins":protected]=>
            array(0) {
            }
            ["selectQueries":protected]=>
            array(0) {
            }
            ["dbName":protected]=>
            string(6) "labtof"
            ["primaryTableName":protected]=>
            string(11) "league_game"
            ["originalDbName":protected]=>
            string(6) "labtof"
            ["limit":protected]=>
            int(1)
            ["offset":protected]=>
            int(0)
            ["queryComment":protected]=>
            NULL
            ["aliases":protected]=>
            array(0) {
            }
            ["useTransaction":protected]=>
            bool(false)
            ["namedCriterions":protected]=>
            array(0) {
            }
            ["defaultCombineOperator":protected]=>
            string(3) "AND"
            ["conditionalProxy":protected]=>
            NULL
            ["identifierQuoting":protected]=>
            bool(false)
            ["replacedColumns"]=>
            array(1) {
              [0]=>
              object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                ["type":protected]=>
                string(7) "INTEGER"
                ["size":protected]=>
                int(0)
                ["pk":protected]=>
                bool(false)
                ["notNull":protected]=>
                bool(true)
                ["defaultValue":protected]=>
                NULL
                ["relatedTableName":protected]=>
                string(13) "league_season"
                ["relatedColumnName":protected]=>
                string(2) "id"
                ["table":protected]=>
                object(Map\LeagueGameTableMap)#10 (17) {
                  ["columns":protected]=>
                  array(34) {
                    ["ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "league"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "league_id"
                      ["phpName":protected]=>
                      string(8) "LeagueId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LEAGUE_NAME_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_name"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_name_id"
                      ["phpName":protected]=>
                      string(12) "LeagueNameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HOME_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "home_id"
                      ["phpName":protected]=>
                      string(6) "HomeId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["AWAY_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "away_id"
                      ["phpName":protected]=>
                      string(6) "AwayId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SC1"]=>
                    object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "sc1"
                      ["phpName":protected]=>
                      string(3) "Sc1"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SC2"]=>
                    object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "sc2"
                      ["phpName":protected]=>
                      string(3) "Sc2"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SCH1"]=>
                    object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "sch1"
                      ["phpName":protected]=>
                      string(4) "Sch1"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SCH2"]=>
                    object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "sch2"
                      ["phpName":protected]=>
                      string(4) "Sch2"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SCO1"]=>
                    object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "sco1"
                      ["phpName":protected]=>
                      string(4) "Sco1"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SCO2"]=>
                    object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "sco2"
                      ["phpName":protected]=>
                      string(4) "Sco2"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SCP1"]=>
                    object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "scp1"
                      ["phpName":protected]=>
                      string(4) "Scp1"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SCP2"]=>
                    object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "scp2"
                      ["phpName":protected]=>
                      string(4) "Scp2"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DATE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                      ["type":protected]=>
                      string(9) "TIMESTAMP"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "date"
                      ["phpName":protected]=>
                      string(4) "Date"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HOUR"]=>
                    object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                      ["type":protected]=>
                      string(4) "TIME"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "hour"
                      ["phpName":protected]=>
                      string(4) "Hour"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NR_OF_SPECTATORS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "nr_of_spectators"
                      ["phpName":protected]=>
                      string(14) "NrOfSpectators"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["STAGE_ID"]=>
                    object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(5) "stage"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "stage_id"
                      ["phpName":protected]=>
                      string(7) "StageId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SEASON_ID"]=>
                    *RECURSION*
                    ["EXTRATIME"]=>
                    object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "extratime"
                      ["phpName":protected]=>
                      string(9) "Extratime"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PENALTYSHOOTS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "penaltyshoots"
                      ["phpName":protected]=>
                      string(13) "Penaltyshoots"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["DESCRIPTION"]=>
                    object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(11) "description"
                      ["phpName":protected]=>
                      string(11) "Description"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["JSON_NOTICE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(11) "json_notice"
                      ["phpName":protected]=>
                      string(10) "JsonNotice"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["TYPE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "type"
                      ["phpName":protected]=>
                      string(4) "Type"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SHOW_DETAILS"]=>
                    object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "show_details"
                      ["phpName":protected]=>
                      string(11) "ShowDetails"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["CANCELED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "canceled"
                      ["phpName":protected]=>
                      string(8) "Canceled"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ANNULLED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "annulled"
                      ["phpName":protected]=>
                      string(8) "Annulled"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HIDE_SCORE"]=>
                    object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "hide_score"
                      ["phpName":protected]=>
                      string(9) "HideScore"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SCORE_DETAIL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "score_detail"
                      ["phpName":protected]=>
                      string(11) "ScoreDetail"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["PLAYED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "played"
                      ["phpName":protected]=>
                      string(6) "Played"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["REPLAYED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "replayed"
                      ["phpName":protected]=>
                      string(8) "Replayed"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["AWARDED"]=>
                    object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "awarded"
                      ["phpName":protected]=>
                      string(7) "Awarded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IMPORT_URL"]=>
                    object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "import_url"
                      ["phpName":protected]=>
                      string(9) "ImportUrl"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["IMPORT_ERROR"]=>
                    object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "import_error"
                      ["phpName":protected]=>
                      string(11) "ImportError"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SKIP_VALIDATION"]=>
                    object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(15) "skip_validation"
                      ["phpName":protected]=>
                      string(14) "SkipValidation"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["columnsByPhpName":protected]=>
                  array(34) {
                    ["Id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "league"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "league_id"
                      ["phpName":protected]=>
                      string(8) "LeagueId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["LeagueNameId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_name"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_name_id"
                      ["phpName":protected]=>
                      string(12) "LeagueNameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HomeId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "home_id"
                      ["phpName":protected]=>
                      string(6) "HomeId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["AwayId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "away_id"
                      ["phpName":protected]=>
                      string(6) "AwayId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Sc1"]=>
                    object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "sc1"
                      ["phpName":protected]=>
                      string(3) "Sc1"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Sc2"]=>
                    object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(3) "sc2"
                      ["phpName":protected]=>
                      string(3) "Sc2"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Sch1"]=>
                    object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "sch1"
                      ["phpName":protected]=>
                      string(4) "Sch1"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Sch2"]=>
                    object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "sch2"
                      ["phpName":protected]=>
                      string(4) "Sch2"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Sco1"]=>
                    object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "sco1"
                      ["phpName":protected]=>
                      string(4) "Sco1"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Sco2"]=>
                    object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "sco2"
                      ["phpName":protected]=>
                      string(4) "Sco2"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Scp1"]=>
                    object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "scp1"
                      ["phpName":protected]=>
                      string(4) "Scp1"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Scp2"]=>
                    object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "scp2"
                      ["phpName":protected]=>
                      string(4) "Scp2"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Date"]=>
                    object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                      ["type":protected]=>
                      string(9) "TIMESTAMP"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "date"
                      ["phpName":protected]=>
                      string(4) "Date"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Hour"]=>
                    object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                      ["type":protected]=>
                      string(4) "TIME"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "hour"
                      ["phpName":protected]=>
                      string(4) "Hour"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["NrOfSpectators"]=>
                    object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(16) "nr_of_spectators"
                      ["phpName":protected]=>
                      string(14) "NrOfSpectators"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["StageId"]=>
                    object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(5) "stage"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "stage_id"
                      ["phpName":protected]=>
                      string(7) "StageId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SeasonId"]=>
                    *RECURSION*
                    ["Extratime"]=>
                    object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "extratime"
                      ["phpName":protected]=>
                      string(9) "Extratime"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Penaltyshoots"]=>
                    object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(13) "penaltyshoots"
                      ["phpName":protected]=>
                      string(13) "Penaltyshoots"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Description"]=>
                    object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(11) "description"
                      ["phpName":protected]=>
                      string(11) "Description"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["JsonNotice"]=>
                    object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(11) "json_notice"
                      ["phpName":protected]=>
                      string(10) "JsonNotice"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Type"]=>
                    object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(4) "type"
                      ["phpName":protected]=>
                      string(4) "Type"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ShowDetails"]=>
                    object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "show_details"
                      ["phpName":protected]=>
                      string(11) "ShowDetails"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Canceled"]=>
                    object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "canceled"
                      ["phpName":protected]=>
                      string(8) "Canceled"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Annulled"]=>
                    object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "annulled"
                      ["phpName":protected]=>
                      string(8) "Annulled"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["HideScore"]=>
                    object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "hide_score"
                      ["phpName":protected]=>
                      string(9) "HideScore"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ScoreDetail"]=>
                    object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                      ["type":protected]=>
                      string(7) "VARCHAR"
                      ["size":protected]=>
                      int(255)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "score_detail"
                      ["phpName":protected]=>
                      string(11) "ScoreDetail"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Played"]=>
                    object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(6) "played"
                      ["phpName":protected]=>
                      string(6) "Played"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Replayed"]=>
                    object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                      ["type":protected]=>
                      string(8) "SMALLINT"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "replayed"
                      ["phpName":protected]=>
                      string(8) "Replayed"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["Awarded"]=>
                    object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "awarded"
                      ["phpName":protected]=>
                      string(7) "Awarded"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ImportUrl"]=>
                    object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(10) "import_url"
                      ["phpName":protected]=>
                      string(9) "ImportUrl"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["ImportError"]=>
                    object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                      ["type":protected]=>
                      string(7) "BOOLEAN"
                      ["size":protected]=>
                      int(1)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(12) "import_error"
                      ["phpName":protected]=>
                      string(11) "ImportError"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["SkipValidation"]=>
                    object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                      ["type":protected]=>
                      string(11) "LONGVARCHAR"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(15) "skip_validation"
                      ["phpName":protected]=>
                      string(14) "SkipValidation"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["normalizedColumnNameMap":protected]=>
                  array(252) {
                    ["Id"]=>
                    string(2) "ID"
                    ["LeagueGame.Id"]=>
                    string(2) "ID"
                    ["id"]=>
                    string(2) "ID"
                    ["leagueGame.id"]=>
                    string(2) "ID"
                    ["LeagueGameTableMap::COL_ID"]=>
                    string(2) "ID"
                    ["COL_ID"]=>
                    string(2) "ID"
                    ["league_game.id"]=>
                    string(2) "ID"
                    ["LeagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["LeagueGame.LeagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["leagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["leagueGame.leagueId"]=>
                    string(9) "LEAGUE_ID"
                    ["LeagueGameTableMap::COL_LEAGUE_ID"]=>
                    string(9) "LEAGUE_ID"
                    ["COL_LEAGUE_ID"]=>
                    string(9) "LEAGUE_ID"
                    ["league_id"]=>
                    string(9) "LEAGUE_ID"
                    ["league_game.league_id"]=>
                    string(9) "LEAGUE_ID"
                    ["LeagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["LeagueGame.LeagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["leagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["leagueGame.leagueNameId"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["LeagueGameTableMap::COL_LEAGUE_NAME_ID"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["COL_LEAGUE_NAME_ID"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["league_name_id"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["league_game.league_name_id"]=>
                    string(14) "LEAGUE_NAME_ID"
                    ["HomeId"]=>
                    string(7) "HOME_ID"
                    ["LeagueGame.HomeId"]=>
                    string(7) "HOME_ID"
                    ["homeId"]=>
                    string(7) "HOME_ID"
                    ["leagueGame.homeId"]=>
                    string(7) "HOME_ID"
                    ["LeagueGameTableMap::COL_HOME_ID"]=>
                    string(7) "HOME_ID"
                    ["COL_HOME_ID"]=>
                    string(7) "HOME_ID"
                    ["home_id"]=>
                    string(7) "HOME_ID"
                    ["league_game.home_id"]=>
                    string(7) "HOME_ID"
                    ["AwayId"]=>
                    string(7) "AWAY_ID"
                    ["LeagueGame.AwayId"]=>
                    string(7) "AWAY_ID"
                    ["awayId"]=>
                    string(7) "AWAY_ID"
                    ["leagueGame.awayId"]=>
                    string(7) "AWAY_ID"
                    ["LeagueGameTableMap::COL_AWAY_ID"]=>
                    string(7) "AWAY_ID"
                    ["COL_AWAY_ID"]=>
                    string(7) "AWAY_ID"
                    ["away_id"]=>
                    string(7) "AWAY_ID"
                    ["league_game.away_id"]=>
                    string(7) "AWAY_ID"
                    ["Sc1"]=>
                    string(3) "SC1"
                    ["LeagueGame.Sc1"]=>
                    string(3) "SC1"
                    ["sc1"]=>
                    string(3) "SC1"
                    ["leagueGame.sc1"]=>
                    string(3) "SC1"
                    ["LeagueGameTableMap::COL_SC1"]=>
                    string(3) "SC1"
                    ["COL_SC1"]=>
                    string(3) "SC1"
                    ["league_game.sc1"]=>
                    string(3) "SC1"
                    ["Sc2"]=>
                    string(3) "SC2"
                    ["LeagueGame.Sc2"]=>
                    string(3) "SC2"
                    ["sc2"]=>
                    string(3) "SC2"
                    ["leagueGame.sc2"]=>
                    string(3) "SC2"
                    ["LeagueGameTableMap::COL_SC2"]=>
                    string(3) "SC2"
                    ["COL_SC2"]=>
                    string(3) "SC2"
                    ["league_game.sc2"]=>
                    string(3) "SC2"
                    ["Sch1"]=>
                    string(4) "SCH1"
                    ["LeagueGame.Sch1"]=>
                    string(4) "SCH1"
                    ["sch1"]=>
                    string(4) "SCH1"
                    ["leagueGame.sch1"]=>
                    string(4) "SCH1"
                    ["LeagueGameTableMap::COL_SCH1"]=>
                    string(4) "SCH1"
                    ["COL_SCH1"]=>
                    string(4) "SCH1"
                    ["league_game.sch1"]=>
                    string(4) "SCH1"
                    ["Sch2"]=>
                    string(4) "SCH2"
                    ["LeagueGame.Sch2"]=>
                    string(4) "SCH2"
                    ["sch2"]=>
                    string(4) "SCH2"
                    ["leagueGame.sch2"]=>
                    string(4) "SCH2"
                    ["LeagueGameTableMap::COL_SCH2"]=>
                    string(4) "SCH2"
                    ["COL_SCH2"]=>
                    string(4) "SCH2"
                    ["league_game.sch2"]=>
                    string(4) "SCH2"
                    ["Sco1"]=>
                    string(4) "SCO1"
                    ["LeagueGame.Sco1"]=>
                    string(4) "SCO1"
                    ["sco1"]=>
                    string(4) "SCO1"
                    ["leagueGame.sco1"]=>
                    string(4) "SCO1"
                    ["LeagueGameTableMap::COL_SCO1"]=>
                    string(4) "SCO1"
                    ["COL_SCO1"]=>
                    string(4) "SCO1"
                    ["league_game.sco1"]=>
                    string(4) "SCO1"
                    ["Sco2"]=>
                    string(4) "SCO2"
                    ["LeagueGame.Sco2"]=>
                    string(4) "SCO2"
                    ["sco2"]=>
                    string(4) "SCO2"
                    ["leagueGame.sco2"]=>
                    string(4) "SCO2"
                    ["LeagueGameTableMap::COL_SCO2"]=>
                    string(4) "SCO2"
                    ["COL_SCO2"]=>
                    string(4) "SCO2"
                    ["league_game.sco2"]=>
                    string(4) "SCO2"
                    ["Scp1"]=>
                    string(4) "SCP1"
                    ["LeagueGame.Scp1"]=>
                    string(4) "SCP1"
                    ["scp1"]=>
                    string(4) "SCP1"
                    ["leagueGame.scp1"]=>
                    string(4) "SCP1"
                    ["LeagueGameTableMap::COL_SCP1"]=>
                    string(4) "SCP1"
                    ["COL_SCP1"]=>
                    string(4) "SCP1"
                    ["league_game.scp1"]=>
                    string(4) "SCP1"
                    ["Scp2"]=>
                    string(4) "SCP2"
                    ["LeagueGame.Scp2"]=>
                    string(4) "SCP2"
                    ["scp2"]=>
                    string(4) "SCP2"
                    ["leagueGame.scp2"]=>
                    string(4) "SCP2"
                    ["LeagueGameTableMap::COL_SCP2"]=>
                    string(4) "SCP2"
                    ["COL_SCP2"]=>
                    string(4) "SCP2"
                    ["league_game.scp2"]=>
                    string(4) "SCP2"
                    ["Date"]=>
                    string(4) "DATE"
                    ["LeagueGame.Date"]=>
                    string(4) "DATE"
                    ["date"]=>
                    string(4) "DATE"
                    ["leagueGame.date"]=>
                    string(4) "DATE"
                    ["LeagueGameTableMap::COL_DATE"]=>
                    string(4) "DATE"
                    ["COL_DATE"]=>
                    string(4) "DATE"
                    ["league_game.date"]=>
                    string(4) "DATE"
                    ["Hour"]=>
                    string(4) "HOUR"
                    ["LeagueGame.Hour"]=>
                    string(4) "HOUR"
                    ["hour"]=>
                    string(4) "HOUR"
                    ["leagueGame.hour"]=>
                    string(4) "HOUR"
                    ["LeagueGameTableMap::COL_HOUR"]=>
                    string(4) "HOUR"
                    ["COL_HOUR"]=>
                    string(4) "HOUR"
                    ["league_game.hour"]=>
                    string(4) "HOUR"
                    ["NrOfSpectators"]=>
                    string(16) "NR_OF_SPECTATORS"
                    ["LeagueGame.NrOfSpectators"]=>
                    string(16) "NR_OF_SPECTATORS"
                    ["nrOfSpectators"]=>
                    string(16) "NR_OF_SPECTATORS"
                    ["leagueGame.nrOfSpectators"]=>
                    string(16) "NR_OF_SPECTATORS"
                    ["LeagueGameTableMap::COL_NR_OF_SPECTATORS"]=>
                    string(16) "NR_OF_SPECTATORS"
                    ["COL_NR_OF_SPECTATORS"]=>
                    string(16) "NR_OF_SPECTATORS"
                    ["nr_of_spectators"]=>
                    string(16) "NR_OF_SPECTATORS"
                    ["league_game.nr_of_spectators"]=>
                    string(16) "NR_OF_SPECTATORS"
                    ["StageId"]=>
                    string(8) "STAGE_ID"
                    ["LeagueGame.StageId"]=>
                    string(8) "STAGE_ID"
                    ["stageId"]=>
                    string(8) "STAGE_ID"
                    ["leagueGame.stageId"]=>
                    string(8) "STAGE_ID"
                    ["LeagueGameTableMap::COL_STAGE_ID"]=>
                    string(8) "STAGE_ID"
                    ["COL_STAGE_ID"]=>
                    string(8) "STAGE_ID"
                    ["stage_id"]=>
                    string(8) "STAGE_ID"
                    ["league_game.stage_id"]=>
                    string(8) "STAGE_ID"
                    ["SeasonId"]=>
                    string(9) "SEASON_ID"
                    ["LeagueGame.SeasonId"]=>
                    string(9) "SEASON_ID"
                    ["seasonId"]=>
                    string(9) "SEASON_ID"
                    ["leagueGame.seasonId"]=>
                    string(9) "SEASON_ID"
                    ["LeagueGameTableMap::COL_SEASON_ID"]=>
                    string(9) "SEASON_ID"
                    ["COL_SEASON_ID"]=>
                    string(9) "SEASON_ID"
                    ["season_id"]=>
                    string(9) "SEASON_ID"
                    ["league_game.season_id"]=>
                    string(9) "SEASON_ID"
                    ["Extratime"]=>
                    string(9) "EXTRATIME"
                    ["LeagueGame.Extratime"]=>
                    string(9) "EXTRATIME"
                    ["extratime"]=>
                    string(9) "EXTRATIME"
                    ["leagueGame.extratime"]=>
                    string(9) "EXTRATIME"
                    ["LeagueGameTableMap::COL_EXTRATIME"]=>
                    string(9) "EXTRATIME"
                    ["COL_EXTRATIME"]=>
                    string(9) "EXTRATIME"
                    ["league_game.extratime"]=>
                    string(9) "EXTRATIME"
                    ["Penaltyshoots"]=>
                    string(13) "PENALTYSHOOTS"
                    ["LeagueGame.Penaltyshoots"]=>
                    string(13) "PENALTYSHOOTS"
                    ["penaltyshoots"]=>
                    string(13) "PENALTYSHOOTS"
                    ["leagueGame.penaltyshoots"]=>
                    string(13) "PENALTYSHOOTS"
                    ["LeagueGameTableMap::COL_PENALTYSHOOTS"]=>
                    string(13) "PENALTYSHOOTS"
                    ["COL_PENALTYSHOOTS"]=>
                    string(13) "PENALTYSHOOTS"
                    ["league_game.penaltyshoots"]=>
                    string(13) "PENALTYSHOOTS"
                    ["Description"]=>
                    string(11) "DESCRIPTION"
                    ["LeagueGame.Description"]=>
                    string(11) "DESCRIPTION"
                    ["description"]=>
                    string(11) "DESCRIPTION"
                    ["leagueGame.description"]=>
                    string(11) "DESCRIPTION"
                    ["LeagueGameTableMap::COL_DESCRIPTION"]=>
                    string(11) "DESCRIPTION"
                    ["COL_DESCRIPTION"]=>
                    string(11) "DESCRIPTION"
                    ["league_game.description"]=>
                    string(11) "DESCRIPTION"
                    ["JsonNotice"]=>
                    string(11) "JSON_NOTICE"
                    ["LeagueGame.JsonNotice"]=>
                    string(11) "JSON_NOTICE"
                    ["jsonNotice"]=>
                    string(11) "JSON_NOTICE"
                    ["leagueGame.jsonNotice"]=>
                    string(11) "JSON_NOTICE"
                    ["LeagueGameTableMap::COL_JSON_NOTICE"]=>
                    string(11) "JSON_NOTICE"
                    ["COL_JSON_NOTICE"]=>
                    string(11) "JSON_NOTICE"
                    ["json_notice"]=>
                    string(11) "JSON_NOTICE"
                    ["league_game.json_notice"]=>
                    string(11) "JSON_NOTICE"
                    ["Type"]=>
                    string(4) "TYPE"
                    ["LeagueGame.Type"]=>
                    string(4) "TYPE"
                    ["type"]=>
                    string(4) "TYPE"
                    ["leagueGame.type"]=>
                    string(4) "TYPE"
                    ["LeagueGameTableMap::COL_TYPE"]=>
                    string(4) "TYPE"
                    ["COL_TYPE"]=>
                    string(4) "TYPE"
                    ["league_game.type"]=>
                    string(4) "TYPE"
                    ["ShowDetails"]=>
                    string(12) "SHOW_DETAILS"
                    ["LeagueGame.ShowDetails"]=>
                    string(12) "SHOW_DETAILS"
                    ["showDetails"]=>
                    string(12) "SHOW_DETAILS"
                    ["leagueGame.showDetails"]=>
                    string(12) "SHOW_DETAILS"
                    ["LeagueGameTableMap::COL_SHOW_DETAILS"]=>
                    string(12) "SHOW_DETAILS"
                    ["COL_SHOW_DETAILS"]=>
                    string(12) "SHOW_DETAILS"
                    ["show_details"]=>
                    string(12) "SHOW_DETAILS"
                    ["league_game.show_details"]=>
                    string(12) "SHOW_DETAILS"
                    ["Canceled"]=>
                    string(8) "CANCELED"
                    ["LeagueGame.Canceled"]=>
                    string(8) "CANCELED"
                    ["canceled"]=>
                    string(8) "CANCELED"
                    ["leagueGame.canceled"]=>
                    string(8) "CANCELED"
                    ["LeagueGameTableMap::COL_CANCELED"]=>
                    string(8) "CANCELED"
                    ["COL_CANCELED"]=>
                    string(8) "CANCELED"
                    ["league_game.canceled"]=>
                    string(8) "CANCELED"
                    ["Annulled"]=>
                    string(8) "ANNULLED"
                    ["LeagueGame.Annulled"]=>
                    string(8) "ANNULLED"
                    ["annulled"]=>
                    string(8) "ANNULLED"
                    ["leagueGame.annulled"]=>
                    string(8) "ANNULLED"
                    ["LeagueGameTableMap::COL_ANNULLED"]=>
                    string(8) "ANNULLED"
                    ["COL_ANNULLED"]=>
                    string(8) "ANNULLED"
                    ["league_game.annulled"]=>
                    string(8) "ANNULLED"
                    ["HideScore"]=>
                    string(10) "HIDE_SCORE"
                    ["LeagueGame.HideScore"]=>
                    string(10) "HIDE_SCORE"
                    ["hideScore"]=>
                    string(10) "HIDE_SCORE"
                    ["leagueGame.hideScore"]=>
                    string(10) "HIDE_SCORE"
                    ["LeagueGameTableMap::COL_HIDE_SCORE"]=>
                    string(10) "HIDE_SCORE"
                    ["COL_HIDE_SCORE"]=>
                    string(10) "HIDE_SCORE"
                    ["hide_score"]=>
                    string(10) "HIDE_SCORE"
                    ["league_game.hide_score"]=>
                    string(10) "HIDE_SCORE"
                    ["ScoreDetail"]=>
                    string(12) "SCORE_DETAIL"
                    ["LeagueGame.ScoreDetail"]=>
                    string(12) "SCORE_DETAIL"
                    ["scoreDetail"]=>
                    string(12) "SCORE_DETAIL"
                    ["leagueGame.scoreDetail"]=>
                    string(12) "SCORE_DETAIL"
                    ["LeagueGameTableMap::COL_SCORE_DETAIL"]=>
                    string(12) "SCORE_DETAIL"
                    ["COL_SCORE_DETAIL"]=>
                    string(12) "SCORE_DETAIL"
                    ["score_detail"]=>
                    string(12) "SCORE_DETAIL"
                    ["league_game.score_detail"]=>
                    string(12) "SCORE_DETAIL"
                    ["Played"]=>
                    string(6) "PLAYED"
                    ["LeagueGame.Played"]=>
                    string(6) "PLAYED"
                    ["played"]=>
                    string(6) "PLAYED"
                    ["leagueGame.played"]=>
                    string(6) "PLAYED"
                    ["LeagueGameTableMap::COL_PLAYED"]=>
                    string(6) "PLAYED"
                    ["COL_PLAYED"]=>
                    string(6) "PLAYED"
                    ["league_game.played"]=>
                    string(6) "PLAYED"
                    ["Replayed"]=>
                    string(8) "REPLAYED"
                    ["LeagueGame.Replayed"]=>
                    string(8) "REPLAYED"
                    ["replayed"]=>
                    string(8) "REPLAYED"
                    ["leagueGame.replayed"]=>
                    string(8) "REPLAYED"
                    ["LeagueGameTableMap::COL_REPLAYED"]=>
                    string(8) "REPLAYED"
                    ["COL_REPLAYED"]=>
                    string(8) "REPLAYED"
                    ["league_game.replayed"]=>
                    string(8) "REPLAYED"
                    ["Awarded"]=>
                    string(7) "AWARDED"
                    ["LeagueGame.Awarded"]=>
                    string(7) "AWARDED"
                    ["awarded"]=>
                    string(7) "AWARDED"
                    ["leagueGame.awarded"]=>
                    string(7) "AWARDED"
                    ["LeagueGameTableMap::COL_AWARDED"]=>
                    string(7) "AWARDED"
                    ["COL_AWARDED"]=>
                    string(7) "AWARDED"
                    ["league_game.awarded"]=>
                    string(7) "AWARDED"
                    ["ImportUrl"]=>
                    string(10) "IMPORT_URL"
                    ["LeagueGame.ImportUrl"]=>
                    string(10) "IMPORT_URL"
                    ["importUrl"]=>
                    string(10) "IMPORT_URL"
                    ["leagueGame.importUrl"]=>
                    string(10) "IMPORT_URL"
                    ["LeagueGameTableMap::COL_IMPORT_URL"]=>
                    string(10) "IMPORT_URL"
                    ["COL_IMPORT_URL"]=>
                    string(10) "IMPORT_URL"
                    ["import_url"]=>
                    string(10) "IMPORT_URL"
                    ["league_game.import_url"]=>
                    string(10) "IMPORT_URL"
                    ["ImportError"]=>
                    string(12) "IMPORT_ERROR"
                    ["LeagueGame.ImportError"]=>
                    string(12) "IMPORT_ERROR"
                    ["importError"]=>
                    string(12) "IMPORT_ERROR"
                    ["leagueGame.importError"]=>
                    string(12) "IMPORT_ERROR"
                    ["LeagueGameTableMap::COL_IMPORT_ERROR"]=>
                    string(12) "IMPORT_ERROR"
                    ["COL_IMPORT_ERROR"]=>
                    string(12) "IMPORT_ERROR"
                    ["import_error"]=>
                    string(12) "IMPORT_ERROR"
                    ["league_game.import_error"]=>
                    string(12) "IMPORT_ERROR"
                    ["SkipValidation"]=>
                    string(15) "SKIP_VALIDATION"
                    ["LeagueGame.SkipValidation"]=>
                    string(15) "SKIP_VALIDATION"
                    ["skipValidation"]=>
                    string(15) "SKIP_VALIDATION"
                    ["leagueGame.skipValidation"]=>
                    string(15) "SKIP_VALIDATION"
                    ["LeagueGameTableMap::COL_SKIP_VALIDATION"]=>
                    string(15) "SKIP_VALIDATION"
                    ["COL_SKIP_VALIDATION"]=>
                    string(15) "SKIP_VALIDATION"
                    ["skip_validation"]=>
                    string(15) "SKIP_VALIDATION"
                    ["league_game.skip_validation"]=>
                    string(15) "SKIP_VALIDATION"
                  }
                  ["dbMap":protected]=>
                  object(Propel\Runtime\Map\DatabaseMap)#5 (3) {
                    ["name":protected]=>
                    string(6) "labtof"
                    ["tables":protected]=>
                    array(50) {
                      ["access_log"]=>
                      string(22) "\Map\AccessLogTableMap"
                      ["account"]=>
                      string(20) "\Map\AccountTableMap"
                      ["article"]=>
                      string(20) "\Map\ArticleTableMap"
                      ["article_category"]=>
                      string(28) "\Map\ArticleCategoryTableMap"
                      ["bookmaker"]=>
                      string(22) "\Map\BookmakerTableMap"
                      ["club"]=>
                      object(Map\ClubTableMap)#98 (17) {
                        ["columns":protected]=>
                        array(16) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(7) "home_id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["COUNTRY_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SHORTNAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "shortname"
                            ["phpName":protected]=>
                            string(9) "Shortname"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["OFFICIAL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "official"
                            ["phpName":protected]=>
                            string(8) "Official"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IDOLD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "idold"
                            ["phpName":protected]=>
                            string(5) "Idold"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["YEAR_FOUNDED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "year_founded"
                            ["phpName":protected]=>
                            string(11) "YearFounded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DATE_FOUNDED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                            ["type":protected]=>
                            string(4) "DATE"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "date_founded"
                            ["phpName":protected]=>
                            string(11) "DateFounded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["YEAR_DISSOLVED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "year_dissolved"
                            ["phpName":protected]=>
                            string(13) "YearDissolved"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DATE_DISSOLVED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                            ["type":protected]=>
                            string(4) "DATE"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "date_dissolved"
                            ["phpName":protected]=>
                            string(13) "DateDissolved"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["KNOWN_AS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "known_as"
                            ["phpName":protected]=>
                            string(7) "KnownAs"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["CLUB_NAME_HISTORY"]=>
                          object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(17) "club_name_history"
                            ["phpName":protected]=>
                            string(15) "ClubNameHistory"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DESCRIPTION"]=>
                          object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(11) "description"
                            ["phpName":protected]=>
                            string(11) "Description"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PRIVATE_NOTICE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "private_notice"
                            ["phpName":protected]=>
                            string(13) "PrivateNotice"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IDMOVEDTO"]=>
                          object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "idmovedto"
                            ["phpName":protected]=>
                            string(9) "Idmovedto"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(16) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(7) "home_id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["CountryId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Shortname"]=>
                          object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "shortname"
                            ["phpName":protected]=>
                            string(9) "Shortname"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Official"]=>
                          object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "official"
                            ["phpName":protected]=>
                            string(8) "Official"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Idold"]=>
                          object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "idold"
                            ["phpName":protected]=>
                            string(5) "Idold"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["YearFounded"]=>
                          object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "year_founded"
                            ["phpName":protected]=>
                            string(11) "YearFounded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DateFounded"]=>
                          object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                            ["type":protected]=>
                            string(4) "DATE"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "date_founded"
                            ["phpName":protected]=>
                            string(11) "DateFounded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["YearDissolved"]=>
                          object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "year_dissolved"
                            ["phpName":protected]=>
                            string(13) "YearDissolved"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DateDissolved"]=>
                          object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                            ["type":protected]=>
                            string(4) "DATE"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "date_dissolved"
                            ["phpName":protected]=>
                            string(13) "DateDissolved"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["KnownAs"]=>
                          object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "known_as"
                            ["phpName":protected]=>
                            string(7) "KnownAs"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ClubNameHistory"]=>
                          object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(17) "club_name_history"
                            ["phpName":protected]=>
                            string(15) "ClubNameHistory"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Description"]=>
                          object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(11) "description"
                            ["phpName":protected]=>
                            string(11) "Description"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PrivateNotice"]=>
                          object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "private_notice"
                            ["phpName":protected]=>
                            string(13) "PrivateNotice"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Idmovedto"]=>
                          object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "idmovedto"
                            ["phpName":protected]=>
                            string(9) "Idmovedto"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(112) {
                          ["Id"]=>
                          string(2) "ID"
                          ["Club.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["club.id"]=>
                          string(2) "ID"
                          ["ClubTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["CountryId"]=>
                          string(10) "COUNTRY_ID"
                          ["Club.CountryId"]=>
                          string(10) "COUNTRY_ID"
                          ["countryId"]=>
                          string(10) "COUNTRY_ID"
                          ["club.countryId"]=>
                          string(10) "COUNTRY_ID"
                          ["ClubTableMap::COL_COUNTRY_ID"]=>
                          string(10) "COUNTRY_ID"
                          ["COL_COUNTRY_ID"]=>
                          string(10) "COUNTRY_ID"
                          ["country_id"]=>
                          string(10) "COUNTRY_ID"
                          ["club.country_id"]=>
                          string(10) "COUNTRY_ID"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["Club.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["club.slug"]=>
                          string(4) "SLUG"
                          ["ClubTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                          ["Name"]=>
                          string(4) "NAME"
                          ["Club.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["club.name"]=>
                          string(4) "NAME"
                          ["ClubTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["Shortname"]=>
                          string(9) "SHORTNAME"
                          ["Club.Shortname"]=>
                          string(9) "SHORTNAME"
                          ["shortname"]=>
                          string(9) "SHORTNAME"
                          ["club.shortname"]=>
                          string(9) "SHORTNAME"
                          ["ClubTableMap::COL_SHORTNAME"]=>
                          string(9) "SHORTNAME"
                          ["COL_SHORTNAME"]=>
                          string(9) "SHORTNAME"
                          ["Official"]=>
                          string(8) "OFFICIAL"
                          ["Club.Official"]=>
                          string(8) "OFFICIAL"
                          ["official"]=>
                          string(8) "OFFICIAL"
                          ["club.official"]=>
                          string(8) "OFFICIAL"
                          ["ClubTableMap::COL_OFFICIAL"]=>
                          string(8) "OFFICIAL"
                          ["COL_OFFICIAL"]=>
                          string(8) "OFFICIAL"
                          ["Idold"]=>
                          string(5) "IDOLD"
                          ["Club.Idold"]=>
                          string(5) "IDOLD"
                          ["idold"]=>
                          string(5) "IDOLD"
                          ["club.idold"]=>
                          string(5) "IDOLD"
                          ["ClubTableMap::COL_IDOLD"]=>
                          string(5) "IDOLD"
                          ["COL_IDOLD"]=>
                          string(5) "IDOLD"
                          ["YearFounded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["Club.YearFounded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["yearFounded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["club.yearFounded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                          string(12) "YEAR_FOUNDED"
                          ["COL_YEAR_FOUNDED"]=>
                          string(12) "YEAR_FOUNDED"
                          ["year_founded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["club.year_founded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["DateFounded"]=>
                          string(12) "DATE_FOUNDED"
                          ["Club.DateFounded"]=>
                          string(12) "DATE_FOUNDED"
                          ["dateFounded"]=>
                          string(12) "DATE_FOUNDED"
                          ["club.dateFounded"]=>
                          string(12) "DATE_FOUNDED"
                          ["ClubTableMap::COL_DATE_FOUNDED"]=>
                          string(12) "DATE_FOUNDED"
                          ["COL_DATE_FOUNDED"]=>
                          string(12) "DATE_FOUNDED"
                          ["date_founded"]=>
                          string(12) "DATE_FOUNDED"
                          ["club.date_founded"]=>
                          string(12) "DATE_FOUNDED"
                          ["YearDissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["Club.YearDissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["yearDissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["club.yearDissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["COL_YEAR_DISSOLVED"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["year_dissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["club.year_dissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["DateDissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["Club.DateDissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["dateDissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["club.dateDissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                          string(14) "DATE_DISSOLVED"
                          ["COL_DATE_DISSOLVED"]=>
                          string(14) "DATE_DISSOLVED"
                          ["date_dissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["club.date_dissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["KnownAs"]=>
                          string(8) "KNOWN_AS"
                          ["Club.KnownAs"]=>
                          string(8) "KNOWN_AS"
                          ["knownAs"]=>
                          string(8) "KNOWN_AS"
                          ["club.knownAs"]=>
                          string(8) "KNOWN_AS"
                          ["ClubTableMap::COL_KNOWN_AS"]=>
                          string(8) "KNOWN_AS"
                          ["COL_KNOWN_AS"]=>
                          string(8) "KNOWN_AS"
                          ["known_as"]=>
                          string(8) "KNOWN_AS"
                          ["club.known_as"]=>
                          string(8) "KNOWN_AS"
                          ["ClubNameHistory"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["Club.ClubNameHistory"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["clubNameHistory"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["club.clubNameHistory"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["COL_CLUB_NAME_HISTORY"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["club_name_history"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["club.club_name_history"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["Description"]=>
                          string(11) "DESCRIPTION"
                          ["Club.Description"]=>
                          string(11) "DESCRIPTION"
                          ["description"]=>
                          string(11) "DESCRIPTION"
                          ["club.description"]=>
                          string(11) "DESCRIPTION"
                          ["ClubTableMap::COL_DESCRIPTION"]=>
                          string(11) "DESCRIPTION"
                          ["COL_DESCRIPTION"]=>
                          string(11) "DESCRIPTION"
                          ["PrivateNotice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["Club.PrivateNotice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["privateNotice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["club.privateNotice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["COL_PRIVATE_NOTICE"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["private_notice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["club.private_notice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["Idmovedto"]=>
                          string(9) "IDMOVEDTO"
                          ["Club.Idmovedto"]=>
                          string(9) "IDMOVEDTO"
                          ["idmovedto"]=>
                          string(9) "IDMOVEDTO"
                          ["club.idmovedto"]=>
                          string(9) "IDMOVEDTO"
                          ["ClubTableMap::COL_IDMOVEDTO"]=>
                          string(9) "IDMOVEDTO"
                          ["COL_IDMOVEDTO"]=>
                          string(9) "IDMOVEDTO"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(4) "club"
                        ["phpName":protected]=>
                        string(4) "Club"
                        ["classname":protected]=>
                        string(5) "\Club"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(7) "home_id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(2) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(7) "home_id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["country_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["club_map"]=>
                      string(20) "\Map\ClubMapTableMap"
                      ["country"]=>
                      object(Map\CountryTableMap)#62 (17) {
                        ["columns":protected]=>
                        array(3) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(3) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(18) {
                          ["Id"]=>
                          string(2) "ID"
                          ["Country.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["country.id"]=>
                          string(2) "ID"
                          ["CountryTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["Name"]=>
                          string(4) "NAME"
                          ["Country.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["country.name"]=>
                          string(4) "NAME"
                          ["CountryTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["Country.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["country.slug"]=>
                          string(4) "SLUG"
                          ["CountryTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(7) "country"
                        ["phpName":protected]=>
                        string(7) "Country"
                        ["classname":protected]=>
                        string(8) "\Country"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(0) {
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["customer"]=>
                      string(21) "\Map\CustomerTableMap"
                      ["customer_package"]=>
                      string(28) "\Map\CustomerPackageTableMap"
                      ["customer_package_type"]=>
                      string(32) "\Map\CustomerPackageTypeTableMap"
                      ["event_odd"]=>
                      string(21) "\Map\EventOddTableMap"
                      ["event_odd_move"]=>
                      string(25) "\Map\EventOddMoveTableMap"
                      ["import_source"]=>
                      string(25) "\Map\ImportSourceTableMap"
                      ["league"]=>
                      object(Map\LeagueTableMap)#45 (17) {
                        ["columns":protected]=>
                        array(10) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["COUNTRY_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SHORT_NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "short_name"
                            ["phpName":protected]=>
                            string(9) "ShortName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HAVE_STANDING"]=>
                          object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "have_standing"
                            ["phpName":protected]=>
                            string(12) "HaveStanding"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["FRONT_PAGE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "front_page"
                            ["phpName":protected]=>
                            string(9) "FrontPage"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ORD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(5)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEVEL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(10)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "level"
                            ["phpName":protected]=>
                            string(5) "Level"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PREVIEW"]=>
                          object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "preview"
                            ["phpName":protected]=>
                            string(7) "Preview"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(10) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["CountryId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ShortName"]=>
                          object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "short_name"
                            ["phpName":protected]=>
                            string(9) "ShortName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HaveStanding"]=>
                          object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "have_standing"
                            ["phpName":protected]=>
                            string(12) "HaveStanding"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["FrontPage"]=>
                          object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "front_page"
                            ["phpName":protected]=>
                            string(9) "FrontPage"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Ord"]=>
                          object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(5)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Level"]=>
                          object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(10)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "level"
                            ["phpName":protected]=>
                            string(5) "Level"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Preview"]=>
                          object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "preview"
                            ["phpName":protected]=>
                            string(7) "Preview"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(68) {
                          ["Id"]=>
                          string(2) "ID"
                          ["League.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["league.id"]=>
                          string(2) "ID"
                          ["LeagueTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["CountryId"]=>
                          string(10) "COUNTRY_ID"
                          ["League.CountryId"]=>
                          string(10) "COUNTRY_ID"
                          ["countryId"]=>
                          string(10) "COUNTRY_ID"
                          ["league.countryId"]=>
                          string(10) "COUNTRY_ID"
                          ["LeagueTableMap::COL_COUNTRY_ID"]=>
                          string(10) "COUNTRY_ID"
                          ["COL_COUNTRY_ID"]=>
                          string(10) "COUNTRY_ID"
                          ["country_id"]=>
                          string(10) "COUNTRY_ID"
                          ["league.country_id"]=>
                          string(10) "COUNTRY_ID"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["League.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["league.slug"]=>
                          string(4) "SLUG"
                          ["LeagueTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                          ["Name"]=>
                          string(4) "NAME"
                          ["League.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["league.name"]=>
                          string(4) "NAME"
                          ["LeagueTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["ShortName"]=>
                          string(10) "SHORT_NAME"
                          ["League.ShortName"]=>
                          string(10) "SHORT_NAME"
                          ["shortName"]=>
                          string(10) "SHORT_NAME"
                          ["league.shortName"]=>
                          string(10) "SHORT_NAME"
                          ["LeagueTableMap::COL_SHORT_NAME"]=>
                          string(10) "SHORT_NAME"
                          ["COL_SHORT_NAME"]=>
                          string(10) "SHORT_NAME"
                          ["short_name"]=>
                          string(10) "SHORT_NAME"
                          ["league.short_name"]=>
                          string(10) "SHORT_NAME"
                          ["HaveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["League.HaveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["haveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["league.haveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["LeagueTableMap::COL_HAVE_STANDING"]=>
                          string(13) "HAVE_STANDING"
                          ["COL_HAVE_STANDING"]=>
                          string(13) "HAVE_STANDING"
                          ["have_standing"]=>
                          string(13) "HAVE_STANDING"
                          ["league.have_standing"]=>
                          string(13) "HAVE_STANDING"
                          ["FrontPage"]=>
                          string(10) "FRONT_PAGE"
                          ["League.FrontPage"]=>
                          string(10) "FRONT_PAGE"
                          ["frontPage"]=>
                          string(10) "FRONT_PAGE"
                          ["league.frontPage"]=>
                          string(10) "FRONT_PAGE"
                          ["LeagueTableMap::COL_FRONT_PAGE"]=>
                          string(10) "FRONT_PAGE"
                          ["COL_FRONT_PAGE"]=>
                          string(10) "FRONT_PAGE"
                          ["front_page"]=>
                          string(10) "FRONT_PAGE"
                          ["league.front_page"]=>
                          string(10) "FRONT_PAGE"
                          ["Ord"]=>
                          string(3) "ORD"
                          ["League.Ord"]=>
                          string(3) "ORD"
                          ["ord"]=>
                          string(3) "ORD"
                          ["league.ord"]=>
                          string(3) "ORD"
                          ["LeagueTableMap::COL_ORD"]=>
                          string(3) "ORD"
                          ["COL_ORD"]=>
                          string(3) "ORD"
                          ["Level"]=>
                          string(5) "LEVEL"
                          ["League.Level"]=>
                          string(5) "LEVEL"
                          ["level"]=>
                          string(5) "LEVEL"
                          ["league.level"]=>
                          string(5) "LEVEL"
                          ["LeagueTableMap::COL_LEVEL"]=>
                          string(5) "LEVEL"
                          ["COL_LEVEL"]=>
                          string(5) "LEVEL"
                          ["Preview"]=>
                          string(7) "PREVIEW"
                          ["League.Preview"]=>
                          string(7) "PREVIEW"
                          ["preview"]=>
                          string(7) "PREVIEW"
                          ["league.preview"]=>
                          string(7) "PREVIEW"
                          ["LeagueTableMap::COL_PREVIEW"]=>
                          string(7) "PREVIEW"
                          ["COL_PREVIEW"]=>
                          string(7) "PREVIEW"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(6) "league"
                        ["phpName":protected]=>
                        string(6) "League"
                        ["classname":protected]=>
                        string(7) "\League"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(1) {
                          ["country_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["league_club"]=>
                      string(23) "\Map\LeagueClubTableMap"
                      ["league_game"]=>
                      *RECURSION*
                      ["league_game_card"]=>
                      string(27) "\Map\LeagueGameCardTableMap"
                      ["league_game_coach"]=>
                      string(28) "\Map\LeagueGameCoachTableMap"
                      ["league_game_goal"]=>
                      object(Map\LeagueGameGoalTableMap)#116 (17) {
                        ["columns":protected]=>
                        array(13) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_GAME_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_game_id"
                            ["phpName":protected]=>
                            string(12) "LeagueGameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["CLUB_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "club_id"
                            ["phpName":protected]=>
                            string(6) "ClubId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PERSON_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "person"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "person_id"
                            ["phpName":protected]=>
                            string(8) "PersonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PERSON_MAP_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(10) "person_map"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "person_map_id"
                            ["phpName":protected]=>
                            string(11) "PersonMapId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MIN"]=>
                          object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(2)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "min"
                            ["phpName":protected]=>
                            string(3) "Min"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MINPLUS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(2)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "minPlus"
                            ["phpName":protected]=>
                            string(7) "MinPlus"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PENALTY"]=>
                          object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "penalty"
                            ["phpName":protected]=>
                            string(7) "Penalty"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["OWN"]=>
                          object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "own"
                            ["phpName":protected]=>
                            string(3) "Own"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SHOOTS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "shoots"
                            ["phpName":protected]=>
                            string(13) "PenaltyShoots"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ISGOAL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "isgoal"
                            ["phpName":protected]=>
                            string(6) "IsGoal"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SCORE_MODE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "score_mode"
                            ["phpName":protected]=>
                            string(9) "ScoreMode"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ASSIST_BY"]=>
                          object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "assist_by"
                            ["phpName":protected]=>
                            string(8) "AssistBy"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(13) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueGameId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_game_id"
                            ["phpName":protected]=>
                            string(12) "LeagueGameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ClubId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "club_id"
                            ["phpName":protected]=>
                            string(6) "ClubId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PersonId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "person"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "person_id"
                            ["phpName":protected]=>
                            string(8) "PersonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PersonMapId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(10) "person_map"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "person_map_id"
                            ["phpName":protected]=>
                            string(11) "PersonMapId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Min"]=>
                          object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(2)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "min"
                            ["phpName":protected]=>
                            string(3) "Min"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MinPlus"]=>
                          object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(2)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "minPlus"
                            ["phpName":protected]=>
                            string(7) "MinPlus"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Penalty"]=>
                          object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "penalty"
                            ["phpName":protected]=>
                            string(7) "Penalty"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Own"]=>
                          object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "own"
                            ["phpName":protected]=>
                            string(3) "Own"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PenaltyShoots"]=>
                          object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "shoots"
                            ["phpName":protected]=>
                            string(13) "PenaltyShoots"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IsGoal"]=>
                          object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "isgoal"
                            ["phpName":protected]=>
                            string(6) "IsGoal"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ScoreMode"]=>
                          object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "score_mode"
                            ["phpName":protected]=>
                            string(9) "ScoreMode"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["AssistBy"]=>
                          object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "assist_by"
                            ["phpName":protected]=>
                            string(8) "AssistBy"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(99) {
                          ["Id"]=>
                          string(2) "ID"
                          ["LeagueGameGoal.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["leagueGameGoal.id"]=>
                          string(2) "ID"
                          ["LeagueGameGoalTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["league_game_goal.id"]=>
                          string(2) "ID"
                          ["LeagueGameId"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["LeagueGameGoal.LeagueGameId"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["leagueGameId"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["leagueGameGoal.leagueGameId"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["COL_LEAGUE_GAME_ID"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["league_game_id"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["league_game_goal.league_game_id"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["ClubId"]=>
                          string(7) "CLUB_ID"
                          ["LeagueGameGoal.ClubId"]=>
                          string(7) "CLUB_ID"
                          ["clubId"]=>
                          string(7) "CLUB_ID"
                          ["leagueGameGoal.clubId"]=>
                          string(7) "CLUB_ID"
                          ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                          string(7) "CLUB_ID"
                          ["COL_CLUB_ID"]=>
                          string(7) "CLUB_ID"
                          ["club_id"]=>
                          string(7) "CLUB_ID"
                          ["league_game_goal.club_id"]=>
                          string(7) "CLUB_ID"
                          ["PersonId"]=>
                          string(9) "PERSON_ID"
                          ["LeagueGameGoal.PersonId"]=>
                          string(9) "PERSON_ID"
                          ["personId"]=>
                          string(9) "PERSON_ID"
                          ["leagueGameGoal.personId"]=>
                          string(9) "PERSON_ID"
                          ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                          string(9) "PERSON_ID"
                          ["COL_PERSON_ID"]=>
                          string(9) "PERSON_ID"
                          ["person_id"]=>
                          string(9) "PERSON_ID"
                          ["league_game_goal.person_id"]=>
                          string(9) "PERSON_ID"
                          ["PersonMapId"]=>
                          string(13) "PERSON_MAP_ID"
                          ["LeagueGameGoal.PersonMapId"]=>
                          string(13) "PERSON_MAP_ID"
                          ["personMapId"]=>
                          string(13) "PERSON_MAP_ID"
                          ["leagueGameGoal.personMapId"]=>
                          string(13) "PERSON_MAP_ID"
                          ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                          string(13) "PERSON_MAP_ID"
                          ["COL_PERSON_MAP_ID"]=>
                          string(13) "PERSON_MAP_ID"
                          ["person_map_id"]=>
                          string(13) "PERSON_MAP_ID"
                          ["league_game_goal.person_map_id"]=>
                          string(13) "PERSON_MAP_ID"
                          ["Min"]=>
                          string(3) "MIN"
                          ["LeagueGameGoal.Min"]=>
                          string(3) "MIN"
                          ["min"]=>
                          string(3) "MIN"
                          ["leagueGameGoal.min"]=>
                          string(3) "MIN"
                          ["LeagueGameGoalTableMap::COL_MIN"]=>
                          string(3) "MIN"
                          ["COL_MIN"]=>
                          string(3) "MIN"
                          ["league_game_goal.min"]=>
                          string(3) "MIN"
                          ["MinPlus"]=>
                          string(7) "MINPLUS"
                          ["LeagueGameGoal.MinPlus"]=>
                          string(7) "MINPLUS"
                          ["minPlus"]=>
                          string(7) "MINPLUS"
                          ["leagueGameGoal.minPlus"]=>
                          string(7) "MINPLUS"
                          ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                          string(7) "MINPLUS"
                          ["COL_MINPLUS"]=>
                          string(7) "MINPLUS"
                          ["league_game_goal.minPlus"]=>
                          string(7) "MINPLUS"
                          ["Penalty"]=>
                          string(7) "PENALTY"
                          ["LeagueGameGoal.Penalty"]=>
                          string(7) "PENALTY"
                          ["penalty"]=>
                          string(7) "PENALTY"
                          ["leagueGameGoal.penalty"]=>
                          string(7) "PENALTY"
                          ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                          string(7) "PENALTY"
                          ["COL_PENALTY"]=>
                          string(7) "PENALTY"
                          ["league_game_goal.penalty"]=>
                          string(7) "PENALTY"
                          ["Own"]=>
                          string(3) "OWN"
                          ["LeagueGameGoal.Own"]=>
                          string(3) "OWN"
                          ["own"]=>
                          string(3) "OWN"
                          ["leagueGameGoal.own"]=>
                          string(3) "OWN"
                          ["LeagueGameGoalTableMap::COL_OWN"]=>
                          string(3) "OWN"
                          ["COL_OWN"]=>
                          string(3) "OWN"
                          ["league_game_goal.own"]=>
                          string(3) "OWN"
                          ["PenaltyShoots"]=>
                          string(6) "SHOOTS"
                          ["LeagueGameGoal.PenaltyShoots"]=>
                          string(6) "SHOOTS"
                          ["penaltyShoots"]=>
                          string(6) "SHOOTS"
                          ["leagueGameGoal.penaltyShoots"]=>
                          string(6) "SHOOTS"
                          ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                          string(6) "SHOOTS"
                          ["COL_SHOOTS"]=>
                          string(6) "SHOOTS"
                          ["shoots"]=>
                          string(6) "SHOOTS"
                          ["league_game_goal.shoots"]=>
                          string(6) "SHOOTS"
                          ["IsGoal"]=>
                          string(6) "ISGOAL"
                          ["LeagueGameGoal.IsGoal"]=>
                          string(6) "ISGOAL"
                          ["isGoal"]=>
                          string(6) "ISGOAL"
                          ["leagueGameGoal.isGoal"]=>
                          string(6) "ISGOAL"
                          ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                          string(6) "ISGOAL"
                          ["COL_ISGOAL"]=>
                          string(6) "ISGOAL"
                          ["isgoal"]=>
                          string(6) "ISGOAL"
                          ["league_game_goal.isgoal"]=>
                          string(6) "ISGOAL"
                          ["ScoreMode"]=>
                          string(10) "SCORE_MODE"
                          ["LeagueGameGoal.ScoreMode"]=>
                          string(10) "SCORE_MODE"
                          ["scoreMode"]=>
                          string(10) "SCORE_MODE"
                          ["leagueGameGoal.scoreMode"]=>
                          string(10) "SCORE_MODE"
                          ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                          string(10) "SCORE_MODE"
                          ["COL_SCORE_MODE"]=>
                          string(10) "SCORE_MODE"
                          ["score_mode"]=>
                          string(10) "SCORE_MODE"
                          ["league_game_goal.score_mode"]=>
                          string(10) "SCORE_MODE"
                          ["AssistBy"]=>
                          string(9) "ASSIST_BY"
                          ["LeagueGameGoal.AssistBy"]=>
                          string(9) "ASSIST_BY"
                          ["assistBy"]=>
                          string(9) "ASSIST_BY"
                          ["leagueGameGoal.assistBy"]=>
                          string(9) "ASSIST_BY"
                          ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                          string(9) "ASSIST_BY"
                          ["COL_ASSIST_BY"]=>
                          string(9) "ASSIST_BY"
                          ["assist_by"]=>
                          string(9) "ASSIST_BY"
                          ["league_game_goal.assist_by"]=>
                          string(9) "ASSIST_BY"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(16) "league_game_goal"
                        ["phpName":protected]=>
                        string(14) "LeagueGameGoal"
                        ["classname":protected]=>
                        string(15) "\LeagueGameGoal"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(4) {
                          ["league_game_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_game_id"
                            ["phpName":protected]=>
                            string(12) "LeagueGameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["club_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "club_id"
                            ["phpName":protected]=>
                            string(6) "ClubId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["person_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "person"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "person_id"
                            ["phpName":protected]=>
                            string(8) "PersonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["person_map_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(10) "person_map"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "person_map_id"
                            ["phpName":protected]=>
                            string(11) "PersonMapId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["league_game_metadata"]=>
                      string(31) "\Map\LeagueGameMetadataTableMap"
                      ["league_game_player"]=>
                      string(29) "\Map\LeagueGamePlayerTableMap"
                      ["league_game_referee"]=>
                      string(30) "\Map\LeagueGameRefereeTableMap"
                      ["league_game_statistic"]=>
                      string(32) "\Map\LeagueGameStatisticTableMap"
                      ["league_game_statistic_type"]=>
                      string(36) "\Map\LeagueGameStatisticTypeTableMap"
                      ["league_game_statistic_type_map"]=>
                      string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                      ["league_import"]=>
                      string(25) "\Map\LeagueImportTableMap"
                      ["league_import_game"]=>
                      string(29) "\Map\LeagueImportGameTableMap"
                      ["league_name"]=>
                      string(23) "\Map\LeagueNameTableMap"
                      ["league_next"]=>
                      string(23) "\Map\LeagueNextTableMap"
                      ["league_season"]=>
                      object(Map\LeagueSeasonTableMap)#83 (17) {
                        ["columns":protected]=>
                        array(5) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["START"]=>
                          object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "start"
                            ["phpName":protected]=>
                            string(5) "Start"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["END"]=>
                          object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "end"
                            ["phpName":protected]=>
                            string(3) "End"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["POINTS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "points"
                            ["phpName":protected]=>
                            string(6) "Points"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IDOLD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "idold"
                            ["phpName":protected]=>
                            string(5) "Idold"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(5) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Start"]=>
                          object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "start"
                            ["phpName":protected]=>
                            string(5) "Start"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["End"]=>
                          object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "end"
                            ["phpName":protected]=>
                            string(3) "End"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Points"]=>
                          object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "points"
                            ["phpName":protected]=>
                            string(6) "Points"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Idold"]=>
                          object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "idold"
                            ["phpName":protected]=>
                            string(5) "Idold"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(35) {
                          ["Id"]=>
                          string(2) "ID"
                          ["LeagueSeason.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["leagueSeason.id"]=>
                          string(2) "ID"
                          ["LeagueSeasonTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["league_season.id"]=>
                          string(2) "ID"
                          ["Start"]=>
                          string(5) "START"
                          ["LeagueSeason.Start"]=>
                          string(5) "START"
                          ["start"]=>
                          string(5) "START"
                          ["leagueSeason.start"]=>
                          string(5) "START"
                          ["LeagueSeasonTableMap::COL_START"]=>
                          string(5) "START"
                          ["COL_START"]=>
                          string(5) "START"
                          ["league_season.start"]=>
                          string(5) "START"
                          ["End"]=>
                          string(3) "END"
                          ["LeagueSeason.End"]=>
                          string(3) "END"
                          ["end"]=>
                          string(3) "END"
                          ["leagueSeason.end"]=>
                          string(3) "END"
                          ["LeagueSeasonTableMap::COL_END"]=>
                          string(3) "END"
                          ["COL_END"]=>
                          string(3) "END"
                          ["league_season.end"]=>
                          string(3) "END"
                          ["Points"]=>
                          string(6) "POINTS"
                          ["LeagueSeason.Points"]=>
                          string(6) "POINTS"
                          ["points"]=>
                          string(6) "POINTS"
                          ["leagueSeason.points"]=>
                          string(6) "POINTS"
                          ["LeagueSeasonTableMap::COL_POINTS"]=>
                          string(6) "POINTS"
                          ["COL_POINTS"]=>
                          string(6) "POINTS"
                          ["league_season.points"]=>
                          string(6) "POINTS"
                          ["Idold"]=>
                          string(5) "IDOLD"
                          ["LeagueSeason.Idold"]=>
                          string(5) "IDOLD"
                          ["idold"]=>
                          string(5) "IDOLD"
                          ["leagueSeason.idold"]=>
                          string(5) "IDOLD"
                          ["LeagueSeasonTableMap::COL_IDOLD"]=>
                          string(5) "IDOLD"
                          ["COL_IDOLD"]=>
                          string(5) "IDOLD"
                          ["league_season.idold"]=>
                          string(5) "IDOLD"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(13) "league_season"
                        ["phpName":protected]=>
                        string(12) "LeagueSeason"
                        ["classname":protected]=>
                        string(13) "\LeagueSeason"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(0) {
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["league_season_name"]=>
                      object(Map\LeagueSeasonNameTableMap)#67 (17) {
                        ["columns":protected]=>
                        array(12) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "league"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "league_id"
                            ["phpName":protected]=>
                            string(8) "LeagueId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_NAME_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_name"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_name_id"
                            ["phpName":protected]=>
                            string(12) "LeagueNameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_SEASON_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(13) "league_season"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "league_season_id"
                            ["phpName":protected]=>
                            string(14) "LeagueSeasonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HAVE_STANDING"]=>
                          object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "have_standing"
                            ["phpName":protected]=>
                            string(12) "HaveStanding"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ORD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(5)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NR_GAMES"]=>
                          object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "nr_games"
                            ["phpName":protected]=>
                            string(7) "NrGames"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NR_STAGES"]=>
                          object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "nr_stages"
                            ["phpName":protected]=>
                            string(8) "NrStages"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HAVE_GAME_DETAIL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "have_game_detail"
                            ["phpName":protected]=>
                            string(14) "HaveGameDetail"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HAVE_ASSISTANT_REFEREE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(22) "have_assistant_referee"
                            ["phpName":protected]=>
                            string(20) "HaveAssistantReferee"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(12) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "league"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "league_id"
                            ["phpName":protected]=>
                            string(8) "LeagueId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueNameId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_name"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_name_id"
                            ["phpName":protected]=>
                            string(12) "LeagueNameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueSeasonId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(13) "league_season"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "league_season_id"
                            ["phpName":protected]=>
                            string(14) "LeagueSeasonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HaveStanding"]=>
                          object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "have_standing"
                            ["phpName":protected]=>
                            string(12) "HaveStanding"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Ord"]=>
                          object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(5)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NrGames"]=>
                          object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "nr_games"
                            ["phpName":protected]=>
                            string(7) "NrGames"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NrStages"]=>
                          object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "nr_stages"
                            ["phpName":protected]=>
                            string(8) "NrStages"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HaveGameDetail"]=>
                          object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "have_game_detail"
                            ["phpName":protected]=>
                            string(14) "HaveGameDetail"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HaveAssistantReferee"]=>
                          object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(22) "have_assistant_referee"
                            ["phpName":protected]=>
                            string(20) "HaveAssistantReferee"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(92) {
                          ["Id"]=>
                          string(2) "ID"
                          ["LeagueSeasonName.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["leagueSeasonName.id"]=>
                          string(2) "ID"
                          ["LeagueSeasonNameTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["league_season_name.id"]=>
                          string(2) "ID"
                          ["LeagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["LeagueSeasonName.LeagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["leagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["leagueSeasonName.leagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                          string(9) "LEAGUE_ID"
                          ["COL_LEAGUE_ID"]=>
                          string(9) "LEAGUE_ID"
                          ["league_id"]=>
                          string(9) "LEAGUE_ID"
                          ["league_season_name.league_id"]=>
                          string(9) "LEAGUE_ID"
                          ["LeagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["LeagueSeasonName.LeagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["leagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["leagueSeasonName.leagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["COL_LEAGUE_NAME_ID"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["league_name_id"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["league_season_name.league_name_id"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["LeagueSeasonId"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["LeagueSeasonName.LeagueSeasonId"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["leagueSeasonId"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["leagueSeasonName.leagueSeasonId"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["COL_LEAGUE_SEASON_ID"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["league_season_id"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["league_season_name.league_season_id"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["LeagueSeasonName.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["leagueSeasonName.slug"]=>
                          string(4) "SLUG"
                          ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                          ["league_season_name.slug"]=>
                          string(4) "SLUG"
                          ["Name"]=>
                          string(4) "NAME"
                          ["LeagueSeasonName.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["leagueSeasonName.name"]=>
                          string(4) "NAME"
                          ["LeagueSeasonNameTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["league_season_name.name"]=>
                          string(4) "NAME"
                          ["HaveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["LeagueSeasonName.HaveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["haveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["leagueSeasonName.haveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                          string(13) "HAVE_STANDING"
                          ["COL_HAVE_STANDING"]=>
                          string(13) "HAVE_STANDING"
                          ["have_standing"]=>
                          string(13) "HAVE_STANDING"
                          ["league_season_name.have_standing"]=>
                          string(13) "HAVE_STANDING"
                          ["Ord"]=>
                          string(3) "ORD"
                          ["LeagueSeasonName.Ord"]=>
                          string(3) "ORD"
                          ["ord"]=>
                          string(3) "ORD"
                          ["leagueSeasonName.ord"]=>
                          string(3) "ORD"
                          ["LeagueSeasonNameTableMap::COL_ORD"]=>
                          string(3) "ORD"
                          ["COL_ORD"]=>
                          string(3) "ORD"
                          ["league_season_name.ord"]=>
                          string(3) "ORD"
                          ["NrGames"]=>
                          string(8) "NR_GAMES"
                          ["LeagueSeasonName.NrGames"]=>
                          string(8) "NR_GAMES"
                          ["nrGames"]=>
                          string(8) "NR_GAMES"
                          ["leagueSeasonName.nrGames"]=>
                          string(8) "NR_GAMES"
                          ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                          string(8) "NR_GAMES"
                          ["COL_NR_GAMES"]=>
                          string(8) "NR_GAMES"
                          ["nr_games"]=>
                          string(8) "NR_GAMES"
                          ["league_season_name.nr_games"]=>
                          string(8) "NR_GAMES"
                          ["NrStages"]=>
                          string(9) "NR_STAGES"
                          ["LeagueSeasonName.NrStages"]=>
                          string(9) "NR_STAGES"
                          ["nrStages"]=>
                          string(9) "NR_STAGES"
                          ["leagueSeasonName.nrStages"]=>
                          string(9) "NR_STAGES"
                          ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                          string(9) "NR_STAGES"
                          ["COL_NR_STAGES"]=>
                          string(9) "NR_STAGES"
                          ["nr_stages"]=>
                          string(9) "NR_STAGES"
                          ["league_season_name.nr_stages"]=>
                          string(9) "NR_STAGES"
                          ["HaveGameDetail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["LeagueSeasonName.HaveGameDetail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["haveGameDetail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["leagueSeasonName.haveGameDetail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["COL_HAVE_GAME_DETAIL"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["have_game_detail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["league_season_name.have_game_detail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["HaveAssistantReferee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["LeagueSeasonName.HaveAssistantReferee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["haveAssistantReferee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["leagueSeasonName.haveAssistantReferee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["COL_HAVE_ASSISTANT_REFEREE"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["have_assistant_referee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["league_season_name.have_assistant_referee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(18) "league_season_name"
                        ["phpName":protected]=>
                        string(16) "LeagueSeasonName"
                        ["classname":protected]=>
                        string(17) "\LeagueSeasonName"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(3) {
                          ["league_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "league"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "league_id"
                            ["phpName":protected]=>
                            string(8) "LeagueId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["league_name_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_name"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_name_id"
                            ["phpName":protected]=>
                            string(12) "LeagueNameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["league_season_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(13) "league_season"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "league_season_id"
                            ["phpName":protected]=>
                            string(14) "LeagueSeasonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["national_game"]=>
                      string(25) "\Map\NationalGameTableMap"
                      ["national_game_card"]=>
                      string(29) "\Map\NationalGameCardTableMap"
                      ["national_game_coach"]=>
                      string(30) "\Map\NationalGameCoachTableMap"
                      ["national_game_goal"]=>
                      string(29) "\Map\NationalGameGoalTableMap"
                      ["national_game_player"]=>
                      string(31) "\Map\NationalGamePlayerTableMap"
                      ["national_game_referee"]=>
                      string(32) "\Map\NationalGameRefereeTableMap"
                      ["national_game_type"]=>
                      string(29) "\Map\NationalGameTypeTableMap"
                      ["national_tournament"]=>
                      string(31) "\Map\NationalTournamentTableMap"
                      ["national_tournament_name"]=>
                      string(35) "\Map\NationalTournamentNameTableMap"
                      ["object_resource_link"]=>
                      string(31) "\Map\ObjectResourceLinkTableMap"
                      ["object_resource_private"]=>
                      string(34) "\Map\ObjectResourcePrivateTableMap"
                      ["object_resource_private_content"]=>
                      string(41) "\Map\ObjectResourcePrivateContentTableMap"
                      ["object_resource_private_metadata"]=>
                      string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                      ["object_resource_private_name"]=>
                      string(38) "\Map\ObjectResourcePrivateNameTableMap"
                      ["person"]=>
                      string(19) "\Map\PersonTableMap"
                      ["person_map"]=>
                      string(22) "\Map\PersonMapTableMap"
                      ["player_type"]=>
                      string(23) "\Map\PlayerTypeTableMap"
                      ["stage"]=>
                      object(Map\StageTableMap)#84 (17) {
                        ["columns":protected]=>
                        array(8) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SHORT_NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "short_name"
                            ["phpName":protected]=>
                            string(9) "ShortName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PREFIX"]=>
                          object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "prefix"
                            ["phpName":protected]=>
                            string(6) "Prefix"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SUFFIX"]=>
                          object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "suffix"
                            ["phpName":protected]=>
                            string(6) "Suffix"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MAP_NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "map_name"
                            ["phpName":protected]=>
                            string(7) "MapName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ORD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(8) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ShortName"]=>
                          object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "short_name"
                            ["phpName":protected]=>
                            string(9) "ShortName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Prefix"]=>
                          object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "prefix"
                            ["phpName":protected]=>
                            string(6) "Prefix"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Suffix"]=>
                          object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "suffix"
                            ["phpName":protected]=>
                            string(6) "Suffix"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MapName"]=>
                          object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "map_name"
                            ["phpName":protected]=>
                            string(7) "MapName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Ord"]=>
                          object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(52) {
                          ["Id"]=>
                          string(2) "ID"
                          ["Stage.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["stage.id"]=>
                          string(2) "ID"
                          ["StageTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["Name"]=>
                          string(4) "NAME"
                          ["Stage.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["stage.name"]=>
                          string(4) "NAME"
                          ["StageTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["ShortName"]=>
                          string(10) "SHORT_NAME"
                          ["Stage.ShortName"]=>
                          string(10) "SHORT_NAME"
                          ["shortName"]=>
                          string(10) "SHORT_NAME"
                          ["stage.shortName"]=>
                          string(10) "SHORT_NAME"
                          ["StageTableMap::COL_SHORT_NAME"]=>
                          string(10) "SHORT_NAME"
                          ["COL_SHORT_NAME"]=>
                          string(10) "SHORT_NAME"
                          ["short_name"]=>
                          string(10) "SHORT_NAME"
                          ["stage.short_name"]=>
                          string(10) "SHORT_NAME"
                          ["Prefix"]=>
                          string(6) "PREFIX"
                          ["Stage.Prefix"]=>
                          string(6) "PREFIX"
                          ["prefix"]=>
                          string(6) "PREFIX"
                          ["stage.prefix"]=>
                          string(6) "PREFIX"
                          ["StageTableMap::COL_PREFIX"]=>
                          string(6) "PREFIX"
                          ["COL_PREFIX"]=>
                          string(6) "PREFIX"
                          ["Suffix"]=>
                          string(6) "SUFFIX"
                          ["Stage.Suffix"]=>
                          string(6) "SUFFIX"
                          ["suffix"]=>
                          string(6) "SUFFIX"
                          ["stage.suffix"]=>
                          string(6) "SUFFIX"
                          ["StageTableMap::COL_SUFFIX"]=>
                          string(6) "SUFFIX"
                          ["COL_SUFFIX"]=>
                          string(6) "SUFFIX"
                          ["MapName"]=>
                          string(8) "MAP_NAME"
                          ["Stage.MapName"]=>
                          string(8) "MAP_NAME"
                          ["mapName"]=>
                          string(8) "MAP_NAME"
                          ["stage.mapName"]=>
                          string(8) "MAP_NAME"
                          ["StageTableMap::COL_MAP_NAME"]=>
                          string(8) "MAP_NAME"
                          ["COL_MAP_NAME"]=>
                          string(8) "MAP_NAME"
                          ["map_name"]=>
                          string(8) "MAP_NAME"
                          ["stage.map_name"]=>
                          string(8) "MAP_NAME"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["Stage.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["stage.slug"]=>
                          string(4) "SLUG"
                          ["StageTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                          ["Ord"]=>
                          string(3) "ORD"
                          ["Stage.Ord"]=>
                          string(3) "ORD"
                          ["ord"]=>
                          string(3) "ORD"
                          ["stage.ord"]=>
                          string(3) "ORD"
                          ["StageTableMap::COL_ORD"]=>
                          string(3) "ORD"
                          ["COL_ORD"]=>
                          string(3) "ORD"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(5) "stage"
                        ["phpName":protected]=>
                        string(5) "Stage"
                        ["classname":protected]=>
                        string(6) "\Stage"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(0) {
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                    }
                    ["tablesByPhpName":protected]=>
                    array(50) {
                      ["\AccessLog"]=>
                      string(22) "\Map\AccessLogTableMap"
                      ["\Account"]=>
                      string(20) "\Map\AccountTableMap"
                      ["\Article"]=>
                      string(20) "\Map\ArticleTableMap"
                      ["\ArticleCategory"]=>
                      string(28) "\Map\ArticleCategoryTableMap"
                      ["\Bookmaker"]=>
                      string(22) "\Map\BookmakerTableMap"
                      ["\Club"]=>
                      object(Map\ClubTableMap)#98 (17) {
                        ["columns":protected]=>
                        array(16) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(7) "home_id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["COUNTRY_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SHORTNAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "shortname"
                            ["phpName":protected]=>
                            string(9) "Shortname"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["OFFICIAL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "official"
                            ["phpName":protected]=>
                            string(8) "Official"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IDOLD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "idold"
                            ["phpName":protected]=>
                            string(5) "Idold"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["YEAR_FOUNDED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "year_founded"
                            ["phpName":protected]=>
                            string(11) "YearFounded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DATE_FOUNDED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                            ["type":protected]=>
                            string(4) "DATE"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "date_founded"
                            ["phpName":protected]=>
                            string(11) "DateFounded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["YEAR_DISSOLVED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "year_dissolved"
                            ["phpName":protected]=>
                            string(13) "YearDissolved"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DATE_DISSOLVED"]=>
                          object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                            ["type":protected]=>
                            string(4) "DATE"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "date_dissolved"
                            ["phpName":protected]=>
                            string(13) "DateDissolved"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["KNOWN_AS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "known_as"
                            ["phpName":protected]=>
                            string(7) "KnownAs"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["CLUB_NAME_HISTORY"]=>
                          object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(17) "club_name_history"
                            ["phpName":protected]=>
                            string(15) "ClubNameHistory"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DESCRIPTION"]=>
                          object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(11) "description"
                            ["phpName":protected]=>
                            string(11) "Description"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PRIVATE_NOTICE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "private_notice"
                            ["phpName":protected]=>
                            string(13) "PrivateNotice"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IDMOVEDTO"]=>
                          object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "idmovedto"
                            ["phpName":protected]=>
                            string(9) "Idmovedto"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(16) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(7) "home_id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["CountryId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Shortname"]=>
                          object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "shortname"
                            ["phpName":protected]=>
                            string(9) "Shortname"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Official"]=>
                          object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "official"
                            ["phpName":protected]=>
                            string(8) "Official"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Idold"]=>
                          object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "idold"
                            ["phpName":protected]=>
                            string(5) "Idold"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["YearFounded"]=>
                          object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "year_founded"
                            ["phpName":protected]=>
                            string(11) "YearFounded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DateFounded"]=>
                          object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                            ["type":protected]=>
                            string(4) "DATE"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(12) "date_founded"
                            ["phpName":protected]=>
                            string(11) "DateFounded"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["YearDissolved"]=>
                          object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "year_dissolved"
                            ["phpName":protected]=>
                            string(13) "YearDissolved"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["DateDissolved"]=>
                          object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                            ["type":protected]=>
                            string(4) "DATE"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "date_dissolved"
                            ["phpName":protected]=>
                            string(13) "DateDissolved"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["KnownAs"]=>
                          object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "known_as"
                            ["phpName":protected]=>
                            string(7) "KnownAs"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ClubNameHistory"]=>
                          object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(17) "club_name_history"
                            ["phpName":protected]=>
                            string(15) "ClubNameHistory"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Description"]=>
                          object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(11) "description"
                            ["phpName":protected]=>
                            string(11) "Description"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PrivateNotice"]=>
                          object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "private_notice"
                            ["phpName":protected]=>
                            string(13) "PrivateNotice"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Idmovedto"]=>
                          object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "idmovedto"
                            ["phpName":protected]=>
                            string(9) "Idmovedto"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(112) {
                          ["Id"]=>
                          string(2) "ID"
                          ["Club.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["club.id"]=>
                          string(2) "ID"
                          ["ClubTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["CountryId"]=>
                          string(10) "COUNTRY_ID"
                          ["Club.CountryId"]=>
                          string(10) "COUNTRY_ID"
                          ["countryId"]=>
                          string(10) "COUNTRY_ID"
                          ["club.countryId"]=>
                          string(10) "COUNTRY_ID"
                          ["ClubTableMap::COL_COUNTRY_ID"]=>
                          string(10) "COUNTRY_ID"
                          ["COL_COUNTRY_ID"]=>
                          string(10) "COUNTRY_ID"
                          ["country_id"]=>
                          string(10) "COUNTRY_ID"
                          ["club.country_id"]=>
                          string(10) "COUNTRY_ID"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["Club.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["club.slug"]=>
                          string(4) "SLUG"
                          ["ClubTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                          ["Name"]=>
                          string(4) "NAME"
                          ["Club.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["club.name"]=>
                          string(4) "NAME"
                          ["ClubTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["Shortname"]=>
                          string(9) "SHORTNAME"
                          ["Club.Shortname"]=>
                          string(9) "SHORTNAME"
                          ["shortname"]=>
                          string(9) "SHORTNAME"
                          ["club.shortname"]=>
                          string(9) "SHORTNAME"
                          ["ClubTableMap::COL_SHORTNAME"]=>
                          string(9) "SHORTNAME"
                          ["COL_SHORTNAME"]=>
                          string(9) "SHORTNAME"
                          ["Official"]=>
                          string(8) "OFFICIAL"
                          ["Club.Official"]=>
                          string(8) "OFFICIAL"
                          ["official"]=>
                          string(8) "OFFICIAL"
                          ["club.official"]=>
                          string(8) "OFFICIAL"
                          ["ClubTableMap::COL_OFFICIAL"]=>
                          string(8) "OFFICIAL"
                          ["COL_OFFICIAL"]=>
                          string(8) "OFFICIAL"
                          ["Idold"]=>
                          string(5) "IDOLD"
                          ["Club.Idold"]=>
                          string(5) "IDOLD"
                          ["idold"]=>
                          string(5) "IDOLD"
                          ["club.idold"]=>
                          string(5) "IDOLD"
                          ["ClubTableMap::COL_IDOLD"]=>
                          string(5) "IDOLD"
                          ["COL_IDOLD"]=>
                          string(5) "IDOLD"
                          ["YearFounded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["Club.YearFounded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["yearFounded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["club.yearFounded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                          string(12) "YEAR_FOUNDED"
                          ["COL_YEAR_FOUNDED"]=>
                          string(12) "YEAR_FOUNDED"
                          ["year_founded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["club.year_founded"]=>
                          string(12) "YEAR_FOUNDED"
                          ["DateFounded"]=>
                          string(12) "DATE_FOUNDED"
                          ["Club.DateFounded"]=>
                          string(12) "DATE_FOUNDED"
                          ["dateFounded"]=>
                          string(12) "DATE_FOUNDED"
                          ["club.dateFounded"]=>
                          string(12) "DATE_FOUNDED"
                          ["ClubTableMap::COL_DATE_FOUNDED"]=>
                          string(12) "DATE_FOUNDED"
                          ["COL_DATE_FOUNDED"]=>
                          string(12) "DATE_FOUNDED"
                          ["date_founded"]=>
                          string(12) "DATE_FOUNDED"
                          ["club.date_founded"]=>
                          string(12) "DATE_FOUNDED"
                          ["YearDissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["Club.YearDissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["yearDissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["club.yearDissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["COL_YEAR_DISSOLVED"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["year_dissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["club.year_dissolved"]=>
                          string(14) "YEAR_DISSOLVED"
                          ["DateDissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["Club.DateDissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["dateDissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["club.dateDissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                          string(14) "DATE_DISSOLVED"
                          ["COL_DATE_DISSOLVED"]=>
                          string(14) "DATE_DISSOLVED"
                          ["date_dissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["club.date_dissolved"]=>
                          string(14) "DATE_DISSOLVED"
                          ["KnownAs"]=>
                          string(8) "KNOWN_AS"
                          ["Club.KnownAs"]=>
                          string(8) "KNOWN_AS"
                          ["knownAs"]=>
                          string(8) "KNOWN_AS"
                          ["club.knownAs"]=>
                          string(8) "KNOWN_AS"
                          ["ClubTableMap::COL_KNOWN_AS"]=>
                          string(8) "KNOWN_AS"
                          ["COL_KNOWN_AS"]=>
                          string(8) "KNOWN_AS"
                          ["known_as"]=>
                          string(8) "KNOWN_AS"
                          ["club.known_as"]=>
                          string(8) "KNOWN_AS"
                          ["ClubNameHistory"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["Club.ClubNameHistory"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["clubNameHistory"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["club.clubNameHistory"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["COL_CLUB_NAME_HISTORY"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["club_name_history"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["club.club_name_history"]=>
                          string(17) "CLUB_NAME_HISTORY"
                          ["Description"]=>
                          string(11) "DESCRIPTION"
                          ["Club.Description"]=>
                          string(11) "DESCRIPTION"
                          ["description"]=>
                          string(11) "DESCRIPTION"
                          ["club.description"]=>
                          string(11) "DESCRIPTION"
                          ["ClubTableMap::COL_DESCRIPTION"]=>
                          string(11) "DESCRIPTION"
                          ["COL_DESCRIPTION"]=>
                          string(11) "DESCRIPTION"
                          ["PrivateNotice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["Club.PrivateNotice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["privateNotice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["club.privateNotice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["COL_PRIVATE_NOTICE"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["private_notice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["club.private_notice"]=>
                          string(14) "PRIVATE_NOTICE"
                          ["Idmovedto"]=>
                          string(9) "IDMOVEDTO"
                          ["Club.Idmovedto"]=>
                          string(9) "IDMOVEDTO"
                          ["idmovedto"]=>
                          string(9) "IDMOVEDTO"
                          ["club.idmovedto"]=>
                          string(9) "IDMOVEDTO"
                          ["ClubTableMap::COL_IDMOVEDTO"]=>
                          string(9) "IDMOVEDTO"
                          ["COL_IDMOVEDTO"]=>
                          string(9) "IDMOVEDTO"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(4) "club"
                        ["phpName":protected]=>
                        string(4) "Club"
                        ["classname":protected]=>
                        string(5) "\Club"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(7) "home_id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(2) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(7) "home_id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["country_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["\ClubMap"]=>
                      string(20) "\Map\ClubMapTableMap"
                      ["\Country"]=>
                      object(Map\CountryTableMap)#62 (17) {
                        ["columns":protected]=>
                        array(3) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(3) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(18) {
                          ["Id"]=>
                          string(2) "ID"
                          ["Country.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["country.id"]=>
                          string(2) "ID"
                          ["CountryTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["Name"]=>
                          string(4) "NAME"
                          ["Country.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["country.name"]=>
                          string(4) "NAME"
                          ["CountryTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["Country.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["country.slug"]=>
                          string(4) "SLUG"
                          ["CountryTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(7) "country"
                        ["phpName":protected]=>
                        string(7) "Country"
                        ["classname":protected]=>
                        string(8) "\Country"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(0) {
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["\Customer"]=>
                      string(21) "\Map\CustomerTableMap"
                      ["\CustomerPackage"]=>
                      string(28) "\Map\CustomerPackageTableMap"
                      ["\CustomerPackageType"]=>
                      string(32) "\Map\CustomerPackageTypeTableMap"
                      ["\EventOdd"]=>
                      string(21) "\Map\EventOddTableMap"
                      ["\EventOddMove"]=>
                      string(25) "\Map\EventOddMoveTableMap"
                      ["\ImportSource"]=>
                      string(25) "\Map\ImportSourceTableMap"
                      ["\League"]=>
                      object(Map\LeagueTableMap)#45 (17) {
                        ["columns":protected]=>
                        array(10) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["COUNTRY_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SHORT_NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "short_name"
                            ["phpName":protected]=>
                            string(9) "ShortName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HAVE_STANDING"]=>
                          object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "have_standing"
                            ["phpName":protected]=>
                            string(12) "HaveStanding"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["FRONT_PAGE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "front_page"
                            ["phpName":protected]=>
                            string(9) "FrontPage"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ORD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(5)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEVEL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(10)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "level"
                            ["phpName":protected]=>
                            string(5) "Level"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PREVIEW"]=>
                          object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "preview"
                            ["phpName":protected]=>
                            string(7) "Preview"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(10) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["CountryId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ShortName"]=>
                          object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "short_name"
                            ["phpName":protected]=>
                            string(9) "ShortName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HaveStanding"]=>
                          object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "have_standing"
                            ["phpName":protected]=>
                            string(12) "HaveStanding"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["FrontPage"]=>
                          object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "front_page"
                            ["phpName":protected]=>
                            string(9) "FrontPage"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Ord"]=>
                          object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(5)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Level"]=>
                          object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(10)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "level"
                            ["phpName":protected]=>
                            string(5) "Level"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Preview"]=>
                          object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "preview"
                            ["phpName":protected]=>
                            string(7) "Preview"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(68) {
                          ["Id"]=>
                          string(2) "ID"
                          ["League.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["league.id"]=>
                          string(2) "ID"
                          ["LeagueTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["CountryId"]=>
                          string(10) "COUNTRY_ID"
                          ["League.CountryId"]=>
                          string(10) "COUNTRY_ID"
                          ["countryId"]=>
                          string(10) "COUNTRY_ID"
                          ["league.countryId"]=>
                          string(10) "COUNTRY_ID"
                          ["LeagueTableMap::COL_COUNTRY_ID"]=>
                          string(10) "COUNTRY_ID"
                          ["COL_COUNTRY_ID"]=>
                          string(10) "COUNTRY_ID"
                          ["country_id"]=>
                          string(10) "COUNTRY_ID"
                          ["league.country_id"]=>
                          string(10) "COUNTRY_ID"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["League.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["league.slug"]=>
                          string(4) "SLUG"
                          ["LeagueTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                          ["Name"]=>
                          string(4) "NAME"
                          ["League.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["league.name"]=>
                          string(4) "NAME"
                          ["LeagueTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["ShortName"]=>
                          string(10) "SHORT_NAME"
                          ["League.ShortName"]=>
                          string(10) "SHORT_NAME"
                          ["shortName"]=>
                          string(10) "SHORT_NAME"
                          ["league.shortName"]=>
                          string(10) "SHORT_NAME"
                          ["LeagueTableMap::COL_SHORT_NAME"]=>
                          string(10) "SHORT_NAME"
                          ["COL_SHORT_NAME"]=>
                          string(10) "SHORT_NAME"
                          ["short_name"]=>
                          string(10) "SHORT_NAME"
                          ["league.short_name"]=>
                          string(10) "SHORT_NAME"
                          ["HaveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["League.HaveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["haveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["league.haveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["LeagueTableMap::COL_HAVE_STANDING"]=>
                          string(13) "HAVE_STANDING"
                          ["COL_HAVE_STANDING"]=>
                          string(13) "HAVE_STANDING"
                          ["have_standing"]=>
                          string(13) "HAVE_STANDING"
                          ["league.have_standing"]=>
                          string(13) "HAVE_STANDING"
                          ["FrontPage"]=>
                          string(10) "FRONT_PAGE"
                          ["League.FrontPage"]=>
                          string(10) "FRONT_PAGE"
                          ["frontPage"]=>
                          string(10) "FRONT_PAGE"
                          ["league.frontPage"]=>
                          string(10) "FRONT_PAGE"
                          ["LeagueTableMap::COL_FRONT_PAGE"]=>
                          string(10) "FRONT_PAGE"
                          ["COL_FRONT_PAGE"]=>
                          string(10) "FRONT_PAGE"
                          ["front_page"]=>
                          string(10) "FRONT_PAGE"
                          ["league.front_page"]=>
                          string(10) "FRONT_PAGE"
                          ["Ord"]=>
                          string(3) "ORD"
                          ["League.Ord"]=>
                          string(3) "ORD"
                          ["ord"]=>
                          string(3) "ORD"
                          ["league.ord"]=>
                          string(3) "ORD"
                          ["LeagueTableMap::COL_ORD"]=>
                          string(3) "ORD"
                          ["COL_ORD"]=>
                          string(3) "ORD"
                          ["Level"]=>
                          string(5) "LEVEL"
                          ["League.Level"]=>
                          string(5) "LEVEL"
                          ["level"]=>
                          string(5) "LEVEL"
                          ["league.level"]=>
                          string(5) "LEVEL"
                          ["LeagueTableMap::COL_LEVEL"]=>
                          string(5) "LEVEL"
                          ["COL_LEVEL"]=>
                          string(5) "LEVEL"
                          ["Preview"]=>
                          string(7) "PREVIEW"
                          ["League.Preview"]=>
                          string(7) "PREVIEW"
                          ["preview"]=>
                          string(7) "PREVIEW"
                          ["league.preview"]=>
                          string(7) "PREVIEW"
                          ["LeagueTableMap::COL_PREVIEW"]=>
                          string(7) "PREVIEW"
                          ["COL_PREVIEW"]=>
                          string(7) "PREVIEW"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(6) "league"
                        ["phpName":protected]=>
                        string(6) "League"
                        ["classname":protected]=>
                        string(7) "\League"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(1) {
                          ["country_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(7) "country"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "country_id"
                            ["phpName":protected]=>
                            string(9) "CountryId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["\LeagueClub"]=>
                      string(23) "\Map\LeagueClubTableMap"
                      ["\LeagueGame"]=>
                      *RECURSION*
                      ["\LeagueGameCard"]=>
                      string(27) "\Map\LeagueGameCardTableMap"
                      ["\LeagueGameCoach"]=>
                      string(28) "\Map\LeagueGameCoachTableMap"
                      ["\LeagueGameGoal"]=>
                      object(Map\LeagueGameGoalTableMap)#116 (17) {
                        ["columns":protected]=>
                        array(13) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_GAME_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_game_id"
                            ["phpName":protected]=>
                            string(12) "LeagueGameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["CLUB_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "club_id"
                            ["phpName":protected]=>
                            string(6) "ClubId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PERSON_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "person"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "person_id"
                            ["phpName":protected]=>
                            string(8) "PersonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PERSON_MAP_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(10) "person_map"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "person_map_id"
                            ["phpName":protected]=>
                            string(11) "PersonMapId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MIN"]=>
                          object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(2)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "min"
                            ["phpName":protected]=>
                            string(3) "Min"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MINPLUS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(2)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "minPlus"
                            ["phpName":protected]=>
                            string(7) "MinPlus"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PENALTY"]=>
                          object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "penalty"
                            ["phpName":protected]=>
                            string(7) "Penalty"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["OWN"]=>
                          object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "own"
                            ["phpName":protected]=>
                            string(3) "Own"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SHOOTS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "shoots"
                            ["phpName":protected]=>
                            string(13) "PenaltyShoots"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ISGOAL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "isgoal"
                            ["phpName":protected]=>
                            string(6) "IsGoal"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SCORE_MODE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "score_mode"
                            ["phpName":protected]=>
                            string(9) "ScoreMode"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ASSIST_BY"]=>
                          object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "assist_by"
                            ["phpName":protected]=>
                            string(8) "AssistBy"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(13) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueGameId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_game_id"
                            ["phpName":protected]=>
                            string(12) "LeagueGameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ClubId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "club_id"
                            ["phpName":protected]=>
                            string(6) "ClubId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PersonId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "person"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "person_id"
                            ["phpName":protected]=>
                            string(8) "PersonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PersonMapId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(10) "person_map"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "person_map_id"
                            ["phpName":protected]=>
                            string(11) "PersonMapId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Min"]=>
                          object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(2)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "min"
                            ["phpName":protected]=>
                            string(3) "Min"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MinPlus"]=>
                          object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(2)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "minPlus"
                            ["phpName":protected]=>
                            string(7) "MinPlus"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Penalty"]=>
                          object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "penalty"
                            ["phpName":protected]=>
                            string(7) "Penalty"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Own"]=>
                          object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "own"
                            ["phpName":protected]=>
                            string(3) "Own"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PenaltyShoots"]=>
                          object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "shoots"
                            ["phpName":protected]=>
                            string(13) "PenaltyShoots"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IsGoal"]=>
                          object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "isgoal"
                            ["phpName":protected]=>
                            string(6) "IsGoal"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ScoreMode"]=>
                          object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "score_mode"
                            ["phpName":protected]=>
                            string(9) "ScoreMode"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["AssistBy"]=>
                          object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(255)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "assist_by"
                            ["phpName":protected]=>
                            string(8) "AssistBy"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(99) {
                          ["Id"]=>
                          string(2) "ID"
                          ["LeagueGameGoal.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["leagueGameGoal.id"]=>
                          string(2) "ID"
                          ["LeagueGameGoalTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["league_game_goal.id"]=>
                          string(2) "ID"
                          ["LeagueGameId"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["LeagueGameGoal.LeagueGameId"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["leagueGameId"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["leagueGameGoal.leagueGameId"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["COL_LEAGUE_GAME_ID"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["league_game_id"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["league_game_goal.league_game_id"]=>
                          string(14) "LEAGUE_GAME_ID"
                          ["ClubId"]=>
                          string(7) "CLUB_ID"
                          ["LeagueGameGoal.ClubId"]=>
                          string(7) "CLUB_ID"
                          ["clubId"]=>
                          string(7) "CLUB_ID"
                          ["leagueGameGoal.clubId"]=>
                          string(7) "CLUB_ID"
                          ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                          string(7) "CLUB_ID"
                          ["COL_CLUB_ID"]=>
                          string(7) "CLUB_ID"
                          ["club_id"]=>
                          string(7) "CLUB_ID"
                          ["league_game_goal.club_id"]=>
                          string(7) "CLUB_ID"
                          ["PersonId"]=>
                          string(9) "PERSON_ID"
                          ["LeagueGameGoal.PersonId"]=>
                          string(9) "PERSON_ID"
                          ["personId"]=>
                          string(9) "PERSON_ID"
                          ["leagueGameGoal.personId"]=>
                          string(9) "PERSON_ID"
                          ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                          string(9) "PERSON_ID"
                          ["COL_PERSON_ID"]=>
                          string(9) "PERSON_ID"
                          ["person_id"]=>
                          string(9) "PERSON_ID"
                          ["league_game_goal.person_id"]=>
                          string(9) "PERSON_ID"
                          ["PersonMapId"]=>
                          string(13) "PERSON_MAP_ID"
                          ["LeagueGameGoal.PersonMapId"]=>
                          string(13) "PERSON_MAP_ID"
                          ["personMapId"]=>
                          string(13) "PERSON_MAP_ID"
                          ["leagueGameGoal.personMapId"]=>
                          string(13) "PERSON_MAP_ID"
                          ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                          string(13) "PERSON_MAP_ID"
                          ["COL_PERSON_MAP_ID"]=>
                          string(13) "PERSON_MAP_ID"
                          ["person_map_id"]=>
                          string(13) "PERSON_MAP_ID"
                          ["league_game_goal.person_map_id"]=>
                          string(13) "PERSON_MAP_ID"
                          ["Min"]=>
                          string(3) "MIN"
                          ["LeagueGameGoal.Min"]=>
                          string(3) "MIN"
                          ["min"]=>
                          string(3) "MIN"
                          ["leagueGameGoal.min"]=>
                          string(3) "MIN"
                          ["LeagueGameGoalTableMap::COL_MIN"]=>
                          string(3) "MIN"
                          ["COL_MIN"]=>
                          string(3) "MIN"
                          ["league_game_goal.min"]=>
                          string(3) "MIN"
                          ["MinPlus"]=>
                          string(7) "MINPLUS"
                          ["LeagueGameGoal.MinPlus"]=>
                          string(7) "MINPLUS"
                          ["minPlus"]=>
                          string(7) "MINPLUS"
                          ["leagueGameGoal.minPlus"]=>
                          string(7) "MINPLUS"
                          ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                          string(7) "MINPLUS"
                          ["COL_MINPLUS"]=>
                          string(7) "MINPLUS"
                          ["league_game_goal.minPlus"]=>
                          string(7) "MINPLUS"
                          ["Penalty"]=>
                          string(7) "PENALTY"
                          ["LeagueGameGoal.Penalty"]=>
                          string(7) "PENALTY"
                          ["penalty"]=>
                          string(7) "PENALTY"
                          ["leagueGameGoal.penalty"]=>
                          string(7) "PENALTY"
                          ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                          string(7) "PENALTY"
                          ["COL_PENALTY"]=>
                          string(7) "PENALTY"
                          ["league_game_goal.penalty"]=>
                          string(7) "PENALTY"
                          ["Own"]=>
                          string(3) "OWN"
                          ["LeagueGameGoal.Own"]=>
                          string(3) "OWN"
                          ["own"]=>
                          string(3) "OWN"
                          ["leagueGameGoal.own"]=>
                          string(3) "OWN"
                          ["LeagueGameGoalTableMap::COL_OWN"]=>
                          string(3) "OWN"
                          ["COL_OWN"]=>
                          string(3) "OWN"
                          ["league_game_goal.own"]=>
                          string(3) "OWN"
                          ["PenaltyShoots"]=>
                          string(6) "SHOOTS"
                          ["LeagueGameGoal.PenaltyShoots"]=>
                          string(6) "SHOOTS"
                          ["penaltyShoots"]=>
                          string(6) "SHOOTS"
                          ["leagueGameGoal.penaltyShoots"]=>
                          string(6) "SHOOTS"
                          ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                          string(6) "SHOOTS"
                          ["COL_SHOOTS"]=>
                          string(6) "SHOOTS"
                          ["shoots"]=>
                          string(6) "SHOOTS"
                          ["league_game_goal.shoots"]=>
                          string(6) "SHOOTS"
                          ["IsGoal"]=>
                          string(6) "ISGOAL"
                          ["LeagueGameGoal.IsGoal"]=>
                          string(6) "ISGOAL"
                          ["isGoal"]=>
                          string(6) "ISGOAL"
                          ["leagueGameGoal.isGoal"]=>
                          string(6) "ISGOAL"
                          ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                          string(6) "ISGOAL"
                          ["COL_ISGOAL"]=>
                          string(6) "ISGOAL"
                          ["isgoal"]=>
                          string(6) "ISGOAL"
                          ["league_game_goal.isgoal"]=>
                          string(6) "ISGOAL"
                          ["ScoreMode"]=>
                          string(10) "SCORE_MODE"
                          ["LeagueGameGoal.ScoreMode"]=>
                          string(10) "SCORE_MODE"
                          ["scoreMode"]=>
                          string(10) "SCORE_MODE"
                          ["leagueGameGoal.scoreMode"]=>
                          string(10) "SCORE_MODE"
                          ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                          string(10) "SCORE_MODE"
                          ["COL_SCORE_MODE"]=>
                          string(10) "SCORE_MODE"
                          ["score_mode"]=>
                          string(10) "SCORE_MODE"
                          ["league_game_goal.score_mode"]=>
                          string(10) "SCORE_MODE"
                          ["AssistBy"]=>
                          string(9) "ASSIST_BY"
                          ["LeagueGameGoal.AssistBy"]=>
                          string(9) "ASSIST_BY"
                          ["assistBy"]=>
                          string(9) "ASSIST_BY"
                          ["leagueGameGoal.assistBy"]=>
                          string(9) "ASSIST_BY"
                          ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                          string(9) "ASSIST_BY"
                          ["COL_ASSIST_BY"]=>
                          string(9) "ASSIST_BY"
                          ["assist_by"]=>
                          string(9) "ASSIST_BY"
                          ["league_game_goal.assist_by"]=>
                          string(9) "ASSIST_BY"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(16) "league_game_goal"
                        ["phpName":protected]=>
                        string(14) "LeagueGameGoal"
                        ["classname":protected]=>
                        string(15) "\LeagueGameGoal"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(4) {
                          ["league_game_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_game"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_game_id"
                            ["phpName":protected]=>
                            string(12) "LeagueGameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["club_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(4) "club"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(7) "club_id"
                            ["phpName":protected]=>
                            string(6) "ClubId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["person_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "person"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "person_id"
                            ["phpName":protected]=>
                            string(8) "PersonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["person_map_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(10) "person_map"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "person_map_id"
                            ["phpName":protected]=>
                            string(11) "PersonMapId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["\LeagueGameMetadata"]=>
                      string(31) "\Map\LeagueGameMetadataTableMap"
                      ["\LeagueGamePlayer"]=>
                      string(29) "\Map\LeagueGamePlayerTableMap"
                      ["\LeagueGameReferee"]=>
                      string(30) "\Map\LeagueGameRefereeTableMap"
                      ["\LeagueGameStatistic"]=>
                      string(32) "\Map\LeagueGameStatisticTableMap"
                      ["\LeagueGameStatisticType"]=>
                      string(36) "\Map\LeagueGameStatisticTypeTableMap"
                      ["\LeagueGameStatisticTypeMap"]=>
                      string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                      ["\LeagueImport"]=>
                      string(25) "\Map\LeagueImportTableMap"
                      ["\LeagueImportGame"]=>
                      string(29) "\Map\LeagueImportGameTableMap"
                      ["\LeagueName"]=>
                      string(23) "\Map\LeagueNameTableMap"
                      ["\LeagueNext"]=>
                      string(23) "\Map\LeagueNextTableMap"
                      ["\LeagueSeason"]=>
                      object(Map\LeagueSeasonTableMap)#83 (17) {
                        ["columns":protected]=>
                        array(5) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["START"]=>
                          object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "start"
                            ["phpName":protected]=>
                            string(5) "Start"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["END"]=>
                          object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "end"
                            ["phpName":protected]=>
                            string(3) "End"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["POINTS"]=>
                          object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "points"
                            ["phpName":protected]=>
                            string(6) "Points"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["IDOLD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "idold"
                            ["phpName":protected]=>
                            string(5) "Idold"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(5) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Start"]=>
                          object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "start"
                            ["phpName":protected]=>
                            string(5) "Start"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["End"]=>
                          object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "end"
                            ["phpName":protected]=>
                            string(3) "End"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Points"]=>
                          object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "points"
                            ["phpName":protected]=>
                            string(6) "Points"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Idold"]=>
                          object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(5) "idold"
                            ["phpName":protected]=>
                            string(5) "Idold"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(35) {
                          ["Id"]=>
                          string(2) "ID"
                          ["LeagueSeason.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["leagueSeason.id"]=>
                          string(2) "ID"
                          ["LeagueSeasonTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["league_season.id"]=>
                          string(2) "ID"
                          ["Start"]=>
                          string(5) "START"
                          ["LeagueSeason.Start"]=>
                          string(5) "START"
                          ["start"]=>
                          string(5) "START"
                          ["leagueSeason.start"]=>
                          string(5) "START"
                          ["LeagueSeasonTableMap::COL_START"]=>
                          string(5) "START"
                          ["COL_START"]=>
                          string(5) "START"
                          ["league_season.start"]=>
                          string(5) "START"
                          ["End"]=>
                          string(3) "END"
                          ["LeagueSeason.End"]=>
                          string(3) "END"
                          ["end"]=>
                          string(3) "END"
                          ["leagueSeason.end"]=>
                          string(3) "END"
                          ["LeagueSeasonTableMap::COL_END"]=>
                          string(3) "END"
                          ["COL_END"]=>
                          string(3) "END"
                          ["league_season.end"]=>
                          string(3) "END"
                          ["Points"]=>
                          string(6) "POINTS"
                          ["LeagueSeason.Points"]=>
                          string(6) "POINTS"
                          ["points"]=>
                          string(6) "POINTS"
                          ["leagueSeason.points"]=>
                          string(6) "POINTS"
                          ["LeagueSeasonTableMap::COL_POINTS"]=>
                          string(6) "POINTS"
                          ["COL_POINTS"]=>
                          string(6) "POINTS"
                          ["league_season.points"]=>
                          string(6) "POINTS"
                          ["Idold"]=>
                          string(5) "IDOLD"
                          ["LeagueSeason.Idold"]=>
                          string(5) "IDOLD"
                          ["idold"]=>
                          string(5) "IDOLD"
                          ["leagueSeason.idold"]=>
                          string(5) "IDOLD"
                          ["LeagueSeasonTableMap::COL_IDOLD"]=>
                          string(5) "IDOLD"
                          ["COL_IDOLD"]=>
                          string(5) "IDOLD"
                          ["league_season.idold"]=>
                          string(5) "IDOLD"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(13) "league_season"
                        ["phpName":protected]=>
                        string(12) "LeagueSeason"
                        ["classname":protected]=>
                        string(13) "\LeagueSeason"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(0) {
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["\LeagueSeasonName"]=>
                      object(Map\LeagueSeasonNameTableMap)#67 (17) {
                        ["columns":protected]=>
                        array(12) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "league"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "league_id"
                            ["phpName":protected]=>
                            string(8) "LeagueId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_NAME_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_name"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_name_id"
                            ["phpName":protected]=>
                            string(12) "LeagueNameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LEAGUE_SEASON_ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(13) "league_season"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "league_season_id"
                            ["phpName":protected]=>
                            string(14) "LeagueSeasonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HAVE_STANDING"]=>
                          object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "have_standing"
                            ["phpName":protected]=>
                            string(12) "HaveStanding"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ORD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(5)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NR_GAMES"]=>
                          object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "nr_games"
                            ["phpName":protected]=>
                            string(7) "NrGames"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NR_STAGES"]=>
                          object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "nr_stages"
                            ["phpName":protected]=>
                            string(8) "NrStages"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HAVE_GAME_DETAIL"]=>
                          object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "have_game_detail"
                            ["phpName":protected]=>
                            string(14) "HaveGameDetail"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HAVE_ASSISTANT_REFEREE"]=>
                          object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(22) "have_assistant_referee"
                            ["phpName":protected]=>
                            string(20) "HaveAssistantReferee"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(12) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "league"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "league_id"
                            ["phpName":protected]=>
                            string(8) "LeagueId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueNameId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_name"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_name_id"
                            ["phpName":protected]=>
                            string(12) "LeagueNameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["LeagueSeasonId"]=>
                          object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(13) "league_season"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "league_season_id"
                            ["phpName":protected]=>
                            string(14) "LeagueSeasonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HaveStanding"]=>
                          object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(13) "have_standing"
                            ["phpName":protected]=>
                            string(12) "HaveStanding"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Ord"]=>
                          object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(5)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NrGames"]=>
                          object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "nr_games"
                            ["phpName":protected]=>
                            string(7) "NrGames"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NrStages"]=>
                          object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "nr_stages"
                            ["phpName":protected]=>
                            string(8) "NrStages"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HaveGameDetail"]=>
                          object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "have_game_detail"
                            ["phpName":protected]=>
                            string(14) "HaveGameDetail"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["HaveAssistantReferee"]=>
                          object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                            ["type":protected]=>
                            string(7) "BOOLEAN"
                            ["size":protected]=>
                            int(1)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(22) "have_assistant_referee"
                            ["phpName":protected]=>
                            string(20) "HaveAssistantReferee"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(92) {
                          ["Id"]=>
                          string(2) "ID"
                          ["LeagueSeasonName.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["leagueSeasonName.id"]=>
                          string(2) "ID"
                          ["LeagueSeasonNameTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["league_season_name.id"]=>
                          string(2) "ID"
                          ["LeagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["LeagueSeasonName.LeagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["leagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["leagueSeasonName.leagueId"]=>
                          string(9) "LEAGUE_ID"
                          ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                          string(9) "LEAGUE_ID"
                          ["COL_LEAGUE_ID"]=>
                          string(9) "LEAGUE_ID"
                          ["league_id"]=>
                          string(9) "LEAGUE_ID"
                          ["league_season_name.league_id"]=>
                          string(9) "LEAGUE_ID"
                          ["LeagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["LeagueSeasonName.LeagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["leagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["leagueSeasonName.leagueNameId"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["COL_LEAGUE_NAME_ID"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["league_name_id"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["league_season_name.league_name_id"]=>
                          string(14) "LEAGUE_NAME_ID"
                          ["LeagueSeasonId"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["LeagueSeasonName.LeagueSeasonId"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["leagueSeasonId"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["leagueSeasonName.leagueSeasonId"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["COL_LEAGUE_SEASON_ID"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["league_season_id"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["league_season_name.league_season_id"]=>
                          string(16) "LEAGUE_SEASON_ID"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["LeagueSeasonName.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["leagueSeasonName.slug"]=>
                          string(4) "SLUG"
                          ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                          ["league_season_name.slug"]=>
                          string(4) "SLUG"
                          ["Name"]=>
                          string(4) "NAME"
                          ["LeagueSeasonName.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["leagueSeasonName.name"]=>
                          string(4) "NAME"
                          ["LeagueSeasonNameTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["league_season_name.name"]=>
                          string(4) "NAME"
                          ["HaveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["LeagueSeasonName.HaveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["haveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["leagueSeasonName.haveStanding"]=>
                          string(13) "HAVE_STANDING"
                          ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                          string(13) "HAVE_STANDING"
                          ["COL_HAVE_STANDING"]=>
                          string(13) "HAVE_STANDING"
                          ["have_standing"]=>
                          string(13) "HAVE_STANDING"
                          ["league_season_name.have_standing"]=>
                          string(13) "HAVE_STANDING"
                          ["Ord"]=>
                          string(3) "ORD"
                          ["LeagueSeasonName.Ord"]=>
                          string(3) "ORD"
                          ["ord"]=>
                          string(3) "ORD"
                          ["leagueSeasonName.ord"]=>
                          string(3) "ORD"
                          ["LeagueSeasonNameTableMap::COL_ORD"]=>
                          string(3) "ORD"
                          ["COL_ORD"]=>
                          string(3) "ORD"
                          ["league_season_name.ord"]=>
                          string(3) "ORD"
                          ["NrGames"]=>
                          string(8) "NR_GAMES"
                          ["LeagueSeasonName.NrGames"]=>
                          string(8) "NR_GAMES"
                          ["nrGames"]=>
                          string(8) "NR_GAMES"
                          ["leagueSeasonName.nrGames"]=>
                          string(8) "NR_GAMES"
                          ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                          string(8) "NR_GAMES"
                          ["COL_NR_GAMES"]=>
                          string(8) "NR_GAMES"
                          ["nr_games"]=>
                          string(8) "NR_GAMES"
                          ["league_season_name.nr_games"]=>
                          string(8) "NR_GAMES"
                          ["NrStages"]=>
                          string(9) "NR_STAGES"
                          ["LeagueSeasonName.NrStages"]=>
                          string(9) "NR_STAGES"
                          ["nrStages"]=>
                          string(9) "NR_STAGES"
                          ["leagueSeasonName.nrStages"]=>
                          string(9) "NR_STAGES"
                          ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                          string(9) "NR_STAGES"
                          ["COL_NR_STAGES"]=>
                          string(9) "NR_STAGES"
                          ["nr_stages"]=>
                          string(9) "NR_STAGES"
                          ["league_season_name.nr_stages"]=>
                          string(9) "NR_STAGES"
                          ["HaveGameDetail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["LeagueSeasonName.HaveGameDetail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["haveGameDetail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["leagueSeasonName.haveGameDetail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["COL_HAVE_GAME_DETAIL"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["have_game_detail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["league_season_name.have_game_detail"]=>
                          string(16) "HAVE_GAME_DETAIL"
                          ["HaveAssistantReferee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["LeagueSeasonName.HaveAssistantReferee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["haveAssistantReferee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["leagueSeasonName.haveAssistantReferee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["COL_HAVE_ASSISTANT_REFEREE"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["have_assistant_referee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                          ["league_season_name.have_assistant_referee"]=>
                          string(22) "HAVE_ASSISTANT_REFEREE"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(18) "league_season_name"
                        ["phpName":protected]=>
                        string(16) "LeagueSeasonName"
                        ["classname":protected]=>
                        string(17) "\LeagueSeasonName"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(3) {
                          ["league_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(6) "league"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(9) "league_id"
                            ["phpName":protected]=>
                            string(8) "LeagueId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["league_name_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(11) "league_name"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(14) "league_name_id"
                            ["phpName":protected]=>
                            string(12) "LeagueNameId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["league_season_id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(13) "league_season"
                            ["relatedColumnName":protected]=>
                            string(2) "id"
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(16) "league_season_id"
                            ["phpName":protected]=>
                            string(14) "LeagueSeasonId"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                      ["\NationalGame"]=>
                      string(25) "\Map\NationalGameTableMap"
                      ["\NationalGameCard"]=>
                      string(29) "\Map\NationalGameCardTableMap"
                      ["\NationalGameCoach"]=>
                      string(30) "\Map\NationalGameCoachTableMap"
                      ["\NationalGameGoal"]=>
                      string(29) "\Map\NationalGameGoalTableMap"
                      ["\NationalGamePlayer"]=>
                      string(31) "\Map\NationalGamePlayerTableMap"
                      ["\NationalGameReferee"]=>
                      string(32) "\Map\NationalGameRefereeTableMap"
                      ["\NationalGameType"]=>
                      string(29) "\Map\NationalGameTypeTableMap"
                      ["\NationalTournament"]=>
                      string(31) "\Map\NationalTournamentTableMap"
                      ["\NationalTournamentName"]=>
                      string(35) "\Map\NationalTournamentNameTableMap"
                      ["\ObjectResourceLink"]=>
                      string(31) "\Map\ObjectResourceLinkTableMap"
                      ["\ObjectResourcePrivate"]=>
                      string(34) "\Map\ObjectResourcePrivateTableMap"
                      ["\ObjectResourcePrivateContent"]=>
                      string(41) "\Map\ObjectResourcePrivateContentTableMap"
                      ["\ObjectResourcePrivateMetadata"]=>
                      string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                      ["\ObjectResourcePrivateName"]=>
                      string(38) "\Map\ObjectResourcePrivateNameTableMap"
                      ["\Person"]=>
                      string(19) "\Map\PersonTableMap"
                      ["\PersonMap"]=>
                      string(22) "\Map\PersonMapTableMap"
                      ["\PlayerType"]=>
                      string(23) "\Map\PlayerTypeTableMap"
                      ["\Stage"]=>
                      object(Map\StageTableMap)#84 (17) {
                        ["columns":protected]=>
                        array(8) {
                          ["ID"]=>
                          object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SHORT_NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "short_name"
                            ["phpName":protected]=>
                            string(9) "ShortName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["PREFIX"]=>
                          object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "prefix"
                            ["phpName":protected]=>
                            string(6) "Prefix"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SUFFIX"]=>
                          object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "suffix"
                            ["phpName":protected]=>
                            string(6) "Suffix"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MAP_NAME"]=>
                          object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "map_name"
                            ["phpName":protected]=>
                            string(7) "MapName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["SLUG"]=>
                          object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ORD"]=>
                          object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["columnsByPhpName":protected]=>
                        array(8) {
                          ["Id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Name"]=>
                          object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "name"
                            ["phpName":protected]=>
                            string(4) "Name"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["ShortName"]=>
                          object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(10) "short_name"
                            ["phpName":protected]=>
                            string(9) "ShortName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Prefix"]=>
                          object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "prefix"
                            ["phpName":protected]=>
                            string(6) "Prefix"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Suffix"]=>
                          object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(6) "suffix"
                            ["phpName":protected]=>
                            string(6) "Suffix"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["MapName"]=>
                          object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                            ["type":protected]=>
                            string(11) "LONGVARCHAR"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(8) "map_name"
                            ["phpName":protected]=>
                            string(7) "MapName"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Slug"]=>
                          object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                            ["type":protected]=>
                            string(7) "VARCHAR"
                            ["size":protected]=>
                            int(250)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(4) "slug"
                            ["phpName":protected]=>
                            string(4) "Slug"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                          ["Ord"]=>
                          object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                            ["type":protected]=>
                            string(8) "SMALLINT"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(false)
                            ["notNull":protected]=>
                            bool(false)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(3) "ord"
                            ["phpName":protected]=>
                            string(3) "Ord"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["normalizedColumnNameMap":protected]=>
                        array(52) {
                          ["Id"]=>
                          string(2) "ID"
                          ["Stage.Id"]=>
                          string(2) "ID"
                          ["id"]=>
                          string(2) "ID"
                          ["stage.id"]=>
                          string(2) "ID"
                          ["StageTableMap::COL_ID"]=>
                          string(2) "ID"
                          ["COL_ID"]=>
                          string(2) "ID"
                          ["Name"]=>
                          string(4) "NAME"
                          ["Stage.Name"]=>
                          string(4) "NAME"
                          ["name"]=>
                          string(4) "NAME"
                          ["stage.name"]=>
                          string(4) "NAME"
                          ["StageTableMap::COL_NAME"]=>
                          string(4) "NAME"
                          ["COL_NAME"]=>
                          string(4) "NAME"
                          ["ShortName"]=>
                          string(10) "SHORT_NAME"
                          ["Stage.ShortName"]=>
                          string(10) "SHORT_NAME"
                          ["shortName"]=>
                          string(10) "SHORT_NAME"
                          ["stage.shortName"]=>
                          string(10) "SHORT_NAME"
                          ["StageTableMap::COL_SHORT_NAME"]=>
                          string(10) "SHORT_NAME"
                          ["COL_SHORT_NAME"]=>
                          string(10) "SHORT_NAME"
                          ["short_name"]=>
                          string(10) "SHORT_NAME"
                          ["stage.short_name"]=>
                          string(10) "SHORT_NAME"
                          ["Prefix"]=>
                          string(6) "PREFIX"
                          ["Stage.Prefix"]=>
                          string(6) "PREFIX"
                          ["prefix"]=>
                          string(6) "PREFIX"
                          ["stage.prefix"]=>
                          string(6) "PREFIX"
                          ["StageTableMap::COL_PREFIX"]=>
                          string(6) "PREFIX"
                          ["COL_PREFIX"]=>
                          string(6) "PREFIX"
                          ["Suffix"]=>
                          string(6) "SUFFIX"
                          ["Stage.Suffix"]=>
                          string(6) "SUFFIX"
                          ["suffix"]=>
                          string(6) "SUFFIX"
                          ["stage.suffix"]=>
                          string(6) "SUFFIX"
                          ["StageTableMap::COL_SUFFIX"]=>
                          string(6) "SUFFIX"
                          ["COL_SUFFIX"]=>
                          string(6) "SUFFIX"
                          ["MapName"]=>
                          string(8) "MAP_NAME"
                          ["Stage.MapName"]=>
                          string(8) "MAP_NAME"
                          ["mapName"]=>
                          string(8) "MAP_NAME"
                          ["stage.mapName"]=>
                          string(8) "MAP_NAME"
                          ["StageTableMap::COL_MAP_NAME"]=>
                          string(8) "MAP_NAME"
                          ["COL_MAP_NAME"]=>
                          string(8) "MAP_NAME"
                          ["map_name"]=>
                          string(8) "MAP_NAME"
                          ["stage.map_name"]=>
                          string(8) "MAP_NAME"
                          ["Slug"]=>
                          string(4) "SLUG"
                          ["Stage.Slug"]=>
                          string(4) "SLUG"
                          ["slug"]=>
                          string(4) "SLUG"
                          ["stage.slug"]=>
                          string(4) "SLUG"
                          ["StageTableMap::COL_SLUG"]=>
                          string(4) "SLUG"
                          ["COL_SLUG"]=>
                          string(4) "SLUG"
                          ["Ord"]=>
                          string(3) "ORD"
                          ["Stage.Ord"]=>
                          string(3) "ORD"
                          ["ord"]=>
                          string(3) "ORD"
                          ["stage.ord"]=>
                          string(3) "ORD"
                          ["StageTableMap::COL_ORD"]=>
                          string(3) "ORD"
                          ["COL_ORD"]=>
                          string(3) "ORD"
                        }
                        ["dbMap":protected]=>
                        *RECURSION*
                        ["tableName":protected]=>
                        string(5) "stage"
                        ["phpName":protected]=>
                        string(5) "Stage"
                        ["classname":protected]=>
                        string(6) "\Stage"
                        ["package":protected]=>
                        string(9) "lib.model"
                        ["useIdGenerator":protected]=>
                        bool(true)
                        ["isSingleTableInheritance":protected]=>
                        bool(false)
                        ["isCrossRef":protected]=>
                        bool(false)
                        ["primaryKeys":protected]=>
                        array(1) {
                          ["id"]=>
                          object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                            ["type":protected]=>
                            string(7) "INTEGER"
                            ["size":protected]=>
                            int(0)
                            ["pk":protected]=>
                            bool(true)
                            ["notNull":protected]=>
                            bool(true)
                            ["defaultValue":protected]=>
                            NULL
                            ["relatedTableName":protected]=>
                            string(0) ""
                            ["relatedColumnName":protected]=>
                            string(0) ""
                            ["table":protected]=>
                            *RECURSION*
                            ["columnName":protected]=>
                            string(2) "id"
                            ["phpName":protected]=>
                            string(2) "Id"
                            ["valueSet":protected]=>
                            array(0) {
                            }
                            ["isPkString":protected]=>
                            bool(false)
                          }
                        }
                        ["foreignKeys":protected]=>
                        array(0) {
                        }
                        ["relations":protected]=>
                        array(0) {
                        }
                        ["relationsBuilt":protected]=>
                        bool(false)
                        ["pkInfo":protected]=>
                        NULL
                        ["identifierQuoting":protected]=>
                        bool(false)
                      }
                    }
                  }
                  ["tableName":protected]=>
                  string(11) "league_game"
                  ["phpName":protected]=>
                  string(10) "LeagueGame"
                  ["classname":protected]=>
                  string(11) "\LeagueGame"
                  ["package":protected]=>
                  string(9) "lib.model"
                  ["useIdGenerator":protected]=>
                  bool(true)
                  ["isSingleTableInheritance":protected]=>
                  bool(false)
                  ["isCrossRef":protected]=>
                  bool(false)
                  ["primaryKeys":protected]=>
                  array(1) {
                    ["id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(true)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(0) ""
                      ["relatedColumnName":protected]=>
                      string(0) ""
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(2) "id"
                      ["phpName":protected]=>
                      string(2) "Id"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                  }
                  ["foreignKeys":protected]=>
                  array(6) {
                    ["league_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(6) "league"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(9) "league_id"
                      ["phpName":protected]=>
                      string(8) "LeagueId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["league_name_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(11) "league_name"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(14) "league_name_id"
                      ["phpName":protected]=>
                      string(12) "LeagueNameId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["home_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "home_id"
                      ["phpName":protected]=>
                      string(6) "HomeId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["away_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(false)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(4) "club"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(7) "away_id"
                      ["phpName":protected]=>
                      string(6) "AwayId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["stage_id"]=>
                    object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                      ["type":protected]=>
                      string(7) "INTEGER"
                      ["size":protected]=>
                      int(0)
                      ["pk":protected]=>
                      bool(false)
                      ["notNull":protected]=>
                      bool(true)
                      ["defaultValue":protected]=>
                      NULL
                      ["relatedTableName":protected]=>
                      string(5) "stage"
                      ["relatedColumnName":protected]=>
                      string(2) "id"
                      ["table":protected]=>
                      *RECURSION*
                      ["columnName":protected]=>
                      string(8) "stage_id"
                      ["phpName":protected]=>
                      string(7) "StageId"
                      ["valueSet":protected]=>
                      array(0) {
                      }
                      ["isPkString":protected]=>
                      bool(false)
                    }
                    ["season_id"]=>
                    *RECURSION*
                  }
                  ["relations":protected]=>
                  array(0) {
                  }
                  ["relationsBuilt":protected]=>
                  bool(false)
                  ["pkInfo":protected]=>
                  NULL
                  ["identifierQuoting":protected]=>
                  bool(false)
                }
                ["columnName":protected]=>
                string(9) "season_id"
                ["phpName":protected]=>
                string(8) "SeasonId"
                ["valueSet":protected]=>
                array(0) {
                }
                ["isPkString":protected]=>
                bool(false)
              }
            }
            ["currentAlias":protected]=>
            string(0) ""
            ["foundMatch":protected]=>
            bool(true)
            ["modelName":protected]=>
            string(10) "LeagueGame"
            ["modelTableMapName":protected]=>
            string(23) "\Map\LeagueGameTableMap"
            ["useAliasInSQL":protected]=>
            bool(false)
            ["modelAlias":protected]=>
            NULL
            ["tableMap":protected]=>
            object(Map\LeagueGameTableMap)#10 (17) {
              ["columns":protected]=>
              array(34) {
                ["ID"]=>
                object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(true)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(2) "id"
                  ["phpName":protected]=>
                  string(2) "Id"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["LEAGUE_ID"]=>
                object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(6) "league"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(9) "league_id"
                  ["phpName":protected]=>
                  string(8) "LeagueId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["LEAGUE_NAME_ID"]=>
                object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(11) "league_name"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(14) "league_name_id"
                  ["phpName":protected]=>
                  string(12) "LeagueNameId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["HOME_ID"]=>
                object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(4) "club"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(7) "home_id"
                  ["phpName":protected]=>
                  string(6) "HomeId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["AWAY_ID"]=>
                object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(4) "club"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(7) "away_id"
                  ["phpName":protected]=>
                  string(6) "AwayId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SC1"]=>
                object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(3) "sc1"
                  ["phpName":protected]=>
                  string(3) "Sc1"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SC2"]=>
                object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(3) "sc2"
                  ["phpName":protected]=>
                  string(3) "Sc2"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SCH1"]=>
                object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "sch1"
                  ["phpName":protected]=>
                  string(4) "Sch1"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SCH2"]=>
                object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "sch2"
                  ["phpName":protected]=>
                  string(4) "Sch2"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SCO1"]=>
                object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "sco1"
                  ["phpName":protected]=>
                  string(4) "Sco1"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SCO2"]=>
                object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "sco2"
                  ["phpName":protected]=>
                  string(4) "Sco2"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SCP1"]=>
                object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "scp1"
                  ["phpName":protected]=>
                  string(4) "Scp1"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SCP2"]=>
                object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "scp2"
                  ["phpName":protected]=>
                  string(4) "Scp2"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["DATE"]=>
                object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                  ["type":protected]=>
                  string(9) "TIMESTAMP"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "date"
                  ["phpName":protected]=>
                  string(4) "Date"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["HOUR"]=>
                object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                  ["type":protected]=>
                  string(4) "TIME"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "hour"
                  ["phpName":protected]=>
                  string(4) "Hour"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["NR_OF_SPECTATORS"]=>
                object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(16) "nr_of_spectators"
                  ["phpName":protected]=>
                  string(14) "NrOfSpectators"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["STAGE_ID"]=>
                object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(5) "stage"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(8) "stage_id"
                  ["phpName":protected]=>
                  string(7) "StageId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SEASON_ID"]=>
                object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(13) "league_season"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(9) "season_id"
                  ["phpName":protected]=>
                  string(8) "SeasonId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["EXTRATIME"]=>
                object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(9) "extratime"
                  ["phpName":protected]=>
                  string(9) "Extratime"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["PENALTYSHOOTS"]=>
                object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(13) "penaltyshoots"
                  ["phpName":protected]=>
                  string(13) "Penaltyshoots"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["DESCRIPTION"]=>
                object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                  ["type":protected]=>
                  string(11) "LONGVARCHAR"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(11) "description"
                  ["phpName":protected]=>
                  string(11) "Description"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["JSON_NOTICE"]=>
                object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                  ["type":protected]=>
                  string(11) "LONGVARCHAR"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(11) "json_notice"
                  ["phpName":protected]=>
                  string(10) "JsonNotice"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["TYPE"]=>
                object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "type"
                  ["phpName":protected]=>
                  string(4) "Type"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SHOW_DETAILS"]=>
                object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(12) "show_details"
                  ["phpName":protected]=>
                  string(11) "ShowDetails"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["CANCELED"]=>
                object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(8) "canceled"
                  ["phpName":protected]=>
                  string(8) "Canceled"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["ANNULLED"]=>
                object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(8) "annulled"
                  ["phpName":protected]=>
                  string(8) "Annulled"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["HIDE_SCORE"]=>
                object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(10) "hide_score"
                  ["phpName":protected]=>
                  string(9) "HideScore"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SCORE_DETAIL"]=>
                object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                  ["type":protected]=>
                  string(7) "VARCHAR"
                  ["size":protected]=>
                  int(255)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(12) "score_detail"
                  ["phpName":protected]=>
                  string(11) "ScoreDetail"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["PLAYED"]=>
                object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                  ["type":protected]=>
                  string(7) "BOOLEAN"
                  ["size":protected]=>
                  int(1)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(6) "played"
                  ["phpName":protected]=>
                  string(6) "Played"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["REPLAYED"]=>
                object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(8) "replayed"
                  ["phpName":protected]=>
                  string(8) "Replayed"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["AWARDED"]=>
                object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                  ["type":protected]=>
                  string(7) "BOOLEAN"
                  ["size":protected]=>
                  int(1)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(7) "awarded"
                  ["phpName":protected]=>
                  string(7) "Awarded"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["IMPORT_URL"]=>
                object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                  ["type":protected]=>
                  string(11) "LONGVARCHAR"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(10) "import_url"
                  ["phpName":protected]=>
                  string(9) "ImportUrl"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["IMPORT_ERROR"]=>
                object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                  ["type":protected]=>
                  string(7) "BOOLEAN"
                  ["size":protected]=>
                  int(1)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(12) "import_error"
                  ["phpName":protected]=>
                  string(11) "ImportError"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SKIP_VALIDATION"]=>
                object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                  ["type":protected]=>
                  string(11) "LONGVARCHAR"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(15) "skip_validation"
                  ["phpName":protected]=>
                  string(14) "SkipValidation"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
              }
              ["columnsByPhpName":protected]=>
              array(34) {
                ["Id"]=>
                object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(true)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(2) "id"
                  ["phpName":protected]=>
                  string(2) "Id"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["LeagueId"]=>
                object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(6) "league"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(9) "league_id"
                  ["phpName":protected]=>
                  string(8) "LeagueId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["LeagueNameId"]=>
                object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(11) "league_name"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(14) "league_name_id"
                  ["phpName":protected]=>
                  string(12) "LeagueNameId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["HomeId"]=>
                object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(4) "club"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(7) "home_id"
                  ["phpName":protected]=>
                  string(6) "HomeId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["AwayId"]=>
                object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(4) "club"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(7) "away_id"
                  ["phpName":protected]=>
                  string(6) "AwayId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Sc1"]=>
                object(Propel\Runtime\Map\ColumnMap)#16 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(3) "sc1"
                  ["phpName":protected]=>
                  string(3) "Sc1"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Sc2"]=>
                object(Propel\Runtime\Map\ColumnMap)#17 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(3) "sc2"
                  ["phpName":protected]=>
                  string(3) "Sc2"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Sch1"]=>
                object(Propel\Runtime\Map\ColumnMap)#18 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "sch1"
                  ["phpName":protected]=>
                  string(4) "Sch1"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Sch2"]=>
                object(Propel\Runtime\Map\ColumnMap)#19 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "sch2"
                  ["phpName":protected]=>
                  string(4) "Sch2"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Sco1"]=>
                object(Propel\Runtime\Map\ColumnMap)#20 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "sco1"
                  ["phpName":protected]=>
                  string(4) "Sco1"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Sco2"]=>
                object(Propel\Runtime\Map\ColumnMap)#21 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "sco2"
                  ["phpName":protected]=>
                  string(4) "Sco2"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Scp1"]=>
                object(Propel\Runtime\Map\ColumnMap)#22 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "scp1"
                  ["phpName":protected]=>
                  string(4) "Scp1"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Scp2"]=>
                object(Propel\Runtime\Map\ColumnMap)#23 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "scp2"
                  ["phpName":protected]=>
                  string(4) "Scp2"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Date"]=>
                object(Propel\Runtime\Map\ColumnMap)#24 (12) {
                  ["type":protected]=>
                  string(9) "TIMESTAMP"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "date"
                  ["phpName":protected]=>
                  string(4) "Date"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Hour"]=>
                object(Propel\Runtime\Map\ColumnMap)#25 (12) {
                  ["type":protected]=>
                  string(4) "TIME"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "hour"
                  ["phpName":protected]=>
                  string(4) "Hour"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["NrOfSpectators"]=>
                object(Propel\Runtime\Map\ColumnMap)#26 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(16) "nr_of_spectators"
                  ["phpName":protected]=>
                  string(14) "NrOfSpectators"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["StageId"]=>
                object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(5) "stage"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(8) "stage_id"
                  ["phpName":protected]=>
                  string(7) "StageId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SeasonId"]=>
                object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(13) "league_season"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(9) "season_id"
                  ["phpName":protected]=>
                  string(8) "SeasonId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Extratime"]=>
                object(Propel\Runtime\Map\ColumnMap)#29 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(9) "extratime"
                  ["phpName":protected]=>
                  string(9) "Extratime"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Penaltyshoots"]=>
                object(Propel\Runtime\Map\ColumnMap)#30 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(13) "penaltyshoots"
                  ["phpName":protected]=>
                  string(13) "Penaltyshoots"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Description"]=>
                object(Propel\Runtime\Map\ColumnMap)#31 (12) {
                  ["type":protected]=>
                  string(11) "LONGVARCHAR"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(11) "description"
                  ["phpName":protected]=>
                  string(11) "Description"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["JsonNotice"]=>
                object(Propel\Runtime\Map\ColumnMap)#32 (12) {
                  ["type":protected]=>
                  string(11) "LONGVARCHAR"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(11) "json_notice"
                  ["phpName":protected]=>
                  string(10) "JsonNotice"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Type"]=>
                object(Propel\Runtime\Map\ColumnMap)#33 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(4) "type"
                  ["phpName":protected]=>
                  string(4) "Type"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["ShowDetails"]=>
                object(Propel\Runtime\Map\ColumnMap)#34 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(12) "show_details"
                  ["phpName":protected]=>
                  string(11) "ShowDetails"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Canceled"]=>
                object(Propel\Runtime\Map\ColumnMap)#35 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(8) "canceled"
                  ["phpName":protected]=>
                  string(8) "Canceled"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Annulled"]=>
                object(Propel\Runtime\Map\ColumnMap)#36 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(8) "annulled"
                  ["phpName":protected]=>
                  string(8) "Annulled"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["HideScore"]=>
                object(Propel\Runtime\Map\ColumnMap)#37 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(10) "hide_score"
                  ["phpName":protected]=>
                  string(9) "HideScore"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["ScoreDetail"]=>
                object(Propel\Runtime\Map\ColumnMap)#38 (12) {
                  ["type":protected]=>
                  string(7) "VARCHAR"
                  ["size":protected]=>
                  int(255)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(12) "score_detail"
                  ["phpName":protected]=>
                  string(11) "ScoreDetail"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Played"]=>
                object(Propel\Runtime\Map\ColumnMap)#39 (12) {
                  ["type":protected]=>
                  string(7) "BOOLEAN"
                  ["size":protected]=>
                  int(1)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(6) "played"
                  ["phpName":protected]=>
                  string(6) "Played"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Replayed"]=>
                object(Propel\Runtime\Map\ColumnMap)#40 (12) {
                  ["type":protected]=>
                  string(8) "SMALLINT"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(8) "replayed"
                  ["phpName":protected]=>
                  string(8) "Replayed"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["Awarded"]=>
                object(Propel\Runtime\Map\ColumnMap)#41 (12) {
                  ["type":protected]=>
                  string(7) "BOOLEAN"
                  ["size":protected]=>
                  int(1)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(7) "awarded"
                  ["phpName":protected]=>
                  string(7) "Awarded"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["ImportUrl"]=>
                object(Propel\Runtime\Map\ColumnMap)#42 (12) {
                  ["type":protected]=>
                  string(11) "LONGVARCHAR"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(10) "import_url"
                  ["phpName":protected]=>
                  string(9) "ImportUrl"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["ImportError"]=>
                object(Propel\Runtime\Map\ColumnMap)#43 (12) {
                  ["type":protected]=>
                  string(7) "BOOLEAN"
                  ["size":protected]=>
                  int(1)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(12) "import_error"
                  ["phpName":protected]=>
                  string(11) "ImportError"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["SkipValidation"]=>
                object(Propel\Runtime\Map\ColumnMap)#44 (12) {
                  ["type":protected]=>
                  string(11) "LONGVARCHAR"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(15) "skip_validation"
                  ["phpName":protected]=>
                  string(14) "SkipValidation"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
              }
              ["normalizedColumnNameMap":protected]=>
              array(252) {
                ["Id"]=>
                string(2) "ID"
                ["LeagueGame.Id"]=>
                string(2) "ID"
                ["id"]=>
                string(2) "ID"
                ["leagueGame.id"]=>
                string(2) "ID"
                ["LeagueGameTableMap::COL_ID"]=>
                string(2) "ID"
                ["COL_ID"]=>
                string(2) "ID"
                ["league_game.id"]=>
                string(2) "ID"
                ["LeagueId"]=>
                string(9) "LEAGUE_ID"
                ["LeagueGame.LeagueId"]=>
                string(9) "LEAGUE_ID"
                ["leagueId"]=>
                string(9) "LEAGUE_ID"
                ["leagueGame.leagueId"]=>
                string(9) "LEAGUE_ID"
                ["LeagueGameTableMap::COL_LEAGUE_ID"]=>
                string(9) "LEAGUE_ID"
                ["COL_LEAGUE_ID"]=>
                string(9) "LEAGUE_ID"
                ["league_id"]=>
                string(9) "LEAGUE_ID"
                ["league_game.league_id"]=>
                string(9) "LEAGUE_ID"
                ["LeagueNameId"]=>
                string(14) "LEAGUE_NAME_ID"
                ["LeagueGame.LeagueNameId"]=>
                string(14) "LEAGUE_NAME_ID"
                ["leagueNameId"]=>
                string(14) "LEAGUE_NAME_ID"
                ["leagueGame.leagueNameId"]=>
                string(14) "LEAGUE_NAME_ID"
                ["LeagueGameTableMap::COL_LEAGUE_NAME_ID"]=>
                string(14) "LEAGUE_NAME_ID"
                ["COL_LEAGUE_NAME_ID"]=>
                string(14) "LEAGUE_NAME_ID"
                ["league_name_id"]=>
                string(14) "LEAGUE_NAME_ID"
                ["league_game.league_name_id"]=>
                string(14) "LEAGUE_NAME_ID"
                ["HomeId"]=>
                string(7) "HOME_ID"
                ["LeagueGame.HomeId"]=>
                string(7) "HOME_ID"
                ["homeId"]=>
                string(7) "HOME_ID"
                ["leagueGame.homeId"]=>
                string(7) "HOME_ID"
                ["LeagueGameTableMap::COL_HOME_ID"]=>
                string(7) "HOME_ID"
                ["COL_HOME_ID"]=>
                string(7) "HOME_ID"
                ["home_id"]=>
                string(7) "HOME_ID"
                ["league_game.home_id"]=>
                string(7) "HOME_ID"
                ["AwayId"]=>
                string(7) "AWAY_ID"
                ["LeagueGame.AwayId"]=>
                string(7) "AWAY_ID"
                ["awayId"]=>
                string(7) "AWAY_ID"
                ["leagueGame.awayId"]=>
                string(7) "AWAY_ID"
                ["LeagueGameTableMap::COL_AWAY_ID"]=>
                string(7) "AWAY_ID"
                ["COL_AWAY_ID"]=>
                string(7) "AWAY_ID"
                ["away_id"]=>
                string(7) "AWAY_ID"
                ["league_game.away_id"]=>
                string(7) "AWAY_ID"
                ["Sc1"]=>
                string(3) "SC1"
                ["LeagueGame.Sc1"]=>
                string(3) "SC1"
                ["sc1"]=>
                string(3) "SC1"
                ["leagueGame.sc1"]=>
                string(3) "SC1"
                ["LeagueGameTableMap::COL_SC1"]=>
                string(3) "SC1"
                ["COL_SC1"]=>
                string(3) "SC1"
                ["league_game.sc1"]=>
                string(3) "SC1"
                ["Sc2"]=>
                string(3) "SC2"
                ["LeagueGame.Sc2"]=>
                string(3) "SC2"
                ["sc2"]=>
                string(3) "SC2"
                ["leagueGame.sc2"]=>
                string(3) "SC2"
                ["LeagueGameTableMap::COL_SC2"]=>
                string(3) "SC2"
                ["COL_SC2"]=>
                string(3) "SC2"
                ["league_game.sc2"]=>
                string(3) "SC2"
                ["Sch1"]=>
                string(4) "SCH1"
                ["LeagueGame.Sch1"]=>
                string(4) "SCH1"
                ["sch1"]=>
                string(4) "SCH1"
                ["leagueGame.sch1"]=>
                string(4) "SCH1"
                ["LeagueGameTableMap::COL_SCH1"]=>
                string(4) "SCH1"
                ["COL_SCH1"]=>
                string(4) "SCH1"
                ["league_game.sch1"]=>
                string(4) "SCH1"
                ["Sch2"]=>
                string(4) "SCH2"
                ["LeagueGame.Sch2"]=>
                string(4) "SCH2"
                ["sch2"]=>
                string(4) "SCH2"
                ["leagueGame.sch2"]=>
                string(4) "SCH2"
                ["LeagueGameTableMap::COL_SCH2"]=>
                string(4) "SCH2"
                ["COL_SCH2"]=>
                string(4) "SCH2"
                ["league_game.sch2"]=>
                string(4) "SCH2"
                ["Sco1"]=>
                string(4) "SCO1"
                ["LeagueGame.Sco1"]=>
                string(4) "SCO1"
                ["sco1"]=>
                string(4) "SCO1"
                ["leagueGame.sco1"]=>
                string(4) "SCO1"
                ["LeagueGameTableMap::COL_SCO1"]=>
                string(4) "SCO1"
                ["COL_SCO1"]=>
                string(4) "SCO1"
                ["league_game.sco1"]=>
                string(4) "SCO1"
                ["Sco2"]=>
                string(4) "SCO2"
                ["LeagueGame.Sco2"]=>
                string(4) "SCO2"
                ["sco2"]=>
                string(4) "SCO2"
                ["leagueGame.sco2"]=>
                string(4) "SCO2"
                ["LeagueGameTableMap::COL_SCO2"]=>
                string(4) "SCO2"
                ["COL_SCO2"]=>
                string(4) "SCO2"
                ["league_game.sco2"]=>
                string(4) "SCO2"
                ["Scp1"]=>
                string(4) "SCP1"
                ["LeagueGame.Scp1"]=>
                string(4) "SCP1"
                ["scp1"]=>
                string(4) "SCP1"
                ["leagueGame.scp1"]=>
                string(4) "SCP1"
                ["LeagueGameTableMap::COL_SCP1"]=>
                string(4) "SCP1"
                ["COL_SCP1"]=>
                string(4) "SCP1"
                ["league_game.scp1"]=>
                string(4) "SCP1"
                ["Scp2"]=>
                string(4) "SCP2"
                ["LeagueGame.Scp2"]=>
                string(4) "SCP2"
                ["scp2"]=>
                string(4) "SCP2"
                ["leagueGame.scp2"]=>
                string(4) "SCP2"
                ["LeagueGameTableMap::COL_SCP2"]=>
                string(4) "SCP2"
                ["COL_SCP2"]=>
                string(4) "SCP2"
                ["league_game.scp2"]=>
                string(4) "SCP2"
                ["Date"]=>
                string(4) "DATE"
                ["LeagueGame.Date"]=>
                string(4) "DATE"
                ["date"]=>
                string(4) "DATE"
                ["leagueGame.date"]=>
                string(4) "DATE"
                ["LeagueGameTableMap::COL_DATE"]=>
                string(4) "DATE"
                ["COL_DATE"]=>
                string(4) "DATE"
                ["league_game.date"]=>
                string(4) "DATE"
                ["Hour"]=>
                string(4) "HOUR"
                ["LeagueGame.Hour"]=>
                string(4) "HOUR"
                ["hour"]=>
                string(4) "HOUR"
                ["leagueGame.hour"]=>
                string(4) "HOUR"
                ["LeagueGameTableMap::COL_HOUR"]=>
                string(4) "HOUR"
                ["COL_HOUR"]=>
                string(4) "HOUR"
                ["league_game.hour"]=>
                string(4) "HOUR"
                ["NrOfSpectators"]=>
                string(16) "NR_OF_SPECTATORS"
                ["LeagueGame.NrOfSpectators"]=>
                string(16) "NR_OF_SPECTATORS"
                ["nrOfSpectators"]=>
                string(16) "NR_OF_SPECTATORS"
                ["leagueGame.nrOfSpectators"]=>
                string(16) "NR_OF_SPECTATORS"
                ["LeagueGameTableMap::COL_NR_OF_SPECTATORS"]=>
                string(16) "NR_OF_SPECTATORS"
                ["COL_NR_OF_SPECTATORS"]=>
                string(16) "NR_OF_SPECTATORS"
                ["nr_of_spectators"]=>
                string(16) "NR_OF_SPECTATORS"
                ["league_game.nr_of_spectators"]=>
                string(16) "NR_OF_SPECTATORS"
                ["StageId"]=>
                string(8) "STAGE_ID"
                ["LeagueGame.StageId"]=>
                string(8) "STAGE_ID"
                ["stageId"]=>
                string(8) "STAGE_ID"
                ["leagueGame.stageId"]=>
                string(8) "STAGE_ID"
                ["LeagueGameTableMap::COL_STAGE_ID"]=>
                string(8) "STAGE_ID"
                ["COL_STAGE_ID"]=>
                string(8) "STAGE_ID"
                ["stage_id"]=>
                string(8) "STAGE_ID"
                ["league_game.stage_id"]=>
                string(8) "STAGE_ID"
                ["SeasonId"]=>
                string(9) "SEASON_ID"
                ["LeagueGame.SeasonId"]=>
                string(9) "SEASON_ID"
                ["seasonId"]=>
                string(9) "SEASON_ID"
                ["leagueGame.seasonId"]=>
                string(9) "SEASON_ID"
                ["LeagueGameTableMap::COL_SEASON_ID"]=>
                string(9) "SEASON_ID"
                ["COL_SEASON_ID"]=>
                string(9) "SEASON_ID"
                ["season_id"]=>
                string(9) "SEASON_ID"
                ["league_game.season_id"]=>
                string(9) "SEASON_ID"
                ["Extratime"]=>
                string(9) "EXTRATIME"
                ["LeagueGame.Extratime"]=>
                string(9) "EXTRATIME"
                ["extratime"]=>
                string(9) "EXTRATIME"
                ["leagueGame.extratime"]=>
                string(9) "EXTRATIME"
                ["LeagueGameTableMap::COL_EXTRATIME"]=>
                string(9) "EXTRATIME"
                ["COL_EXTRATIME"]=>
                string(9) "EXTRATIME"
                ["league_game.extratime"]=>
                string(9) "EXTRATIME"
                ["Penaltyshoots"]=>
                string(13) "PENALTYSHOOTS"
                ["LeagueGame.Penaltyshoots"]=>
                string(13) "PENALTYSHOOTS"
                ["penaltyshoots"]=>
                string(13) "PENALTYSHOOTS"
                ["leagueGame.penaltyshoots"]=>
                string(13) "PENALTYSHOOTS"
                ["LeagueGameTableMap::COL_PENALTYSHOOTS"]=>
                string(13) "PENALTYSHOOTS"
                ["COL_PENALTYSHOOTS"]=>
                string(13) "PENALTYSHOOTS"
                ["league_game.penaltyshoots"]=>
                string(13) "PENALTYSHOOTS"
                ["Description"]=>
                string(11) "DESCRIPTION"
                ["LeagueGame.Description"]=>
                string(11) "DESCRIPTION"
                ["description"]=>
                string(11) "DESCRIPTION"
                ["leagueGame.description"]=>
                string(11) "DESCRIPTION"
                ["LeagueGameTableMap::COL_DESCRIPTION"]=>
                string(11) "DESCRIPTION"
                ["COL_DESCRIPTION"]=>
                string(11) "DESCRIPTION"
                ["league_game.description"]=>
                string(11) "DESCRIPTION"
                ["JsonNotice"]=>
                string(11) "JSON_NOTICE"
                ["LeagueGame.JsonNotice"]=>
                string(11) "JSON_NOTICE"
                ["jsonNotice"]=>
                string(11) "JSON_NOTICE"
                ["leagueGame.jsonNotice"]=>
                string(11) "JSON_NOTICE"
                ["LeagueGameTableMap::COL_JSON_NOTICE"]=>
                string(11) "JSON_NOTICE"
                ["COL_JSON_NOTICE"]=>
                string(11) "JSON_NOTICE"
                ["json_notice"]=>
                string(11) "JSON_NOTICE"
                ["league_game.json_notice"]=>
                string(11) "JSON_NOTICE"
                ["Type"]=>
                string(4) "TYPE"
                ["LeagueGame.Type"]=>
                string(4) "TYPE"
                ["type"]=>
                string(4) "TYPE"
                ["leagueGame.type"]=>
                string(4) "TYPE"
                ["LeagueGameTableMap::COL_TYPE"]=>
                string(4) "TYPE"
                ["COL_TYPE"]=>
                string(4) "TYPE"
                ["league_game.type"]=>
                string(4) "TYPE"
                ["ShowDetails"]=>
                string(12) "SHOW_DETAILS"
                ["LeagueGame.ShowDetails"]=>
                string(12) "SHOW_DETAILS"
                ["showDetails"]=>
                string(12) "SHOW_DETAILS"
                ["leagueGame.showDetails"]=>
                string(12) "SHOW_DETAILS"
                ["LeagueGameTableMap::COL_SHOW_DETAILS"]=>
                string(12) "SHOW_DETAILS"
                ["COL_SHOW_DETAILS"]=>
                string(12) "SHOW_DETAILS"
                ["show_details"]=>
                string(12) "SHOW_DETAILS"
                ["league_game.show_details"]=>
                string(12) "SHOW_DETAILS"
                ["Canceled"]=>
                string(8) "CANCELED"
                ["LeagueGame.Canceled"]=>
                string(8) "CANCELED"
                ["canceled"]=>
                string(8) "CANCELED"
                ["leagueGame.canceled"]=>
                string(8) "CANCELED"
                ["LeagueGameTableMap::COL_CANCELED"]=>
                string(8) "CANCELED"
                ["COL_CANCELED"]=>
                string(8) "CANCELED"
                ["league_game.canceled"]=>
                string(8) "CANCELED"
                ["Annulled"]=>
                string(8) "ANNULLED"
                ["LeagueGame.Annulled"]=>
                string(8) "ANNULLED"
                ["annulled"]=>
                string(8) "ANNULLED"
                ["leagueGame.annulled"]=>
                string(8) "ANNULLED"
                ["LeagueGameTableMap::COL_ANNULLED"]=>
                string(8) "ANNULLED"
                ["COL_ANNULLED"]=>
                string(8) "ANNULLED"
                ["league_game.annulled"]=>
                string(8) "ANNULLED"
                ["HideScore"]=>
                string(10) "HIDE_SCORE"
                ["LeagueGame.HideScore"]=>
                string(10) "HIDE_SCORE"
                ["hideScore"]=>
                string(10) "HIDE_SCORE"
                ["leagueGame.hideScore"]=>
                string(10) "HIDE_SCORE"
                ["LeagueGameTableMap::COL_HIDE_SCORE"]=>
                string(10) "HIDE_SCORE"
                ["COL_HIDE_SCORE"]=>
                string(10) "HIDE_SCORE"
                ["hide_score"]=>
                string(10) "HIDE_SCORE"
                ["league_game.hide_score"]=>
                string(10) "HIDE_SCORE"
                ["ScoreDetail"]=>
                string(12) "SCORE_DETAIL"
                ["LeagueGame.ScoreDetail"]=>
                string(12) "SCORE_DETAIL"
                ["scoreDetail"]=>
                string(12) "SCORE_DETAIL"
                ["leagueGame.scoreDetail"]=>
                string(12) "SCORE_DETAIL"
                ["LeagueGameTableMap::COL_SCORE_DETAIL"]=>
                string(12) "SCORE_DETAIL"
                ["COL_SCORE_DETAIL"]=>
                string(12) "SCORE_DETAIL"
                ["score_detail"]=>
                string(12) "SCORE_DETAIL"
                ["league_game.score_detail"]=>
                string(12) "SCORE_DETAIL"
                ["Played"]=>
                string(6) "PLAYED"
                ["LeagueGame.Played"]=>
                string(6) "PLAYED"
                ["played"]=>
                string(6) "PLAYED"
                ["leagueGame.played"]=>
                string(6) "PLAYED"
                ["LeagueGameTableMap::COL_PLAYED"]=>
                string(6) "PLAYED"
                ["COL_PLAYED"]=>
                string(6) "PLAYED"
                ["league_game.played"]=>
                string(6) "PLAYED"
                ["Replayed"]=>
                string(8) "REPLAYED"
                ["LeagueGame.Replayed"]=>
                string(8) "REPLAYED"
                ["replayed"]=>
                string(8) "REPLAYED"
                ["leagueGame.replayed"]=>
                string(8) "REPLAYED"
                ["LeagueGameTableMap::COL_REPLAYED"]=>
                string(8) "REPLAYED"
                ["COL_REPLAYED"]=>
                string(8) "REPLAYED"
                ["league_game.replayed"]=>
                string(8) "REPLAYED"
                ["Awarded"]=>
                string(7) "AWARDED"
                ["LeagueGame.Awarded"]=>
                string(7) "AWARDED"
                ["awarded"]=>
                string(7) "AWARDED"
                ["leagueGame.awarded"]=>
                string(7) "AWARDED"
                ["LeagueGameTableMap::COL_AWARDED"]=>
                string(7) "AWARDED"
                ["COL_AWARDED"]=>
                string(7) "AWARDED"
                ["league_game.awarded"]=>
                string(7) "AWARDED"
                ["ImportUrl"]=>
                string(10) "IMPORT_URL"
                ["LeagueGame.ImportUrl"]=>
                string(10) "IMPORT_URL"
                ["importUrl"]=>
                string(10) "IMPORT_URL"
                ["leagueGame.importUrl"]=>
                string(10) "IMPORT_URL"
                ["LeagueGameTableMap::COL_IMPORT_URL"]=>
                string(10) "IMPORT_URL"
                ["COL_IMPORT_URL"]=>
                string(10) "IMPORT_URL"
                ["import_url"]=>
                string(10) "IMPORT_URL"
                ["league_game.import_url"]=>
                string(10) "IMPORT_URL"
                ["ImportError"]=>
                string(12) "IMPORT_ERROR"
                ["LeagueGame.ImportError"]=>
                string(12) "IMPORT_ERROR"
                ["importError"]=>
                string(12) "IMPORT_ERROR"
                ["leagueGame.importError"]=>
                string(12) "IMPORT_ERROR"
                ["LeagueGameTableMap::COL_IMPORT_ERROR"]=>
                string(12) "IMPORT_ERROR"
                ["COL_IMPORT_ERROR"]=>
                string(12) "IMPORT_ERROR"
                ["import_error"]=>
                string(12) "IMPORT_ERROR"
                ["league_game.import_error"]=>
                string(12) "IMPORT_ERROR"
                ["SkipValidation"]=>
                string(15) "SKIP_VALIDATION"
                ["LeagueGame.SkipValidation"]=>
                string(15) "SKIP_VALIDATION"
                ["skipValidation"]=>
                string(15) "SKIP_VALIDATION"
                ["leagueGame.skipValidation"]=>
                string(15) "SKIP_VALIDATION"
                ["LeagueGameTableMap::COL_SKIP_VALIDATION"]=>
                string(15) "SKIP_VALIDATION"
                ["COL_SKIP_VALIDATION"]=>
                string(15) "SKIP_VALIDATION"
                ["skip_validation"]=>
                string(15) "SKIP_VALIDATION"
                ["league_game.skip_validation"]=>
                string(15) "SKIP_VALIDATION"
              }
              ["dbMap":protected]=>
              object(Propel\Runtime\Map\DatabaseMap)#5 (3) {
                ["name":protected]=>
                string(6) "labtof"
                ["tables":protected]=>
                array(50) {
                  ["access_log"]=>
                  string(22) "\Map\AccessLogTableMap"
                  ["account"]=>
                  string(20) "\Map\AccountTableMap"
                  ["article"]=>
                  string(20) "\Map\ArticleTableMap"
                  ["article_category"]=>
                  string(28) "\Map\ArticleCategoryTableMap"
                  ["bookmaker"]=>
                  string(22) "\Map\BookmakerTableMap"
                  ["club"]=>
                  object(Map\ClubTableMap)#98 (17) {
                    ["columns":protected]=>
                    array(16) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(7) "home_id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["COUNTRY_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SHORTNAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "shortname"
                        ["phpName":protected]=>
                        string(9) "Shortname"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["OFFICIAL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "official"
                        ["phpName":protected]=>
                        string(8) "Official"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IDOLD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "idold"
                        ["phpName":protected]=>
                        string(5) "Idold"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["YEAR_FOUNDED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "year_founded"
                        ["phpName":protected]=>
                        string(11) "YearFounded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DATE_FOUNDED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                        ["type":protected]=>
                        string(4) "DATE"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "date_founded"
                        ["phpName":protected]=>
                        string(11) "DateFounded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["YEAR_DISSOLVED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "year_dissolved"
                        ["phpName":protected]=>
                        string(13) "YearDissolved"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DATE_DISSOLVED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                        ["type":protected]=>
                        string(4) "DATE"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "date_dissolved"
                        ["phpName":protected]=>
                        string(13) "DateDissolved"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["KNOWN_AS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "known_as"
                        ["phpName":protected]=>
                        string(7) "KnownAs"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["CLUB_NAME_HISTORY"]=>
                      object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(17) "club_name_history"
                        ["phpName":protected]=>
                        string(15) "ClubNameHistory"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DESCRIPTION"]=>
                      object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(11) "description"
                        ["phpName":protected]=>
                        string(11) "Description"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PRIVATE_NOTICE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "private_notice"
                        ["phpName":protected]=>
                        string(13) "PrivateNotice"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IDMOVEDTO"]=>
                      object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "idmovedto"
                        ["phpName":protected]=>
                        string(9) "Idmovedto"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(16) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(7) "home_id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["CountryId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Shortname"]=>
                      object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "shortname"
                        ["phpName":protected]=>
                        string(9) "Shortname"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Official"]=>
                      object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "official"
                        ["phpName":protected]=>
                        string(8) "Official"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Idold"]=>
                      object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "idold"
                        ["phpName":protected]=>
                        string(5) "Idold"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["YearFounded"]=>
                      object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "year_founded"
                        ["phpName":protected]=>
                        string(11) "YearFounded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DateFounded"]=>
                      object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                        ["type":protected]=>
                        string(4) "DATE"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "date_founded"
                        ["phpName":protected]=>
                        string(11) "DateFounded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["YearDissolved"]=>
                      object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "year_dissolved"
                        ["phpName":protected]=>
                        string(13) "YearDissolved"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DateDissolved"]=>
                      object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                        ["type":protected]=>
                        string(4) "DATE"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "date_dissolved"
                        ["phpName":protected]=>
                        string(13) "DateDissolved"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["KnownAs"]=>
                      object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "known_as"
                        ["phpName":protected]=>
                        string(7) "KnownAs"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ClubNameHistory"]=>
                      object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(17) "club_name_history"
                        ["phpName":protected]=>
                        string(15) "ClubNameHistory"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Description"]=>
                      object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(11) "description"
                        ["phpName":protected]=>
                        string(11) "Description"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PrivateNotice"]=>
                      object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "private_notice"
                        ["phpName":protected]=>
                        string(13) "PrivateNotice"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Idmovedto"]=>
                      object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "idmovedto"
                        ["phpName":protected]=>
                        string(9) "Idmovedto"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(112) {
                      ["Id"]=>
                      string(2) "ID"
                      ["Club.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["club.id"]=>
                      string(2) "ID"
                      ["ClubTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["CountryId"]=>
                      string(10) "COUNTRY_ID"
                      ["Club.CountryId"]=>
                      string(10) "COUNTRY_ID"
                      ["countryId"]=>
                      string(10) "COUNTRY_ID"
                      ["club.countryId"]=>
                      string(10) "COUNTRY_ID"
                      ["ClubTableMap::COL_COUNTRY_ID"]=>
                      string(10) "COUNTRY_ID"
                      ["COL_COUNTRY_ID"]=>
                      string(10) "COUNTRY_ID"
                      ["country_id"]=>
                      string(10) "COUNTRY_ID"
                      ["club.country_id"]=>
                      string(10) "COUNTRY_ID"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["Club.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["club.slug"]=>
                      string(4) "SLUG"
                      ["ClubTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                      ["Name"]=>
                      string(4) "NAME"
                      ["Club.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["club.name"]=>
                      string(4) "NAME"
                      ["ClubTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["Shortname"]=>
                      string(9) "SHORTNAME"
                      ["Club.Shortname"]=>
                      string(9) "SHORTNAME"
                      ["shortname"]=>
                      string(9) "SHORTNAME"
                      ["club.shortname"]=>
                      string(9) "SHORTNAME"
                      ["ClubTableMap::COL_SHORTNAME"]=>
                      string(9) "SHORTNAME"
                      ["COL_SHORTNAME"]=>
                      string(9) "SHORTNAME"
                      ["Official"]=>
                      string(8) "OFFICIAL"
                      ["Club.Official"]=>
                      string(8) "OFFICIAL"
                      ["official"]=>
                      string(8) "OFFICIAL"
                      ["club.official"]=>
                      string(8) "OFFICIAL"
                      ["ClubTableMap::COL_OFFICIAL"]=>
                      string(8) "OFFICIAL"
                      ["COL_OFFICIAL"]=>
                      string(8) "OFFICIAL"
                      ["Idold"]=>
                      string(5) "IDOLD"
                      ["Club.Idold"]=>
                      string(5) "IDOLD"
                      ["idold"]=>
                      string(5) "IDOLD"
                      ["club.idold"]=>
                      string(5) "IDOLD"
                      ["ClubTableMap::COL_IDOLD"]=>
                      string(5) "IDOLD"
                      ["COL_IDOLD"]=>
                      string(5) "IDOLD"
                      ["YearFounded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["Club.YearFounded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["yearFounded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["club.yearFounded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                      string(12) "YEAR_FOUNDED"
                      ["COL_YEAR_FOUNDED"]=>
                      string(12) "YEAR_FOUNDED"
                      ["year_founded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["club.year_founded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["DateFounded"]=>
                      string(12) "DATE_FOUNDED"
                      ["Club.DateFounded"]=>
                      string(12) "DATE_FOUNDED"
                      ["dateFounded"]=>
                      string(12) "DATE_FOUNDED"
                      ["club.dateFounded"]=>
                      string(12) "DATE_FOUNDED"
                      ["ClubTableMap::COL_DATE_FOUNDED"]=>
                      string(12) "DATE_FOUNDED"
                      ["COL_DATE_FOUNDED"]=>
                      string(12) "DATE_FOUNDED"
                      ["date_founded"]=>
                      string(12) "DATE_FOUNDED"
                      ["club.date_founded"]=>
                      string(12) "DATE_FOUNDED"
                      ["YearDissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["Club.YearDissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["yearDissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["club.yearDissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["COL_YEAR_DISSOLVED"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["year_dissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["club.year_dissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["DateDissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["Club.DateDissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["dateDissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["club.dateDissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                      string(14) "DATE_DISSOLVED"
                      ["COL_DATE_DISSOLVED"]=>
                      string(14) "DATE_DISSOLVED"
                      ["date_dissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["club.date_dissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["KnownAs"]=>
                      string(8) "KNOWN_AS"
                      ["Club.KnownAs"]=>
                      string(8) "KNOWN_AS"
                      ["knownAs"]=>
                      string(8) "KNOWN_AS"
                      ["club.knownAs"]=>
                      string(8) "KNOWN_AS"
                      ["ClubTableMap::COL_KNOWN_AS"]=>
                      string(8) "KNOWN_AS"
                      ["COL_KNOWN_AS"]=>
                      string(8) "KNOWN_AS"
                      ["known_as"]=>
                      string(8) "KNOWN_AS"
                      ["club.known_as"]=>
                      string(8) "KNOWN_AS"
                      ["ClubNameHistory"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["Club.ClubNameHistory"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["clubNameHistory"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["club.clubNameHistory"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["COL_CLUB_NAME_HISTORY"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["club_name_history"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["club.club_name_history"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["Description"]=>
                      string(11) "DESCRIPTION"
                      ["Club.Description"]=>
                      string(11) "DESCRIPTION"
                      ["description"]=>
                      string(11) "DESCRIPTION"
                      ["club.description"]=>
                      string(11) "DESCRIPTION"
                      ["ClubTableMap::COL_DESCRIPTION"]=>
                      string(11) "DESCRIPTION"
                      ["COL_DESCRIPTION"]=>
                      string(11) "DESCRIPTION"
                      ["PrivateNotice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["Club.PrivateNotice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["privateNotice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["club.privateNotice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["COL_PRIVATE_NOTICE"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["private_notice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["club.private_notice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["Idmovedto"]=>
                      string(9) "IDMOVEDTO"
                      ["Club.Idmovedto"]=>
                      string(9) "IDMOVEDTO"
                      ["idmovedto"]=>
                      string(9) "IDMOVEDTO"
                      ["club.idmovedto"]=>
                      string(9) "IDMOVEDTO"
                      ["ClubTableMap::COL_IDMOVEDTO"]=>
                      string(9) "IDMOVEDTO"
                      ["COL_IDMOVEDTO"]=>
                      string(9) "IDMOVEDTO"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(4) "club"
                    ["phpName":protected]=>
                    string(4) "Club"
                    ["classname":protected]=>
                    string(5) "\Club"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(7) "home_id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(2) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(7) "home_id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["country_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["club_map"]=>
                  string(20) "\Map\ClubMapTableMap"
                  ["country"]=>
                  object(Map\CountryTableMap)#62 (17) {
                    ["columns":protected]=>
                    array(3) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(3) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(18) {
                      ["Id"]=>
                      string(2) "ID"
                      ["Country.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["country.id"]=>
                      string(2) "ID"
                      ["CountryTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["Name"]=>
                      string(4) "NAME"
                      ["Country.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["country.name"]=>
                      string(4) "NAME"
                      ["CountryTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["Country.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["country.slug"]=>
                      string(4) "SLUG"
                      ["CountryTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(7) "country"
                    ["phpName":protected]=>
                    string(7) "Country"
                    ["classname":protected]=>
                    string(8) "\Country"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(0) {
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["customer"]=>
                  string(21) "\Map\CustomerTableMap"
                  ["customer_package"]=>
                  string(28) "\Map\CustomerPackageTableMap"
                  ["customer_package_type"]=>
                  string(32) "\Map\CustomerPackageTypeTableMap"
                  ["event_odd"]=>
                  string(21) "\Map\EventOddTableMap"
                  ["event_odd_move"]=>
                  string(25) "\Map\EventOddMoveTableMap"
                  ["import_source"]=>
                  string(25) "\Map\ImportSourceTableMap"
                  ["league"]=>
                  object(Map\LeagueTableMap)#45 (17) {
                    ["columns":protected]=>
                    array(10) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["COUNTRY_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SHORT_NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "short_name"
                        ["phpName":protected]=>
                        string(9) "ShortName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HAVE_STANDING"]=>
                      object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "have_standing"
                        ["phpName":protected]=>
                        string(12) "HaveStanding"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["FRONT_PAGE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "front_page"
                        ["phpName":protected]=>
                        string(9) "FrontPage"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ORD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(5)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEVEL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(10)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "level"
                        ["phpName":protected]=>
                        string(5) "Level"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PREVIEW"]=>
                      object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "preview"
                        ["phpName":protected]=>
                        string(7) "Preview"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(10) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["CountryId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ShortName"]=>
                      object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "short_name"
                        ["phpName":protected]=>
                        string(9) "ShortName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HaveStanding"]=>
                      object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "have_standing"
                        ["phpName":protected]=>
                        string(12) "HaveStanding"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["FrontPage"]=>
                      object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "front_page"
                        ["phpName":protected]=>
                        string(9) "FrontPage"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Ord"]=>
                      object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(5)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Level"]=>
                      object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(10)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "level"
                        ["phpName":protected]=>
                        string(5) "Level"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Preview"]=>
                      object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "preview"
                        ["phpName":protected]=>
                        string(7) "Preview"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(68) {
                      ["Id"]=>
                      string(2) "ID"
                      ["League.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["league.id"]=>
                      string(2) "ID"
                      ["LeagueTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["CountryId"]=>
                      string(10) "COUNTRY_ID"
                      ["League.CountryId"]=>
                      string(10) "COUNTRY_ID"
                      ["countryId"]=>
                      string(10) "COUNTRY_ID"
                      ["league.countryId"]=>
                      string(10) "COUNTRY_ID"
                      ["LeagueTableMap::COL_COUNTRY_ID"]=>
                      string(10) "COUNTRY_ID"
                      ["COL_COUNTRY_ID"]=>
                      string(10) "COUNTRY_ID"
                      ["country_id"]=>
                      string(10) "COUNTRY_ID"
                      ["league.country_id"]=>
                      string(10) "COUNTRY_ID"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["League.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["league.slug"]=>
                      string(4) "SLUG"
                      ["LeagueTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                      ["Name"]=>
                      string(4) "NAME"
                      ["League.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["league.name"]=>
                      string(4) "NAME"
                      ["LeagueTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["ShortName"]=>
                      string(10) "SHORT_NAME"
                      ["League.ShortName"]=>
                      string(10) "SHORT_NAME"
                      ["shortName"]=>
                      string(10) "SHORT_NAME"
                      ["league.shortName"]=>
                      string(10) "SHORT_NAME"
                      ["LeagueTableMap::COL_SHORT_NAME"]=>
                      string(10) "SHORT_NAME"
                      ["COL_SHORT_NAME"]=>
                      string(10) "SHORT_NAME"
                      ["short_name"]=>
                      string(10) "SHORT_NAME"
                      ["league.short_name"]=>
                      string(10) "SHORT_NAME"
                      ["HaveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["League.HaveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["haveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["league.haveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["LeagueTableMap::COL_HAVE_STANDING"]=>
                      string(13) "HAVE_STANDING"
                      ["COL_HAVE_STANDING"]=>
                      string(13) "HAVE_STANDING"
                      ["have_standing"]=>
                      string(13) "HAVE_STANDING"
                      ["league.have_standing"]=>
                      string(13) "HAVE_STANDING"
                      ["FrontPage"]=>
                      string(10) "FRONT_PAGE"
                      ["League.FrontPage"]=>
                      string(10) "FRONT_PAGE"
                      ["frontPage"]=>
                      string(10) "FRONT_PAGE"
                      ["league.frontPage"]=>
                      string(10) "FRONT_PAGE"
                      ["LeagueTableMap::COL_FRONT_PAGE"]=>
                      string(10) "FRONT_PAGE"
                      ["COL_FRONT_PAGE"]=>
                      string(10) "FRONT_PAGE"
                      ["front_page"]=>
                      string(10) "FRONT_PAGE"
                      ["league.front_page"]=>
                      string(10) "FRONT_PAGE"
                      ["Ord"]=>
                      string(3) "ORD"
                      ["League.Ord"]=>
                      string(3) "ORD"
                      ["ord"]=>
                      string(3) "ORD"
                      ["league.ord"]=>
                      string(3) "ORD"
                      ["LeagueTableMap::COL_ORD"]=>
                      string(3) "ORD"
                      ["COL_ORD"]=>
                      string(3) "ORD"
                      ["Level"]=>
                      string(5) "LEVEL"
                      ["League.Level"]=>
                      string(5) "LEVEL"
                      ["level"]=>
                      string(5) "LEVEL"
                      ["league.level"]=>
                      string(5) "LEVEL"
                      ["LeagueTableMap::COL_LEVEL"]=>
                      string(5) "LEVEL"
                      ["COL_LEVEL"]=>
                      string(5) "LEVEL"
                      ["Preview"]=>
                      string(7) "PREVIEW"
                      ["League.Preview"]=>
                      string(7) "PREVIEW"
                      ["preview"]=>
                      string(7) "PREVIEW"
                      ["league.preview"]=>
                      string(7) "PREVIEW"
                      ["LeagueTableMap::COL_PREVIEW"]=>
                      string(7) "PREVIEW"
                      ["COL_PREVIEW"]=>
                      string(7) "PREVIEW"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(6) "league"
                    ["phpName":protected]=>
                    string(6) "League"
                    ["classname":protected]=>
                    string(7) "\League"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(1) {
                      ["country_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["league_club"]=>
                  string(23) "\Map\LeagueClubTableMap"
                  ["league_game"]=>
                  *RECURSION*
                  ["league_game_card"]=>
                  string(27) "\Map\LeagueGameCardTableMap"
                  ["league_game_coach"]=>
                  string(28) "\Map\LeagueGameCoachTableMap"
                  ["league_game_goal"]=>
                  object(Map\LeagueGameGoalTableMap)#116 (17) {
                    ["columns":protected]=>
                    array(13) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_GAME_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_game_id"
                        ["phpName":protected]=>
                        string(12) "LeagueGameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["CLUB_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "club_id"
                        ["phpName":protected]=>
                        string(6) "ClubId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PERSON_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "person"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "person_id"
                        ["phpName":protected]=>
                        string(8) "PersonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PERSON_MAP_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(10) "person_map"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "person_map_id"
                        ["phpName":protected]=>
                        string(11) "PersonMapId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MIN"]=>
                      object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(2)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "min"
                        ["phpName":protected]=>
                        string(3) "Min"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MINPLUS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(2)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "minPlus"
                        ["phpName":protected]=>
                        string(7) "MinPlus"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PENALTY"]=>
                      object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "penalty"
                        ["phpName":protected]=>
                        string(7) "Penalty"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["OWN"]=>
                      object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "own"
                        ["phpName":protected]=>
                        string(3) "Own"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SHOOTS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "shoots"
                        ["phpName":protected]=>
                        string(13) "PenaltyShoots"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ISGOAL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "isgoal"
                        ["phpName":protected]=>
                        string(6) "IsGoal"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SCORE_MODE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "score_mode"
                        ["phpName":protected]=>
                        string(9) "ScoreMode"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ASSIST_BY"]=>
                      object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "assist_by"
                        ["phpName":protected]=>
                        string(8) "AssistBy"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(13) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueGameId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_game_id"
                        ["phpName":protected]=>
                        string(12) "LeagueGameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ClubId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "club_id"
                        ["phpName":protected]=>
                        string(6) "ClubId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PersonId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "person"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "person_id"
                        ["phpName":protected]=>
                        string(8) "PersonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PersonMapId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(10) "person_map"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "person_map_id"
                        ["phpName":protected]=>
                        string(11) "PersonMapId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Min"]=>
                      object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(2)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "min"
                        ["phpName":protected]=>
                        string(3) "Min"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MinPlus"]=>
                      object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(2)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "minPlus"
                        ["phpName":protected]=>
                        string(7) "MinPlus"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Penalty"]=>
                      object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "penalty"
                        ["phpName":protected]=>
                        string(7) "Penalty"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Own"]=>
                      object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "own"
                        ["phpName":protected]=>
                        string(3) "Own"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PenaltyShoots"]=>
                      object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "shoots"
                        ["phpName":protected]=>
                        string(13) "PenaltyShoots"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IsGoal"]=>
                      object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "isgoal"
                        ["phpName":protected]=>
                        string(6) "IsGoal"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ScoreMode"]=>
                      object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "score_mode"
                        ["phpName":protected]=>
                        string(9) "ScoreMode"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["AssistBy"]=>
                      object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "assist_by"
                        ["phpName":protected]=>
                        string(8) "AssistBy"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(99) {
                      ["Id"]=>
                      string(2) "ID"
                      ["LeagueGameGoal.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["leagueGameGoal.id"]=>
                      string(2) "ID"
                      ["LeagueGameGoalTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["league_game_goal.id"]=>
                      string(2) "ID"
                      ["LeagueGameId"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["LeagueGameGoal.LeagueGameId"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["leagueGameId"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["leagueGameGoal.leagueGameId"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["COL_LEAGUE_GAME_ID"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["league_game_id"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["league_game_goal.league_game_id"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["ClubId"]=>
                      string(7) "CLUB_ID"
                      ["LeagueGameGoal.ClubId"]=>
                      string(7) "CLUB_ID"
                      ["clubId"]=>
                      string(7) "CLUB_ID"
                      ["leagueGameGoal.clubId"]=>
                      string(7) "CLUB_ID"
                      ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                      string(7) "CLUB_ID"
                      ["COL_CLUB_ID"]=>
                      string(7) "CLUB_ID"
                      ["club_id"]=>
                      string(7) "CLUB_ID"
                      ["league_game_goal.club_id"]=>
                      string(7) "CLUB_ID"
                      ["PersonId"]=>
                      string(9) "PERSON_ID"
                      ["LeagueGameGoal.PersonId"]=>
                      string(9) "PERSON_ID"
                      ["personId"]=>
                      string(9) "PERSON_ID"
                      ["leagueGameGoal.personId"]=>
                      string(9) "PERSON_ID"
                      ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                      string(9) "PERSON_ID"
                      ["COL_PERSON_ID"]=>
                      string(9) "PERSON_ID"
                      ["person_id"]=>
                      string(9) "PERSON_ID"
                      ["league_game_goal.person_id"]=>
                      string(9) "PERSON_ID"
                      ["PersonMapId"]=>
                      string(13) "PERSON_MAP_ID"
                      ["LeagueGameGoal.PersonMapId"]=>
                      string(13) "PERSON_MAP_ID"
                      ["personMapId"]=>
                      string(13) "PERSON_MAP_ID"
                      ["leagueGameGoal.personMapId"]=>
                      string(13) "PERSON_MAP_ID"
                      ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                      string(13) "PERSON_MAP_ID"
                      ["COL_PERSON_MAP_ID"]=>
                      string(13) "PERSON_MAP_ID"
                      ["person_map_id"]=>
                      string(13) "PERSON_MAP_ID"
                      ["league_game_goal.person_map_id"]=>
                      string(13) "PERSON_MAP_ID"
                      ["Min"]=>
                      string(3) "MIN"
                      ["LeagueGameGoal.Min"]=>
                      string(3) "MIN"
                      ["min"]=>
                      string(3) "MIN"
                      ["leagueGameGoal.min"]=>
                      string(3) "MIN"
                      ["LeagueGameGoalTableMap::COL_MIN"]=>
                      string(3) "MIN"
                      ["COL_MIN"]=>
                      string(3) "MIN"
                      ["league_game_goal.min"]=>
                      string(3) "MIN"
                      ["MinPlus"]=>
                      string(7) "MINPLUS"
                      ["LeagueGameGoal.MinPlus"]=>
                      string(7) "MINPLUS"
                      ["minPlus"]=>
                      string(7) "MINPLUS"
                      ["leagueGameGoal.minPlus"]=>
                      string(7) "MINPLUS"
                      ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                      string(7) "MINPLUS"
                      ["COL_MINPLUS"]=>
                      string(7) "MINPLUS"
                      ["league_game_goal.minPlus"]=>
                      string(7) "MINPLUS"
                      ["Penalty"]=>
                      string(7) "PENALTY"
                      ["LeagueGameGoal.Penalty"]=>
                      string(7) "PENALTY"
                      ["penalty"]=>
                      string(7) "PENALTY"
                      ["leagueGameGoal.penalty"]=>
                      string(7) "PENALTY"
                      ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                      string(7) "PENALTY"
                      ["COL_PENALTY"]=>
                      string(7) "PENALTY"
                      ["league_game_goal.penalty"]=>
                      string(7) "PENALTY"
                      ["Own"]=>
                      string(3) "OWN"
                      ["LeagueGameGoal.Own"]=>
                      string(3) "OWN"
                      ["own"]=>
                      string(3) "OWN"
                      ["leagueGameGoal.own"]=>
                      string(3) "OWN"
                      ["LeagueGameGoalTableMap::COL_OWN"]=>
                      string(3) "OWN"
                      ["COL_OWN"]=>
                      string(3) "OWN"
                      ["league_game_goal.own"]=>
                      string(3) "OWN"
                      ["PenaltyShoots"]=>
                      string(6) "SHOOTS"
                      ["LeagueGameGoal.PenaltyShoots"]=>
                      string(6) "SHOOTS"
                      ["penaltyShoots"]=>
                      string(6) "SHOOTS"
                      ["leagueGameGoal.penaltyShoots"]=>
                      string(6) "SHOOTS"
                      ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                      string(6) "SHOOTS"
                      ["COL_SHOOTS"]=>
                      string(6) "SHOOTS"
                      ["shoots"]=>
                      string(6) "SHOOTS"
                      ["league_game_goal.shoots"]=>
                      string(6) "SHOOTS"
                      ["IsGoal"]=>
                      string(6) "ISGOAL"
                      ["LeagueGameGoal.IsGoal"]=>
                      string(6) "ISGOAL"
                      ["isGoal"]=>
                      string(6) "ISGOAL"
                      ["leagueGameGoal.isGoal"]=>
                      string(6) "ISGOAL"
                      ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                      string(6) "ISGOAL"
                      ["COL_ISGOAL"]=>
                      string(6) "ISGOAL"
                      ["isgoal"]=>
                      string(6) "ISGOAL"
                      ["league_game_goal.isgoal"]=>
                      string(6) "ISGOAL"
                      ["ScoreMode"]=>
                      string(10) "SCORE_MODE"
                      ["LeagueGameGoal.ScoreMode"]=>
                      string(10) "SCORE_MODE"
                      ["scoreMode"]=>
                      string(10) "SCORE_MODE"
                      ["leagueGameGoal.scoreMode"]=>
                      string(10) "SCORE_MODE"
                      ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                      string(10) "SCORE_MODE"
                      ["COL_SCORE_MODE"]=>
                      string(10) "SCORE_MODE"
                      ["score_mode"]=>
                      string(10) "SCORE_MODE"
                      ["league_game_goal.score_mode"]=>
                      string(10) "SCORE_MODE"
                      ["AssistBy"]=>
                      string(9) "ASSIST_BY"
                      ["LeagueGameGoal.AssistBy"]=>
                      string(9) "ASSIST_BY"
                      ["assistBy"]=>
                      string(9) "ASSIST_BY"
                      ["leagueGameGoal.assistBy"]=>
                      string(9) "ASSIST_BY"
                      ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                      string(9) "ASSIST_BY"
                      ["COL_ASSIST_BY"]=>
                      string(9) "ASSIST_BY"
                      ["assist_by"]=>
                      string(9) "ASSIST_BY"
                      ["league_game_goal.assist_by"]=>
                      string(9) "ASSIST_BY"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(16) "league_game_goal"
                    ["phpName":protected]=>
                    string(14) "LeagueGameGoal"
                    ["classname":protected]=>
                    string(15) "\LeagueGameGoal"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(4) {
                      ["league_game_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_game_id"
                        ["phpName":protected]=>
                        string(12) "LeagueGameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["club_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "club_id"
                        ["phpName":protected]=>
                        string(6) "ClubId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["person_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "person"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "person_id"
                        ["phpName":protected]=>
                        string(8) "PersonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["person_map_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(10) "person_map"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "person_map_id"
                        ["phpName":protected]=>
                        string(11) "PersonMapId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["league_game_metadata"]=>
                  string(31) "\Map\LeagueGameMetadataTableMap"
                  ["league_game_player"]=>
                  string(29) "\Map\LeagueGamePlayerTableMap"
                  ["league_game_referee"]=>
                  string(30) "\Map\LeagueGameRefereeTableMap"
                  ["league_game_statistic"]=>
                  string(32) "\Map\LeagueGameStatisticTableMap"
                  ["league_game_statistic_type"]=>
                  string(36) "\Map\LeagueGameStatisticTypeTableMap"
                  ["league_game_statistic_type_map"]=>
                  string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                  ["league_import"]=>
                  string(25) "\Map\LeagueImportTableMap"
                  ["league_import_game"]=>
                  string(29) "\Map\LeagueImportGameTableMap"
                  ["league_name"]=>
                  string(23) "\Map\LeagueNameTableMap"
                  ["league_next"]=>
                  string(23) "\Map\LeagueNextTableMap"
                  ["league_season"]=>
                  object(Map\LeagueSeasonTableMap)#83 (17) {
                    ["columns":protected]=>
                    array(5) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["START"]=>
                      object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "start"
                        ["phpName":protected]=>
                        string(5) "Start"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["END"]=>
                      object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "end"
                        ["phpName":protected]=>
                        string(3) "End"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["POINTS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "points"
                        ["phpName":protected]=>
                        string(6) "Points"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IDOLD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "idold"
                        ["phpName":protected]=>
                        string(5) "Idold"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(5) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Start"]=>
                      object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "start"
                        ["phpName":protected]=>
                        string(5) "Start"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["End"]=>
                      object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "end"
                        ["phpName":protected]=>
                        string(3) "End"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Points"]=>
                      object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "points"
                        ["phpName":protected]=>
                        string(6) "Points"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Idold"]=>
                      object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "idold"
                        ["phpName":protected]=>
                        string(5) "Idold"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(35) {
                      ["Id"]=>
                      string(2) "ID"
                      ["LeagueSeason.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["leagueSeason.id"]=>
                      string(2) "ID"
                      ["LeagueSeasonTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["league_season.id"]=>
                      string(2) "ID"
                      ["Start"]=>
                      string(5) "START"
                      ["LeagueSeason.Start"]=>
                      string(5) "START"
                      ["start"]=>
                      string(5) "START"
                      ["leagueSeason.start"]=>
                      string(5) "START"
                      ["LeagueSeasonTableMap::COL_START"]=>
                      string(5) "START"
                      ["COL_START"]=>
                      string(5) "START"
                      ["league_season.start"]=>
                      string(5) "START"
                      ["End"]=>
                      string(3) "END"
                      ["LeagueSeason.End"]=>
                      string(3) "END"
                      ["end"]=>
                      string(3) "END"
                      ["leagueSeason.end"]=>
                      string(3) "END"
                      ["LeagueSeasonTableMap::COL_END"]=>
                      string(3) "END"
                      ["COL_END"]=>
                      string(3) "END"
                      ["league_season.end"]=>
                      string(3) "END"
                      ["Points"]=>
                      string(6) "POINTS"
                      ["LeagueSeason.Points"]=>
                      string(6) "POINTS"
                      ["points"]=>
                      string(6) "POINTS"
                      ["leagueSeason.points"]=>
                      string(6) "POINTS"
                      ["LeagueSeasonTableMap::COL_POINTS"]=>
                      string(6) "POINTS"
                      ["COL_POINTS"]=>
                      string(6) "POINTS"
                      ["league_season.points"]=>
                      string(6) "POINTS"
                      ["Idold"]=>
                      string(5) "IDOLD"
                      ["LeagueSeason.Idold"]=>
                      string(5) "IDOLD"
                      ["idold"]=>
                      string(5) "IDOLD"
                      ["leagueSeason.idold"]=>
                      string(5) "IDOLD"
                      ["LeagueSeasonTableMap::COL_IDOLD"]=>
                      string(5) "IDOLD"
                      ["COL_IDOLD"]=>
                      string(5) "IDOLD"
                      ["league_season.idold"]=>
                      string(5) "IDOLD"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(13) "league_season"
                    ["phpName":protected]=>
                    string(12) "LeagueSeason"
                    ["classname":protected]=>
                    string(13) "\LeagueSeason"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(0) {
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["league_season_name"]=>
                  object(Map\LeagueSeasonNameTableMap)#67 (17) {
                    ["columns":protected]=>
                    array(12) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "league"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "league_id"
                        ["phpName":protected]=>
                        string(8) "LeagueId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_NAME_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_name"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_name_id"
                        ["phpName":protected]=>
                        string(12) "LeagueNameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_SEASON_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(13) "league_season"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "league_season_id"
                        ["phpName":protected]=>
                        string(14) "LeagueSeasonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HAVE_STANDING"]=>
                      object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "have_standing"
                        ["phpName":protected]=>
                        string(12) "HaveStanding"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ORD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(5)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NR_GAMES"]=>
                      object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "nr_games"
                        ["phpName":protected]=>
                        string(7) "NrGames"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NR_STAGES"]=>
                      object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "nr_stages"
                        ["phpName":protected]=>
                        string(8) "NrStages"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HAVE_GAME_DETAIL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "have_game_detail"
                        ["phpName":protected]=>
                        string(14) "HaveGameDetail"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HAVE_ASSISTANT_REFEREE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(22) "have_assistant_referee"
                        ["phpName":protected]=>
                        string(20) "HaveAssistantReferee"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(12) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "league"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "league_id"
                        ["phpName":protected]=>
                        string(8) "LeagueId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueNameId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_name"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_name_id"
                        ["phpName":protected]=>
                        string(12) "LeagueNameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueSeasonId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(13) "league_season"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "league_season_id"
                        ["phpName":protected]=>
                        string(14) "LeagueSeasonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HaveStanding"]=>
                      object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "have_standing"
                        ["phpName":protected]=>
                        string(12) "HaveStanding"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Ord"]=>
                      object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(5)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NrGames"]=>
                      object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "nr_games"
                        ["phpName":protected]=>
                        string(7) "NrGames"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NrStages"]=>
                      object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "nr_stages"
                        ["phpName":protected]=>
                        string(8) "NrStages"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HaveGameDetail"]=>
                      object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "have_game_detail"
                        ["phpName":protected]=>
                        string(14) "HaveGameDetail"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HaveAssistantReferee"]=>
                      object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(22) "have_assistant_referee"
                        ["phpName":protected]=>
                        string(20) "HaveAssistantReferee"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(92) {
                      ["Id"]=>
                      string(2) "ID"
                      ["LeagueSeasonName.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["leagueSeasonName.id"]=>
                      string(2) "ID"
                      ["LeagueSeasonNameTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["league_season_name.id"]=>
                      string(2) "ID"
                      ["LeagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["LeagueSeasonName.LeagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["leagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["leagueSeasonName.leagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                      string(9) "LEAGUE_ID"
                      ["COL_LEAGUE_ID"]=>
                      string(9) "LEAGUE_ID"
                      ["league_id"]=>
                      string(9) "LEAGUE_ID"
                      ["league_season_name.league_id"]=>
                      string(9) "LEAGUE_ID"
                      ["LeagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["LeagueSeasonName.LeagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["leagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["leagueSeasonName.leagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["COL_LEAGUE_NAME_ID"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["league_name_id"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["league_season_name.league_name_id"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["LeagueSeasonId"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["LeagueSeasonName.LeagueSeasonId"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["leagueSeasonId"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["leagueSeasonName.leagueSeasonId"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["COL_LEAGUE_SEASON_ID"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["league_season_id"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["league_season_name.league_season_id"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["LeagueSeasonName.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["leagueSeasonName.slug"]=>
                      string(4) "SLUG"
                      ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                      ["league_season_name.slug"]=>
                      string(4) "SLUG"
                      ["Name"]=>
                      string(4) "NAME"
                      ["LeagueSeasonName.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["leagueSeasonName.name"]=>
                      string(4) "NAME"
                      ["LeagueSeasonNameTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["league_season_name.name"]=>
                      string(4) "NAME"
                      ["HaveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["LeagueSeasonName.HaveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["haveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["leagueSeasonName.haveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                      string(13) "HAVE_STANDING"
                      ["COL_HAVE_STANDING"]=>
                      string(13) "HAVE_STANDING"
                      ["have_standing"]=>
                      string(13) "HAVE_STANDING"
                      ["league_season_name.have_standing"]=>
                      string(13) "HAVE_STANDING"
                      ["Ord"]=>
                      string(3) "ORD"
                      ["LeagueSeasonName.Ord"]=>
                      string(3) "ORD"
                      ["ord"]=>
                      string(3) "ORD"
                      ["leagueSeasonName.ord"]=>
                      string(3) "ORD"
                      ["LeagueSeasonNameTableMap::COL_ORD"]=>
                      string(3) "ORD"
                      ["COL_ORD"]=>
                      string(3) "ORD"
                      ["league_season_name.ord"]=>
                      string(3) "ORD"
                      ["NrGames"]=>
                      string(8) "NR_GAMES"
                      ["LeagueSeasonName.NrGames"]=>
                      string(8) "NR_GAMES"
                      ["nrGames"]=>
                      string(8) "NR_GAMES"
                      ["leagueSeasonName.nrGames"]=>
                      string(8) "NR_GAMES"
                      ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                      string(8) "NR_GAMES"
                      ["COL_NR_GAMES"]=>
                      string(8) "NR_GAMES"
                      ["nr_games"]=>
                      string(8) "NR_GAMES"
                      ["league_season_name.nr_games"]=>
                      string(8) "NR_GAMES"
                      ["NrStages"]=>
                      string(9) "NR_STAGES"
                      ["LeagueSeasonName.NrStages"]=>
                      string(9) "NR_STAGES"
                      ["nrStages"]=>
                      string(9) "NR_STAGES"
                      ["leagueSeasonName.nrStages"]=>
                      string(9) "NR_STAGES"
                      ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                      string(9) "NR_STAGES"
                      ["COL_NR_STAGES"]=>
                      string(9) "NR_STAGES"
                      ["nr_stages"]=>
                      string(9) "NR_STAGES"
                      ["league_season_name.nr_stages"]=>
                      string(9) "NR_STAGES"
                      ["HaveGameDetail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["LeagueSeasonName.HaveGameDetail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["haveGameDetail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["leagueSeasonName.haveGameDetail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["COL_HAVE_GAME_DETAIL"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["have_game_detail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["league_season_name.have_game_detail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["HaveAssistantReferee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["LeagueSeasonName.HaveAssistantReferee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["haveAssistantReferee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["leagueSeasonName.haveAssistantReferee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["COL_HAVE_ASSISTANT_REFEREE"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["have_assistant_referee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["league_season_name.have_assistant_referee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(18) "league_season_name"
                    ["phpName":protected]=>
                    string(16) "LeagueSeasonName"
                    ["classname":protected]=>
                    string(17) "\LeagueSeasonName"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(3) {
                      ["league_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "league"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "league_id"
                        ["phpName":protected]=>
                        string(8) "LeagueId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["league_name_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_name"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_name_id"
                        ["phpName":protected]=>
                        string(12) "LeagueNameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["league_season_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(13) "league_season"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "league_season_id"
                        ["phpName":protected]=>
                        string(14) "LeagueSeasonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["national_game"]=>
                  string(25) "\Map\NationalGameTableMap"
                  ["national_game_card"]=>
                  string(29) "\Map\NationalGameCardTableMap"
                  ["national_game_coach"]=>
                  string(30) "\Map\NationalGameCoachTableMap"
                  ["national_game_goal"]=>
                  string(29) "\Map\NationalGameGoalTableMap"
                  ["national_game_player"]=>
                  string(31) "\Map\NationalGamePlayerTableMap"
                  ["national_game_referee"]=>
                  string(32) "\Map\NationalGameRefereeTableMap"
                  ["national_game_type"]=>
                  string(29) "\Map\NationalGameTypeTableMap"
                  ["national_tournament"]=>
                  string(31) "\Map\NationalTournamentTableMap"
                  ["national_tournament_name"]=>
                  string(35) "\Map\NationalTournamentNameTableMap"
                  ["object_resource_link"]=>
                  string(31) "\Map\ObjectResourceLinkTableMap"
                  ["object_resource_private"]=>
                  string(34) "\Map\ObjectResourcePrivateTableMap"
                  ["object_resource_private_content"]=>
                  string(41) "\Map\ObjectResourcePrivateContentTableMap"
                  ["object_resource_private_metadata"]=>
                  string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                  ["object_resource_private_name"]=>
                  string(38) "\Map\ObjectResourcePrivateNameTableMap"
                  ["person"]=>
                  string(19) "\Map\PersonTableMap"
                  ["person_map"]=>
                  string(22) "\Map\PersonMapTableMap"
                  ["player_type"]=>
                  string(23) "\Map\PlayerTypeTableMap"
                  ["stage"]=>
                  object(Map\StageTableMap)#84 (17) {
                    ["columns":protected]=>
                    array(8) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SHORT_NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "short_name"
                        ["phpName":protected]=>
                        string(9) "ShortName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PREFIX"]=>
                      object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "prefix"
                        ["phpName":protected]=>
                        string(6) "Prefix"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SUFFIX"]=>
                      object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "suffix"
                        ["phpName":protected]=>
                        string(6) "Suffix"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MAP_NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "map_name"
                        ["phpName":protected]=>
                        string(7) "MapName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ORD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(8) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ShortName"]=>
                      object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "short_name"
                        ["phpName":protected]=>
                        string(9) "ShortName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Prefix"]=>
                      object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "prefix"
                        ["phpName":protected]=>
                        string(6) "Prefix"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Suffix"]=>
                      object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "suffix"
                        ["phpName":protected]=>
                        string(6) "Suffix"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MapName"]=>
                      object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "map_name"
                        ["phpName":protected]=>
                        string(7) "MapName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Ord"]=>
                      object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(52) {
                      ["Id"]=>
                      string(2) "ID"
                      ["Stage.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["stage.id"]=>
                      string(2) "ID"
                      ["StageTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["Name"]=>
                      string(4) "NAME"
                      ["Stage.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["stage.name"]=>
                      string(4) "NAME"
                      ["StageTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["ShortName"]=>
                      string(10) "SHORT_NAME"
                      ["Stage.ShortName"]=>
                      string(10) "SHORT_NAME"
                      ["shortName"]=>
                      string(10) "SHORT_NAME"
                      ["stage.shortName"]=>
                      string(10) "SHORT_NAME"
                      ["StageTableMap::COL_SHORT_NAME"]=>
                      string(10) "SHORT_NAME"
                      ["COL_SHORT_NAME"]=>
                      string(10) "SHORT_NAME"
                      ["short_name"]=>
                      string(10) "SHORT_NAME"
                      ["stage.short_name"]=>
                      string(10) "SHORT_NAME"
                      ["Prefix"]=>
                      string(6) "PREFIX"
                      ["Stage.Prefix"]=>
                      string(6) "PREFIX"
                      ["prefix"]=>
                      string(6) "PREFIX"
                      ["stage.prefix"]=>
                      string(6) "PREFIX"
                      ["StageTableMap::COL_PREFIX"]=>
                      string(6) "PREFIX"
                      ["COL_PREFIX"]=>
                      string(6) "PREFIX"
                      ["Suffix"]=>
                      string(6) "SUFFIX"
                      ["Stage.Suffix"]=>
                      string(6) "SUFFIX"
                      ["suffix"]=>
                      string(6) "SUFFIX"
                      ["stage.suffix"]=>
                      string(6) "SUFFIX"
                      ["StageTableMap::COL_SUFFIX"]=>
                      string(6) "SUFFIX"
                      ["COL_SUFFIX"]=>
                      string(6) "SUFFIX"
                      ["MapName"]=>
                      string(8) "MAP_NAME"
                      ["Stage.MapName"]=>
                      string(8) "MAP_NAME"
                      ["mapName"]=>
                      string(8) "MAP_NAME"
                      ["stage.mapName"]=>
                      string(8) "MAP_NAME"
                      ["StageTableMap::COL_MAP_NAME"]=>
                      string(8) "MAP_NAME"
                      ["COL_MAP_NAME"]=>
                      string(8) "MAP_NAME"
                      ["map_name"]=>
                      string(8) "MAP_NAME"
                      ["stage.map_name"]=>
                      string(8) "MAP_NAME"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["Stage.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["stage.slug"]=>
                      string(4) "SLUG"
                      ["StageTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                      ["Ord"]=>
                      string(3) "ORD"
                      ["Stage.Ord"]=>
                      string(3) "ORD"
                      ["ord"]=>
                      string(3) "ORD"
                      ["stage.ord"]=>
                      string(3) "ORD"
                      ["StageTableMap::COL_ORD"]=>
                      string(3) "ORD"
                      ["COL_ORD"]=>
                      string(3) "ORD"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(5) "stage"
                    ["phpName":protected]=>
                    string(5) "Stage"
                    ["classname":protected]=>
                    string(6) "\Stage"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(0) {
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                }
                ["tablesByPhpName":protected]=>
                array(50) {
                  ["\AccessLog"]=>
                  string(22) "\Map\AccessLogTableMap"
                  ["\Account"]=>
                  string(20) "\Map\AccountTableMap"
                  ["\Article"]=>
                  string(20) "\Map\ArticleTableMap"
                  ["\ArticleCategory"]=>
                  string(28) "\Map\ArticleCategoryTableMap"
                  ["\Bookmaker"]=>
                  string(22) "\Map\BookmakerTableMap"
                  ["\Club"]=>
                  object(Map\ClubTableMap)#98 (17) {
                    ["columns":protected]=>
                    array(16) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(7) "home_id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["COUNTRY_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SHORTNAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "shortname"
                        ["phpName":protected]=>
                        string(9) "Shortname"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["OFFICIAL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "official"
                        ["phpName":protected]=>
                        string(8) "Official"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IDOLD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "idold"
                        ["phpName":protected]=>
                        string(5) "Idold"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["YEAR_FOUNDED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "year_founded"
                        ["phpName":protected]=>
                        string(11) "YearFounded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DATE_FOUNDED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                        ["type":protected]=>
                        string(4) "DATE"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "date_founded"
                        ["phpName":protected]=>
                        string(11) "DateFounded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["YEAR_DISSOLVED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "year_dissolved"
                        ["phpName":protected]=>
                        string(13) "YearDissolved"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DATE_DISSOLVED"]=>
                      object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                        ["type":protected]=>
                        string(4) "DATE"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "date_dissolved"
                        ["phpName":protected]=>
                        string(13) "DateDissolved"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["KNOWN_AS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "known_as"
                        ["phpName":protected]=>
                        string(7) "KnownAs"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["CLUB_NAME_HISTORY"]=>
                      object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(17) "club_name_history"
                        ["phpName":protected]=>
                        string(15) "ClubNameHistory"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DESCRIPTION"]=>
                      object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(11) "description"
                        ["phpName":protected]=>
                        string(11) "Description"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PRIVATE_NOTICE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "private_notice"
                        ["phpName":protected]=>
                        string(13) "PrivateNotice"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IDMOVEDTO"]=>
                      object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "idmovedto"
                        ["phpName":protected]=>
                        string(9) "Idmovedto"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(16) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(7) "home_id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["CountryId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#102 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#103 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Shortname"]=>
                      object(Propel\Runtime\Map\ColumnMap)#104 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "shortname"
                        ["phpName":protected]=>
                        string(9) "Shortname"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Official"]=>
                      object(Propel\Runtime\Map\ColumnMap)#105 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "official"
                        ["phpName":protected]=>
                        string(8) "Official"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Idold"]=>
                      object(Propel\Runtime\Map\ColumnMap)#106 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "idold"
                        ["phpName":protected]=>
                        string(5) "Idold"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["YearFounded"]=>
                      object(Propel\Runtime\Map\ColumnMap)#107 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "year_founded"
                        ["phpName":protected]=>
                        string(11) "YearFounded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DateFounded"]=>
                      object(Propel\Runtime\Map\ColumnMap)#108 (12) {
                        ["type":protected]=>
                        string(4) "DATE"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(12) "date_founded"
                        ["phpName":protected]=>
                        string(11) "DateFounded"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["YearDissolved"]=>
                      object(Propel\Runtime\Map\ColumnMap)#109 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "year_dissolved"
                        ["phpName":protected]=>
                        string(13) "YearDissolved"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["DateDissolved"]=>
                      object(Propel\Runtime\Map\ColumnMap)#110 (12) {
                        ["type":protected]=>
                        string(4) "DATE"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "date_dissolved"
                        ["phpName":protected]=>
                        string(13) "DateDissolved"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["KnownAs"]=>
                      object(Propel\Runtime\Map\ColumnMap)#111 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "known_as"
                        ["phpName":protected]=>
                        string(7) "KnownAs"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ClubNameHistory"]=>
                      object(Propel\Runtime\Map\ColumnMap)#112 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(17) "club_name_history"
                        ["phpName":protected]=>
                        string(15) "ClubNameHistory"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Description"]=>
                      object(Propel\Runtime\Map\ColumnMap)#113 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(11) "description"
                        ["phpName":protected]=>
                        string(11) "Description"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PrivateNotice"]=>
                      object(Propel\Runtime\Map\ColumnMap)#114 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "private_notice"
                        ["phpName":protected]=>
                        string(13) "PrivateNotice"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Idmovedto"]=>
                      object(Propel\Runtime\Map\ColumnMap)#115 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "idmovedto"
                        ["phpName":protected]=>
                        string(9) "Idmovedto"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(112) {
                      ["Id"]=>
                      string(2) "ID"
                      ["Club.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["club.id"]=>
                      string(2) "ID"
                      ["ClubTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["CountryId"]=>
                      string(10) "COUNTRY_ID"
                      ["Club.CountryId"]=>
                      string(10) "COUNTRY_ID"
                      ["countryId"]=>
                      string(10) "COUNTRY_ID"
                      ["club.countryId"]=>
                      string(10) "COUNTRY_ID"
                      ["ClubTableMap::COL_COUNTRY_ID"]=>
                      string(10) "COUNTRY_ID"
                      ["COL_COUNTRY_ID"]=>
                      string(10) "COUNTRY_ID"
                      ["country_id"]=>
                      string(10) "COUNTRY_ID"
                      ["club.country_id"]=>
                      string(10) "COUNTRY_ID"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["Club.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["club.slug"]=>
                      string(4) "SLUG"
                      ["ClubTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                      ["Name"]=>
                      string(4) "NAME"
                      ["Club.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["club.name"]=>
                      string(4) "NAME"
                      ["ClubTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["Shortname"]=>
                      string(9) "SHORTNAME"
                      ["Club.Shortname"]=>
                      string(9) "SHORTNAME"
                      ["shortname"]=>
                      string(9) "SHORTNAME"
                      ["club.shortname"]=>
                      string(9) "SHORTNAME"
                      ["ClubTableMap::COL_SHORTNAME"]=>
                      string(9) "SHORTNAME"
                      ["COL_SHORTNAME"]=>
                      string(9) "SHORTNAME"
                      ["Official"]=>
                      string(8) "OFFICIAL"
                      ["Club.Official"]=>
                      string(8) "OFFICIAL"
                      ["official"]=>
                      string(8) "OFFICIAL"
                      ["club.official"]=>
                      string(8) "OFFICIAL"
                      ["ClubTableMap::COL_OFFICIAL"]=>
                      string(8) "OFFICIAL"
                      ["COL_OFFICIAL"]=>
                      string(8) "OFFICIAL"
                      ["Idold"]=>
                      string(5) "IDOLD"
                      ["Club.Idold"]=>
                      string(5) "IDOLD"
                      ["idold"]=>
                      string(5) "IDOLD"
                      ["club.idold"]=>
                      string(5) "IDOLD"
                      ["ClubTableMap::COL_IDOLD"]=>
                      string(5) "IDOLD"
                      ["COL_IDOLD"]=>
                      string(5) "IDOLD"
                      ["YearFounded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["Club.YearFounded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["yearFounded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["club.yearFounded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["ClubTableMap::COL_YEAR_FOUNDED"]=>
                      string(12) "YEAR_FOUNDED"
                      ["COL_YEAR_FOUNDED"]=>
                      string(12) "YEAR_FOUNDED"
                      ["year_founded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["club.year_founded"]=>
                      string(12) "YEAR_FOUNDED"
                      ["DateFounded"]=>
                      string(12) "DATE_FOUNDED"
                      ["Club.DateFounded"]=>
                      string(12) "DATE_FOUNDED"
                      ["dateFounded"]=>
                      string(12) "DATE_FOUNDED"
                      ["club.dateFounded"]=>
                      string(12) "DATE_FOUNDED"
                      ["ClubTableMap::COL_DATE_FOUNDED"]=>
                      string(12) "DATE_FOUNDED"
                      ["COL_DATE_FOUNDED"]=>
                      string(12) "DATE_FOUNDED"
                      ["date_founded"]=>
                      string(12) "DATE_FOUNDED"
                      ["club.date_founded"]=>
                      string(12) "DATE_FOUNDED"
                      ["YearDissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["Club.YearDissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["yearDissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["club.yearDissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["ClubTableMap::COL_YEAR_DISSOLVED"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["COL_YEAR_DISSOLVED"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["year_dissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["club.year_dissolved"]=>
                      string(14) "YEAR_DISSOLVED"
                      ["DateDissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["Club.DateDissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["dateDissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["club.dateDissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["ClubTableMap::COL_DATE_DISSOLVED"]=>
                      string(14) "DATE_DISSOLVED"
                      ["COL_DATE_DISSOLVED"]=>
                      string(14) "DATE_DISSOLVED"
                      ["date_dissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["club.date_dissolved"]=>
                      string(14) "DATE_DISSOLVED"
                      ["KnownAs"]=>
                      string(8) "KNOWN_AS"
                      ["Club.KnownAs"]=>
                      string(8) "KNOWN_AS"
                      ["knownAs"]=>
                      string(8) "KNOWN_AS"
                      ["club.knownAs"]=>
                      string(8) "KNOWN_AS"
                      ["ClubTableMap::COL_KNOWN_AS"]=>
                      string(8) "KNOWN_AS"
                      ["COL_KNOWN_AS"]=>
                      string(8) "KNOWN_AS"
                      ["known_as"]=>
                      string(8) "KNOWN_AS"
                      ["club.known_as"]=>
                      string(8) "KNOWN_AS"
                      ["ClubNameHistory"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["Club.ClubNameHistory"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["clubNameHistory"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["club.clubNameHistory"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["ClubTableMap::COL_CLUB_NAME_HISTORY"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["COL_CLUB_NAME_HISTORY"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["club_name_history"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["club.club_name_history"]=>
                      string(17) "CLUB_NAME_HISTORY"
                      ["Description"]=>
                      string(11) "DESCRIPTION"
                      ["Club.Description"]=>
                      string(11) "DESCRIPTION"
                      ["description"]=>
                      string(11) "DESCRIPTION"
                      ["club.description"]=>
                      string(11) "DESCRIPTION"
                      ["ClubTableMap::COL_DESCRIPTION"]=>
                      string(11) "DESCRIPTION"
                      ["COL_DESCRIPTION"]=>
                      string(11) "DESCRIPTION"
                      ["PrivateNotice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["Club.PrivateNotice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["privateNotice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["club.privateNotice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["ClubTableMap::COL_PRIVATE_NOTICE"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["COL_PRIVATE_NOTICE"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["private_notice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["club.private_notice"]=>
                      string(14) "PRIVATE_NOTICE"
                      ["Idmovedto"]=>
                      string(9) "IDMOVEDTO"
                      ["Club.Idmovedto"]=>
                      string(9) "IDMOVEDTO"
                      ["idmovedto"]=>
                      string(9) "IDMOVEDTO"
                      ["club.idmovedto"]=>
                      string(9) "IDMOVEDTO"
                      ["ClubTableMap::COL_IDMOVEDTO"]=>
                      string(9) "IDMOVEDTO"
                      ["COL_IDMOVEDTO"]=>
                      string(9) "IDMOVEDTO"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(4) "club"
                    ["phpName":protected]=>
                    string(4) "Club"
                    ["classname":protected]=>
                    string(5) "\Club"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(7) "home_id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(2) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#99 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(7) "home_id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["country_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#101 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["\ClubMap"]=>
                  string(20) "\Map\ClubMapTableMap"
                  ["\Country"]=>
                  object(Map\CountryTableMap)#62 (17) {
                    ["columns":protected]=>
                    array(3) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(3) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#65 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#66 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(18) {
                      ["Id"]=>
                      string(2) "ID"
                      ["Country.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["country.id"]=>
                      string(2) "ID"
                      ["CountryTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["Name"]=>
                      string(4) "NAME"
                      ["Country.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["country.name"]=>
                      string(4) "NAME"
                      ["CountryTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["Country.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["country.slug"]=>
                      string(4) "SLUG"
                      ["CountryTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(7) "country"
                    ["phpName":protected]=>
                    string(7) "Country"
                    ["classname":protected]=>
                    string(8) "\Country"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#63 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(0) {
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["\Customer"]=>
                  string(21) "\Map\CustomerTableMap"
                  ["\CustomerPackage"]=>
                  string(28) "\Map\CustomerPackageTableMap"
                  ["\CustomerPackageType"]=>
                  string(32) "\Map\CustomerPackageTypeTableMap"
                  ["\EventOdd"]=>
                  string(21) "\Map\EventOddTableMap"
                  ["\EventOddMove"]=>
                  string(25) "\Map\EventOddMoveTableMap"
                  ["\ImportSource"]=>
                  string(25) "\Map\ImportSourceTableMap"
                  ["\League"]=>
                  object(Map\LeagueTableMap)#45 (17) {
                    ["columns":protected]=>
                    array(10) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["COUNTRY_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SHORT_NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "short_name"
                        ["phpName":protected]=>
                        string(9) "ShortName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HAVE_STANDING"]=>
                      object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "have_standing"
                        ["phpName":protected]=>
                        string(12) "HaveStanding"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["FRONT_PAGE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "front_page"
                        ["phpName":protected]=>
                        string(9) "FrontPage"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ORD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(5)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEVEL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(10)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "level"
                        ["phpName":protected]=>
                        string(5) "Level"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PREVIEW"]=>
                      object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "preview"
                        ["phpName":protected]=>
                        string(7) "Preview"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(10) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["CountryId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#55 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#50 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ShortName"]=>
                      object(Propel\Runtime\Map\ColumnMap)#52 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "short_name"
                        ["phpName":protected]=>
                        string(9) "ShortName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HaveStanding"]=>
                      object(Propel\Runtime\Map\ColumnMap)#51 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "have_standing"
                        ["phpName":protected]=>
                        string(12) "HaveStanding"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["FrontPage"]=>
                      object(Propel\Runtime\Map\ColumnMap)#54 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "front_page"
                        ["phpName":protected]=>
                        string(9) "FrontPage"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Ord"]=>
                      object(Propel\Runtime\Map\ColumnMap)#59 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(5)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Level"]=>
                      object(Propel\Runtime\Map\ColumnMap)#60 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(10)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "level"
                        ["phpName":protected]=>
                        string(5) "Level"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Preview"]=>
                      object(Propel\Runtime\Map\ColumnMap)#61 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "preview"
                        ["phpName":protected]=>
                        string(7) "Preview"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(68) {
                      ["Id"]=>
                      string(2) "ID"
                      ["League.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["league.id"]=>
                      string(2) "ID"
                      ["LeagueTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["CountryId"]=>
                      string(10) "COUNTRY_ID"
                      ["League.CountryId"]=>
                      string(10) "COUNTRY_ID"
                      ["countryId"]=>
                      string(10) "COUNTRY_ID"
                      ["league.countryId"]=>
                      string(10) "COUNTRY_ID"
                      ["LeagueTableMap::COL_COUNTRY_ID"]=>
                      string(10) "COUNTRY_ID"
                      ["COL_COUNTRY_ID"]=>
                      string(10) "COUNTRY_ID"
                      ["country_id"]=>
                      string(10) "COUNTRY_ID"
                      ["league.country_id"]=>
                      string(10) "COUNTRY_ID"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["League.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["league.slug"]=>
                      string(4) "SLUG"
                      ["LeagueTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                      ["Name"]=>
                      string(4) "NAME"
                      ["League.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["league.name"]=>
                      string(4) "NAME"
                      ["LeagueTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["ShortName"]=>
                      string(10) "SHORT_NAME"
                      ["League.ShortName"]=>
                      string(10) "SHORT_NAME"
                      ["shortName"]=>
                      string(10) "SHORT_NAME"
                      ["league.shortName"]=>
                      string(10) "SHORT_NAME"
                      ["LeagueTableMap::COL_SHORT_NAME"]=>
                      string(10) "SHORT_NAME"
                      ["COL_SHORT_NAME"]=>
                      string(10) "SHORT_NAME"
                      ["short_name"]=>
                      string(10) "SHORT_NAME"
                      ["league.short_name"]=>
                      string(10) "SHORT_NAME"
                      ["HaveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["League.HaveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["haveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["league.haveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["LeagueTableMap::COL_HAVE_STANDING"]=>
                      string(13) "HAVE_STANDING"
                      ["COL_HAVE_STANDING"]=>
                      string(13) "HAVE_STANDING"
                      ["have_standing"]=>
                      string(13) "HAVE_STANDING"
                      ["league.have_standing"]=>
                      string(13) "HAVE_STANDING"
                      ["FrontPage"]=>
                      string(10) "FRONT_PAGE"
                      ["League.FrontPage"]=>
                      string(10) "FRONT_PAGE"
                      ["frontPage"]=>
                      string(10) "FRONT_PAGE"
                      ["league.frontPage"]=>
                      string(10) "FRONT_PAGE"
                      ["LeagueTableMap::COL_FRONT_PAGE"]=>
                      string(10) "FRONT_PAGE"
                      ["COL_FRONT_PAGE"]=>
                      string(10) "FRONT_PAGE"
                      ["front_page"]=>
                      string(10) "FRONT_PAGE"
                      ["league.front_page"]=>
                      string(10) "FRONT_PAGE"
                      ["Ord"]=>
                      string(3) "ORD"
                      ["League.Ord"]=>
                      string(3) "ORD"
                      ["ord"]=>
                      string(3) "ORD"
                      ["league.ord"]=>
                      string(3) "ORD"
                      ["LeagueTableMap::COL_ORD"]=>
                      string(3) "ORD"
                      ["COL_ORD"]=>
                      string(3) "ORD"
                      ["Level"]=>
                      string(5) "LEVEL"
                      ["League.Level"]=>
                      string(5) "LEVEL"
                      ["level"]=>
                      string(5) "LEVEL"
                      ["league.level"]=>
                      string(5) "LEVEL"
                      ["LeagueTableMap::COL_LEVEL"]=>
                      string(5) "LEVEL"
                      ["COL_LEVEL"]=>
                      string(5) "LEVEL"
                      ["Preview"]=>
                      string(7) "PREVIEW"
                      ["League.Preview"]=>
                      string(7) "PREVIEW"
                      ["preview"]=>
                      string(7) "PREVIEW"
                      ["league.preview"]=>
                      string(7) "PREVIEW"
                      ["LeagueTableMap::COL_PREVIEW"]=>
                      string(7) "PREVIEW"
                      ["COL_PREVIEW"]=>
                      string(7) "PREVIEW"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(6) "league"
                    ["phpName":protected]=>
                    string(6) "League"
                    ["classname":protected]=>
                    string(7) "\League"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#56 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(1) {
                      ["country_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#53 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(7) "country"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "country_id"
                        ["phpName":protected]=>
                        string(9) "CountryId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["\LeagueClub"]=>
                  string(23) "\Map\LeagueClubTableMap"
                  ["\LeagueGame"]=>
                  *RECURSION*
                  ["\LeagueGameCard"]=>
                  string(27) "\Map\LeagueGameCardTableMap"
                  ["\LeagueGameCoach"]=>
                  string(28) "\Map\LeagueGameCoachTableMap"
                  ["\LeagueGameGoal"]=>
                  object(Map\LeagueGameGoalTableMap)#116 (17) {
                    ["columns":protected]=>
                    array(13) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_GAME_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_game_id"
                        ["phpName":protected]=>
                        string(12) "LeagueGameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["CLUB_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "club_id"
                        ["phpName":protected]=>
                        string(6) "ClubId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PERSON_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "person"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "person_id"
                        ["phpName":protected]=>
                        string(8) "PersonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PERSON_MAP_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(10) "person_map"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "person_map_id"
                        ["phpName":protected]=>
                        string(11) "PersonMapId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MIN"]=>
                      object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(2)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "min"
                        ["phpName":protected]=>
                        string(3) "Min"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MINPLUS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(2)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "minPlus"
                        ["phpName":protected]=>
                        string(7) "MinPlus"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PENALTY"]=>
                      object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "penalty"
                        ["phpName":protected]=>
                        string(7) "Penalty"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["OWN"]=>
                      object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "own"
                        ["phpName":protected]=>
                        string(3) "Own"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SHOOTS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "shoots"
                        ["phpName":protected]=>
                        string(13) "PenaltyShoots"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ISGOAL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "isgoal"
                        ["phpName":protected]=>
                        string(6) "IsGoal"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SCORE_MODE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "score_mode"
                        ["phpName":protected]=>
                        string(9) "ScoreMode"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ASSIST_BY"]=>
                      object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "assist_by"
                        ["phpName":protected]=>
                        string(8) "AssistBy"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(13) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueGameId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_game_id"
                        ["phpName":protected]=>
                        string(12) "LeagueGameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ClubId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "club_id"
                        ["phpName":protected]=>
                        string(6) "ClubId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PersonId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "person"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "person_id"
                        ["phpName":protected]=>
                        string(8) "PersonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PersonMapId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(10) "person_map"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "person_map_id"
                        ["phpName":protected]=>
                        string(11) "PersonMapId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Min"]=>
                      object(Propel\Runtime\Map\ColumnMap)#125 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(2)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "min"
                        ["phpName":protected]=>
                        string(3) "Min"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MinPlus"]=>
                      object(Propel\Runtime\Map\ColumnMap)#126 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(2)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "minPlus"
                        ["phpName":protected]=>
                        string(7) "MinPlus"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Penalty"]=>
                      object(Propel\Runtime\Map\ColumnMap)#127 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "penalty"
                        ["phpName":protected]=>
                        string(7) "Penalty"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Own"]=>
                      object(Propel\Runtime\Map\ColumnMap)#128 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "own"
                        ["phpName":protected]=>
                        string(3) "Own"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PenaltyShoots"]=>
                      object(Propel\Runtime\Map\ColumnMap)#129 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "shoots"
                        ["phpName":protected]=>
                        string(13) "PenaltyShoots"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IsGoal"]=>
                      object(Propel\Runtime\Map\ColumnMap)#130 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "isgoal"
                        ["phpName":protected]=>
                        string(6) "IsGoal"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ScoreMode"]=>
                      object(Propel\Runtime\Map\ColumnMap)#131 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "score_mode"
                        ["phpName":protected]=>
                        string(9) "ScoreMode"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["AssistBy"]=>
                      object(Propel\Runtime\Map\ColumnMap)#132 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(255)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "assist_by"
                        ["phpName":protected]=>
                        string(8) "AssistBy"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(99) {
                      ["Id"]=>
                      string(2) "ID"
                      ["LeagueGameGoal.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["leagueGameGoal.id"]=>
                      string(2) "ID"
                      ["LeagueGameGoalTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["league_game_goal.id"]=>
                      string(2) "ID"
                      ["LeagueGameId"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["LeagueGameGoal.LeagueGameId"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["leagueGameId"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["leagueGameGoal.leagueGameId"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["LeagueGameGoalTableMap::COL_LEAGUE_GAME_ID"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["COL_LEAGUE_GAME_ID"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["league_game_id"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["league_game_goal.league_game_id"]=>
                      string(14) "LEAGUE_GAME_ID"
                      ["ClubId"]=>
                      string(7) "CLUB_ID"
                      ["LeagueGameGoal.ClubId"]=>
                      string(7) "CLUB_ID"
                      ["clubId"]=>
                      string(7) "CLUB_ID"
                      ["leagueGameGoal.clubId"]=>
                      string(7) "CLUB_ID"
                      ["LeagueGameGoalTableMap::COL_CLUB_ID"]=>
                      string(7) "CLUB_ID"
                      ["COL_CLUB_ID"]=>
                      string(7) "CLUB_ID"
                      ["club_id"]=>
                      string(7) "CLUB_ID"
                      ["league_game_goal.club_id"]=>
                      string(7) "CLUB_ID"
                      ["PersonId"]=>
                      string(9) "PERSON_ID"
                      ["LeagueGameGoal.PersonId"]=>
                      string(9) "PERSON_ID"
                      ["personId"]=>
                      string(9) "PERSON_ID"
                      ["leagueGameGoal.personId"]=>
                      string(9) "PERSON_ID"
                      ["LeagueGameGoalTableMap::COL_PERSON_ID"]=>
                      string(9) "PERSON_ID"
                      ["COL_PERSON_ID"]=>
                      string(9) "PERSON_ID"
                      ["person_id"]=>
                      string(9) "PERSON_ID"
                      ["league_game_goal.person_id"]=>
                      string(9) "PERSON_ID"
                      ["PersonMapId"]=>
                      string(13) "PERSON_MAP_ID"
                      ["LeagueGameGoal.PersonMapId"]=>
                      string(13) "PERSON_MAP_ID"
                      ["personMapId"]=>
                      string(13) "PERSON_MAP_ID"
                      ["leagueGameGoal.personMapId"]=>
                      string(13) "PERSON_MAP_ID"
                      ["LeagueGameGoalTableMap::COL_PERSON_MAP_ID"]=>
                      string(13) "PERSON_MAP_ID"
                      ["COL_PERSON_MAP_ID"]=>
                      string(13) "PERSON_MAP_ID"
                      ["person_map_id"]=>
                      string(13) "PERSON_MAP_ID"
                      ["league_game_goal.person_map_id"]=>
                      string(13) "PERSON_MAP_ID"
                      ["Min"]=>
                      string(3) "MIN"
                      ["LeagueGameGoal.Min"]=>
                      string(3) "MIN"
                      ["min"]=>
                      string(3) "MIN"
                      ["leagueGameGoal.min"]=>
                      string(3) "MIN"
                      ["LeagueGameGoalTableMap::COL_MIN"]=>
                      string(3) "MIN"
                      ["COL_MIN"]=>
                      string(3) "MIN"
                      ["league_game_goal.min"]=>
                      string(3) "MIN"
                      ["MinPlus"]=>
                      string(7) "MINPLUS"
                      ["LeagueGameGoal.MinPlus"]=>
                      string(7) "MINPLUS"
                      ["minPlus"]=>
                      string(7) "MINPLUS"
                      ["leagueGameGoal.minPlus"]=>
                      string(7) "MINPLUS"
                      ["LeagueGameGoalTableMap::COL_MINPLUS"]=>
                      string(7) "MINPLUS"
                      ["COL_MINPLUS"]=>
                      string(7) "MINPLUS"
                      ["league_game_goal.minPlus"]=>
                      string(7) "MINPLUS"
                      ["Penalty"]=>
                      string(7) "PENALTY"
                      ["LeagueGameGoal.Penalty"]=>
                      string(7) "PENALTY"
                      ["penalty"]=>
                      string(7) "PENALTY"
                      ["leagueGameGoal.penalty"]=>
                      string(7) "PENALTY"
                      ["LeagueGameGoalTableMap::COL_PENALTY"]=>
                      string(7) "PENALTY"
                      ["COL_PENALTY"]=>
                      string(7) "PENALTY"
                      ["league_game_goal.penalty"]=>
                      string(7) "PENALTY"
                      ["Own"]=>
                      string(3) "OWN"
                      ["LeagueGameGoal.Own"]=>
                      string(3) "OWN"
                      ["own"]=>
                      string(3) "OWN"
                      ["leagueGameGoal.own"]=>
                      string(3) "OWN"
                      ["LeagueGameGoalTableMap::COL_OWN"]=>
                      string(3) "OWN"
                      ["COL_OWN"]=>
                      string(3) "OWN"
                      ["league_game_goal.own"]=>
                      string(3) "OWN"
                      ["PenaltyShoots"]=>
                      string(6) "SHOOTS"
                      ["LeagueGameGoal.PenaltyShoots"]=>
                      string(6) "SHOOTS"
                      ["penaltyShoots"]=>
                      string(6) "SHOOTS"
                      ["leagueGameGoal.penaltyShoots"]=>
                      string(6) "SHOOTS"
                      ["LeagueGameGoalTableMap::COL_SHOOTS"]=>
                      string(6) "SHOOTS"
                      ["COL_SHOOTS"]=>
                      string(6) "SHOOTS"
                      ["shoots"]=>
                      string(6) "SHOOTS"
                      ["league_game_goal.shoots"]=>
                      string(6) "SHOOTS"
                      ["IsGoal"]=>
                      string(6) "ISGOAL"
                      ["LeagueGameGoal.IsGoal"]=>
                      string(6) "ISGOAL"
                      ["isGoal"]=>
                      string(6) "ISGOAL"
                      ["leagueGameGoal.isGoal"]=>
                      string(6) "ISGOAL"
                      ["LeagueGameGoalTableMap::COL_ISGOAL"]=>
                      string(6) "ISGOAL"
                      ["COL_ISGOAL"]=>
                      string(6) "ISGOAL"
                      ["isgoal"]=>
                      string(6) "ISGOAL"
                      ["league_game_goal.isgoal"]=>
                      string(6) "ISGOAL"
                      ["ScoreMode"]=>
                      string(10) "SCORE_MODE"
                      ["LeagueGameGoal.ScoreMode"]=>
                      string(10) "SCORE_MODE"
                      ["scoreMode"]=>
                      string(10) "SCORE_MODE"
                      ["leagueGameGoal.scoreMode"]=>
                      string(10) "SCORE_MODE"
                      ["LeagueGameGoalTableMap::COL_SCORE_MODE"]=>
                      string(10) "SCORE_MODE"
                      ["COL_SCORE_MODE"]=>
                      string(10) "SCORE_MODE"
                      ["score_mode"]=>
                      string(10) "SCORE_MODE"
                      ["league_game_goal.score_mode"]=>
                      string(10) "SCORE_MODE"
                      ["AssistBy"]=>
                      string(9) "ASSIST_BY"
                      ["LeagueGameGoal.AssistBy"]=>
                      string(9) "ASSIST_BY"
                      ["assistBy"]=>
                      string(9) "ASSIST_BY"
                      ["leagueGameGoal.assistBy"]=>
                      string(9) "ASSIST_BY"
                      ["LeagueGameGoalTableMap::COL_ASSIST_BY"]=>
                      string(9) "ASSIST_BY"
                      ["COL_ASSIST_BY"]=>
                      string(9) "ASSIST_BY"
                      ["assist_by"]=>
                      string(9) "ASSIST_BY"
                      ["league_game_goal.assist_by"]=>
                      string(9) "ASSIST_BY"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(16) "league_game_goal"
                    ["phpName":protected]=>
                    string(14) "LeagueGameGoal"
                    ["classname":protected]=>
                    string(15) "\LeagueGameGoal"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#117 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(4) {
                      ["league_game_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#121 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_game"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_game_id"
                        ["phpName":protected]=>
                        string(12) "LeagueGameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["club_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#122 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(4) "club"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(7) "club_id"
                        ["phpName":protected]=>
                        string(6) "ClubId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["person_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#123 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "person"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "person_id"
                        ["phpName":protected]=>
                        string(8) "PersonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["person_map_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#124 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(10) "person_map"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "person_map_id"
                        ["phpName":protected]=>
                        string(11) "PersonMapId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["\LeagueGameMetadata"]=>
                  string(31) "\Map\LeagueGameMetadataTableMap"
                  ["\LeagueGamePlayer"]=>
                  string(29) "\Map\LeagueGamePlayerTableMap"
                  ["\LeagueGameReferee"]=>
                  string(30) "\Map\LeagueGameRefereeTableMap"
                  ["\LeagueGameStatistic"]=>
                  string(32) "\Map\LeagueGameStatisticTableMap"
                  ["\LeagueGameStatisticType"]=>
                  string(36) "\Map\LeagueGameStatisticTypeTableMap"
                  ["\LeagueGameStatisticTypeMap"]=>
                  string(39) "\Map\LeagueGameStatisticTypeMapTableMap"
                  ["\LeagueImport"]=>
                  string(25) "\Map\LeagueImportTableMap"
                  ["\LeagueImportGame"]=>
                  string(29) "\Map\LeagueImportGameTableMap"
                  ["\LeagueName"]=>
                  string(23) "\Map\LeagueNameTableMap"
                  ["\LeagueNext"]=>
                  string(23) "\Map\LeagueNextTableMap"
                  ["\LeagueSeason"]=>
                  object(Map\LeagueSeasonTableMap)#83 (17) {
                    ["columns":protected]=>
                    array(5) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["START"]=>
                      object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "start"
                        ["phpName":protected]=>
                        string(5) "Start"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["END"]=>
                      object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "end"
                        ["phpName":protected]=>
                        string(3) "End"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["POINTS"]=>
                      object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "points"
                        ["phpName":protected]=>
                        string(6) "Points"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["IDOLD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "idold"
                        ["phpName":protected]=>
                        string(5) "Idold"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(5) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Start"]=>
                      object(Propel\Runtime\Map\ColumnMap)#81 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "start"
                        ["phpName":protected]=>
                        string(5) "Start"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["End"]=>
                      object(Propel\Runtime\Map\ColumnMap)#92 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "end"
                        ["phpName":protected]=>
                        string(3) "End"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Points"]=>
                      object(Propel\Runtime\Map\ColumnMap)#89 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "points"
                        ["phpName":protected]=>
                        string(6) "Points"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Idold"]=>
                      object(Propel\Runtime\Map\ColumnMap)#91 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(5) "idold"
                        ["phpName":protected]=>
                        string(5) "Idold"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(35) {
                      ["Id"]=>
                      string(2) "ID"
                      ["LeagueSeason.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["leagueSeason.id"]=>
                      string(2) "ID"
                      ["LeagueSeasonTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["league_season.id"]=>
                      string(2) "ID"
                      ["Start"]=>
                      string(5) "START"
                      ["LeagueSeason.Start"]=>
                      string(5) "START"
                      ["start"]=>
                      string(5) "START"
                      ["leagueSeason.start"]=>
                      string(5) "START"
                      ["LeagueSeasonTableMap::COL_START"]=>
                      string(5) "START"
                      ["COL_START"]=>
                      string(5) "START"
                      ["league_season.start"]=>
                      string(5) "START"
                      ["End"]=>
                      string(3) "END"
                      ["LeagueSeason.End"]=>
                      string(3) "END"
                      ["end"]=>
                      string(3) "END"
                      ["leagueSeason.end"]=>
                      string(3) "END"
                      ["LeagueSeasonTableMap::COL_END"]=>
                      string(3) "END"
                      ["COL_END"]=>
                      string(3) "END"
                      ["league_season.end"]=>
                      string(3) "END"
                      ["Points"]=>
                      string(6) "POINTS"
                      ["LeagueSeason.Points"]=>
                      string(6) "POINTS"
                      ["points"]=>
                      string(6) "POINTS"
                      ["leagueSeason.points"]=>
                      string(6) "POINTS"
                      ["LeagueSeasonTableMap::COL_POINTS"]=>
                      string(6) "POINTS"
                      ["COL_POINTS"]=>
                      string(6) "POINTS"
                      ["league_season.points"]=>
                      string(6) "POINTS"
                      ["Idold"]=>
                      string(5) "IDOLD"
                      ["LeagueSeason.Idold"]=>
                      string(5) "IDOLD"
                      ["idold"]=>
                      string(5) "IDOLD"
                      ["leagueSeason.idold"]=>
                      string(5) "IDOLD"
                      ["LeagueSeasonTableMap::COL_IDOLD"]=>
                      string(5) "IDOLD"
                      ["COL_IDOLD"]=>
                      string(5) "IDOLD"
                      ["league_season.idold"]=>
                      string(5) "IDOLD"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(13) "league_season"
                    ["phpName":protected]=>
                    string(12) "LeagueSeason"
                    ["classname":protected]=>
                    string(13) "\LeagueSeason"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#82 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(0) {
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["\LeagueSeasonName"]=>
                  object(Map\LeagueSeasonNameTableMap)#67 (17) {
                    ["columns":protected]=>
                    array(12) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "league"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "league_id"
                        ["phpName":protected]=>
                        string(8) "LeagueId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_NAME_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_name"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_name_id"
                        ["phpName":protected]=>
                        string(12) "LeagueNameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LEAGUE_SEASON_ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(13) "league_season"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "league_season_id"
                        ["phpName":protected]=>
                        string(14) "LeagueSeasonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HAVE_STANDING"]=>
                      object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "have_standing"
                        ["phpName":protected]=>
                        string(12) "HaveStanding"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ORD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(5)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NR_GAMES"]=>
                      object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "nr_games"
                        ["phpName":protected]=>
                        string(7) "NrGames"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NR_STAGES"]=>
                      object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "nr_stages"
                        ["phpName":protected]=>
                        string(8) "NrStages"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HAVE_GAME_DETAIL"]=>
                      object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "have_game_detail"
                        ["phpName":protected]=>
                        string(14) "HaveGameDetail"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HAVE_ASSISTANT_REFEREE"]=>
                      object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(22) "have_assistant_referee"
                        ["phpName":protected]=>
                        string(20) "HaveAssistantReferee"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(12) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "league"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "league_id"
                        ["phpName":protected]=>
                        string(8) "LeagueId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueNameId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_name"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_name_id"
                        ["phpName":protected]=>
                        string(12) "LeagueNameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["LeagueSeasonId"]=>
                      object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(13) "league_season"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "league_season_id"
                        ["phpName":protected]=>
                        string(14) "LeagueSeasonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#73 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#74 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HaveStanding"]=>
                      object(Propel\Runtime\Map\ColumnMap)#75 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(13) "have_standing"
                        ["phpName":protected]=>
                        string(12) "HaveStanding"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Ord"]=>
                      object(Propel\Runtime\Map\ColumnMap)#76 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(5)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NrGames"]=>
                      object(Propel\Runtime\Map\ColumnMap)#77 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "nr_games"
                        ["phpName":protected]=>
                        string(7) "NrGames"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NrStages"]=>
                      object(Propel\Runtime\Map\ColumnMap)#78 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "nr_stages"
                        ["phpName":protected]=>
                        string(8) "NrStages"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HaveGameDetail"]=>
                      object(Propel\Runtime\Map\ColumnMap)#79 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "have_game_detail"
                        ["phpName":protected]=>
                        string(14) "HaveGameDetail"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["HaveAssistantReferee"]=>
                      object(Propel\Runtime\Map\ColumnMap)#80 (12) {
                        ["type":protected]=>
                        string(7) "BOOLEAN"
                        ["size":protected]=>
                        int(1)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(22) "have_assistant_referee"
                        ["phpName":protected]=>
                        string(20) "HaveAssistantReferee"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(92) {
                      ["Id"]=>
                      string(2) "ID"
                      ["LeagueSeasonName.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["leagueSeasonName.id"]=>
                      string(2) "ID"
                      ["LeagueSeasonNameTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["league_season_name.id"]=>
                      string(2) "ID"
                      ["LeagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["LeagueSeasonName.LeagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["leagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["leagueSeasonName.leagueId"]=>
                      string(9) "LEAGUE_ID"
                      ["LeagueSeasonNameTableMap::COL_LEAGUE_ID"]=>
                      string(9) "LEAGUE_ID"
                      ["COL_LEAGUE_ID"]=>
                      string(9) "LEAGUE_ID"
                      ["league_id"]=>
                      string(9) "LEAGUE_ID"
                      ["league_season_name.league_id"]=>
                      string(9) "LEAGUE_ID"
                      ["LeagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["LeagueSeasonName.LeagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["leagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["leagueSeasonName.leagueNameId"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["LeagueSeasonNameTableMap::COL_LEAGUE_NAME_ID"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["COL_LEAGUE_NAME_ID"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["league_name_id"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["league_season_name.league_name_id"]=>
                      string(14) "LEAGUE_NAME_ID"
                      ["LeagueSeasonId"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["LeagueSeasonName.LeagueSeasonId"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["leagueSeasonId"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["leagueSeasonName.leagueSeasonId"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["LeagueSeasonNameTableMap::COL_LEAGUE_SEASON_ID"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["COL_LEAGUE_SEASON_ID"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["league_season_id"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["league_season_name.league_season_id"]=>
                      string(16) "LEAGUE_SEASON_ID"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["LeagueSeasonName.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["leagueSeasonName.slug"]=>
                      string(4) "SLUG"
                      ["LeagueSeasonNameTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                      ["league_season_name.slug"]=>
                      string(4) "SLUG"
                      ["Name"]=>
                      string(4) "NAME"
                      ["LeagueSeasonName.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["leagueSeasonName.name"]=>
                      string(4) "NAME"
                      ["LeagueSeasonNameTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["league_season_name.name"]=>
                      string(4) "NAME"
                      ["HaveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["LeagueSeasonName.HaveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["haveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["leagueSeasonName.haveStanding"]=>
                      string(13) "HAVE_STANDING"
                      ["LeagueSeasonNameTableMap::COL_HAVE_STANDING"]=>
                      string(13) "HAVE_STANDING"
                      ["COL_HAVE_STANDING"]=>
                      string(13) "HAVE_STANDING"
                      ["have_standing"]=>
                      string(13) "HAVE_STANDING"
                      ["league_season_name.have_standing"]=>
                      string(13) "HAVE_STANDING"
                      ["Ord"]=>
                      string(3) "ORD"
                      ["LeagueSeasonName.Ord"]=>
                      string(3) "ORD"
                      ["ord"]=>
                      string(3) "ORD"
                      ["leagueSeasonName.ord"]=>
                      string(3) "ORD"
                      ["LeagueSeasonNameTableMap::COL_ORD"]=>
                      string(3) "ORD"
                      ["COL_ORD"]=>
                      string(3) "ORD"
                      ["league_season_name.ord"]=>
                      string(3) "ORD"
                      ["NrGames"]=>
                      string(8) "NR_GAMES"
                      ["LeagueSeasonName.NrGames"]=>
                      string(8) "NR_GAMES"
                      ["nrGames"]=>
                      string(8) "NR_GAMES"
                      ["leagueSeasonName.nrGames"]=>
                      string(8) "NR_GAMES"
                      ["LeagueSeasonNameTableMap::COL_NR_GAMES"]=>
                      string(8) "NR_GAMES"
                      ["COL_NR_GAMES"]=>
                      string(8) "NR_GAMES"
                      ["nr_games"]=>
                      string(8) "NR_GAMES"
                      ["league_season_name.nr_games"]=>
                      string(8) "NR_GAMES"
                      ["NrStages"]=>
                      string(9) "NR_STAGES"
                      ["LeagueSeasonName.NrStages"]=>
                      string(9) "NR_STAGES"
                      ["nrStages"]=>
                      string(9) "NR_STAGES"
                      ["leagueSeasonName.nrStages"]=>
                      string(9) "NR_STAGES"
                      ["LeagueSeasonNameTableMap::COL_NR_STAGES"]=>
                      string(9) "NR_STAGES"
                      ["COL_NR_STAGES"]=>
                      string(9) "NR_STAGES"
                      ["nr_stages"]=>
                      string(9) "NR_STAGES"
                      ["league_season_name.nr_stages"]=>
                      string(9) "NR_STAGES"
                      ["HaveGameDetail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["LeagueSeasonName.HaveGameDetail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["haveGameDetail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["leagueSeasonName.haveGameDetail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["LeagueSeasonNameTableMap::COL_HAVE_GAME_DETAIL"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["COL_HAVE_GAME_DETAIL"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["have_game_detail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["league_season_name.have_game_detail"]=>
                      string(16) "HAVE_GAME_DETAIL"
                      ["HaveAssistantReferee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["LeagueSeasonName.HaveAssistantReferee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["haveAssistantReferee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["leagueSeasonName.haveAssistantReferee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["LeagueSeasonNameTableMap::COL_HAVE_ASSISTANT_REFEREE"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["COL_HAVE_ASSISTANT_REFEREE"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["have_assistant_referee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                      ["league_season_name.have_assistant_referee"]=>
                      string(22) "HAVE_ASSISTANT_REFEREE"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(18) "league_season_name"
                    ["phpName":protected]=>
                    string(16) "LeagueSeasonName"
                    ["classname":protected]=>
                    string(17) "\LeagueSeasonName"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#68 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(3) {
                      ["league_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#70 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(6) "league"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(9) "league_id"
                        ["phpName":protected]=>
                        string(8) "LeagueId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["league_name_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#71 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(11) "league_name"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(14) "league_name_id"
                        ["phpName":protected]=>
                        string(12) "LeagueNameId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["league_season_id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#72 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(13) "league_season"
                        ["relatedColumnName":protected]=>
                        string(2) "id"
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(16) "league_season_id"
                        ["phpName":protected]=>
                        string(14) "LeagueSeasonId"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                  ["\NationalGame"]=>
                  string(25) "\Map\NationalGameTableMap"
                  ["\NationalGameCard"]=>
                  string(29) "\Map\NationalGameCardTableMap"
                  ["\NationalGameCoach"]=>
                  string(30) "\Map\NationalGameCoachTableMap"
                  ["\NationalGameGoal"]=>
                  string(29) "\Map\NationalGameGoalTableMap"
                  ["\NationalGamePlayer"]=>
                  string(31) "\Map\NationalGamePlayerTableMap"
                  ["\NationalGameReferee"]=>
                  string(32) "\Map\NationalGameRefereeTableMap"
                  ["\NationalGameType"]=>
                  string(29) "\Map\NationalGameTypeTableMap"
                  ["\NationalTournament"]=>
                  string(31) "\Map\NationalTournamentTableMap"
                  ["\NationalTournamentName"]=>
                  string(35) "\Map\NationalTournamentNameTableMap"
                  ["\ObjectResourceLink"]=>
                  string(31) "\Map\ObjectResourceLinkTableMap"
                  ["\ObjectResourcePrivate"]=>
                  string(34) "\Map\ObjectResourcePrivateTableMap"
                  ["\ObjectResourcePrivateContent"]=>
                  string(41) "\Map\ObjectResourcePrivateContentTableMap"
                  ["\ObjectResourcePrivateMetadata"]=>
                  string(42) "\Map\ObjectResourcePrivateMetadataTableMap"
                  ["\ObjectResourcePrivateName"]=>
                  string(38) "\Map\ObjectResourcePrivateNameTableMap"
                  ["\Person"]=>
                  string(19) "\Map\PersonTableMap"
                  ["\PersonMap"]=>
                  string(22) "\Map\PersonMapTableMap"
                  ["\PlayerType"]=>
                  string(23) "\Map\PlayerTypeTableMap"
                  ["\Stage"]=>
                  object(Map\StageTableMap)#84 (17) {
                    ["columns":protected]=>
                    array(8) {
                      ["ID"]=>
                      object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SHORT_NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "short_name"
                        ["phpName":protected]=>
                        string(9) "ShortName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["PREFIX"]=>
                      object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "prefix"
                        ["phpName":protected]=>
                        string(6) "Prefix"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SUFFIX"]=>
                      object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "suffix"
                        ["phpName":protected]=>
                        string(6) "Suffix"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MAP_NAME"]=>
                      object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "map_name"
                        ["phpName":protected]=>
                        string(7) "MapName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["SLUG"]=>
                      object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ORD"]=>
                      object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["columnsByPhpName":protected]=>
                    array(8) {
                      ["Id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Name"]=>
                      object(Propel\Runtime\Map\ColumnMap)#86 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "name"
                        ["phpName":protected]=>
                        string(4) "Name"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["ShortName"]=>
                      object(Propel\Runtime\Map\ColumnMap)#85 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(10) "short_name"
                        ["phpName":protected]=>
                        string(9) "ShortName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Prefix"]=>
                      object(Propel\Runtime\Map\ColumnMap)#90 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "prefix"
                        ["phpName":protected]=>
                        string(6) "Prefix"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Suffix"]=>
                      object(Propel\Runtime\Map\ColumnMap)#94 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(6) "suffix"
                        ["phpName":protected]=>
                        string(6) "Suffix"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["MapName"]=>
                      object(Propel\Runtime\Map\ColumnMap)#95 (12) {
                        ["type":protected]=>
                        string(11) "LONGVARCHAR"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(8) "map_name"
                        ["phpName":protected]=>
                        string(7) "MapName"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Slug"]=>
                      object(Propel\Runtime\Map\ColumnMap)#96 (12) {
                        ["type":protected]=>
                        string(7) "VARCHAR"
                        ["size":protected]=>
                        int(250)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(4) "slug"
                        ["phpName":protected]=>
                        string(4) "Slug"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                      ["Ord"]=>
                      object(Propel\Runtime\Map\ColumnMap)#97 (12) {
                        ["type":protected]=>
                        string(8) "SMALLINT"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(false)
                        ["notNull":protected]=>
                        bool(false)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(3) "ord"
                        ["phpName":protected]=>
                        string(3) "Ord"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["normalizedColumnNameMap":protected]=>
                    array(52) {
                      ["Id"]=>
                      string(2) "ID"
                      ["Stage.Id"]=>
                      string(2) "ID"
                      ["id"]=>
                      string(2) "ID"
                      ["stage.id"]=>
                      string(2) "ID"
                      ["StageTableMap::COL_ID"]=>
                      string(2) "ID"
                      ["COL_ID"]=>
                      string(2) "ID"
                      ["Name"]=>
                      string(4) "NAME"
                      ["Stage.Name"]=>
                      string(4) "NAME"
                      ["name"]=>
                      string(4) "NAME"
                      ["stage.name"]=>
                      string(4) "NAME"
                      ["StageTableMap::COL_NAME"]=>
                      string(4) "NAME"
                      ["COL_NAME"]=>
                      string(4) "NAME"
                      ["ShortName"]=>
                      string(10) "SHORT_NAME"
                      ["Stage.ShortName"]=>
                      string(10) "SHORT_NAME"
                      ["shortName"]=>
                      string(10) "SHORT_NAME"
                      ["stage.shortName"]=>
                      string(10) "SHORT_NAME"
                      ["StageTableMap::COL_SHORT_NAME"]=>
                      string(10) "SHORT_NAME"
                      ["COL_SHORT_NAME"]=>
                      string(10) "SHORT_NAME"
                      ["short_name"]=>
                      string(10) "SHORT_NAME"
                      ["stage.short_name"]=>
                      string(10) "SHORT_NAME"
                      ["Prefix"]=>
                      string(6) "PREFIX"
                      ["Stage.Prefix"]=>
                      string(6) "PREFIX"
                      ["prefix"]=>
                      string(6) "PREFIX"
                      ["stage.prefix"]=>
                      string(6) "PREFIX"
                      ["StageTableMap::COL_PREFIX"]=>
                      string(6) "PREFIX"
                      ["COL_PREFIX"]=>
                      string(6) "PREFIX"
                      ["Suffix"]=>
                      string(6) "SUFFIX"
                      ["Stage.Suffix"]=>
                      string(6) "SUFFIX"
                      ["suffix"]=>
                      string(6) "SUFFIX"
                      ["stage.suffix"]=>
                      string(6) "SUFFIX"
                      ["StageTableMap::COL_SUFFIX"]=>
                      string(6) "SUFFIX"
                      ["COL_SUFFIX"]=>
                      string(6) "SUFFIX"
                      ["MapName"]=>
                      string(8) "MAP_NAME"
                      ["Stage.MapName"]=>
                      string(8) "MAP_NAME"
                      ["mapName"]=>
                      string(8) "MAP_NAME"
                      ["stage.mapName"]=>
                      string(8) "MAP_NAME"
                      ["StageTableMap::COL_MAP_NAME"]=>
                      string(8) "MAP_NAME"
                      ["COL_MAP_NAME"]=>
                      string(8) "MAP_NAME"
                      ["map_name"]=>
                      string(8) "MAP_NAME"
                      ["stage.map_name"]=>
                      string(8) "MAP_NAME"
                      ["Slug"]=>
                      string(4) "SLUG"
                      ["Stage.Slug"]=>
                      string(4) "SLUG"
                      ["slug"]=>
                      string(4) "SLUG"
                      ["stage.slug"]=>
                      string(4) "SLUG"
                      ["StageTableMap::COL_SLUG"]=>
                      string(4) "SLUG"
                      ["COL_SLUG"]=>
                      string(4) "SLUG"
                      ["Ord"]=>
                      string(3) "ORD"
                      ["Stage.Ord"]=>
                      string(3) "ORD"
                      ["ord"]=>
                      string(3) "ORD"
                      ["stage.ord"]=>
                      string(3) "ORD"
                      ["StageTableMap::COL_ORD"]=>
                      string(3) "ORD"
                      ["COL_ORD"]=>
                      string(3) "ORD"
                    }
                    ["dbMap":protected]=>
                    *RECURSION*
                    ["tableName":protected]=>
                    string(5) "stage"
                    ["phpName":protected]=>
                    string(5) "Stage"
                    ["classname":protected]=>
                    string(6) "\Stage"
                    ["package":protected]=>
                    string(9) "lib.model"
                    ["useIdGenerator":protected]=>
                    bool(true)
                    ["isSingleTableInheritance":protected]=>
                    bool(false)
                    ["isCrossRef":protected]=>
                    bool(false)
                    ["primaryKeys":protected]=>
                    array(1) {
                      ["id"]=>
                      object(Propel\Runtime\Map\ColumnMap)#88 (12) {
                        ["type":protected]=>
                        string(7) "INTEGER"
                        ["size":protected]=>
                        int(0)
                        ["pk":protected]=>
                        bool(true)
                        ["notNull":protected]=>
                        bool(true)
                        ["defaultValue":protected]=>
                        NULL
                        ["relatedTableName":protected]=>
                        string(0) ""
                        ["relatedColumnName":protected]=>
                        string(0) ""
                        ["table":protected]=>
                        *RECURSION*
                        ["columnName":protected]=>
                        string(2) "id"
                        ["phpName":protected]=>
                        string(2) "Id"
                        ["valueSet":protected]=>
                        array(0) {
                        }
                        ["isPkString":protected]=>
                        bool(false)
                      }
                    }
                    ["foreignKeys":protected]=>
                    array(0) {
                    }
                    ["relations":protected]=>
                    array(0) {
                    }
                    ["relationsBuilt":protected]=>
                    bool(false)
                    ["pkInfo":protected]=>
                    NULL
                    ["identifierQuoting":protected]=>
                    bool(false)
                  }
                }
              }
              ["tableName":protected]=>
              string(11) "league_game"
              ["phpName":protected]=>
              string(10) "LeagueGame"
              ["classname":protected]=>
              string(11) "\LeagueGame"
              ["package":protected]=>
              string(9) "lib.model"
              ["useIdGenerator":protected]=>
              bool(true)
              ["isSingleTableInheritance":protected]=>
              bool(false)
              ["isCrossRef":protected]=>
              bool(false)
              ["primaryKeys":protected]=>
              array(1) {
                ["id"]=>
                object(Propel\Runtime\Map\ColumnMap)#11 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(true)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(0) ""
                  ["relatedColumnName":protected]=>
                  string(0) ""
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(2) "id"
                  ["phpName":protected]=>
                  string(2) "Id"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
              }
              ["foreignKeys":protected]=>
              array(6) {
                ["league_id"]=>
                object(Propel\Runtime\Map\ColumnMap)#12 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(6) "league"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(9) "league_id"
                  ["phpName":protected]=>
                  string(8) "LeagueId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["league_name_id"]=>
                object(Propel\Runtime\Map\ColumnMap)#13 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(11) "league_name"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(14) "league_name_id"
                  ["phpName":protected]=>
                  string(12) "LeagueNameId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["home_id"]=>
                object(Propel\Runtime\Map\ColumnMap)#14 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(4) "club"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(7) "home_id"
                  ["phpName":protected]=>
                  string(6) "HomeId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["away_id"]=>
                object(Propel\Runtime\Map\ColumnMap)#15 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(false)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(4) "club"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(7) "away_id"
                  ["phpName":protected]=>
                  string(6) "AwayId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["stage_id"]=>
                object(Propel\Runtime\Map\ColumnMap)#27 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(5) "stage"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(8) "stage_id"
                  ["phpName":protected]=>
                  string(7) "StageId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
                ["season_id"]=>
                object(Propel\Runtime\Map\ColumnMap)#28 (12) {
                  ["type":protected]=>
                  string(7) "INTEGER"
                  ["size":protected]=>
                  int(0)
                  ["pk":protected]=>
                  bool(false)
                  ["notNull":protected]=>
                  bool(true)
                  ["defaultValue":protected]=>
                  NULL
                  ["relatedTableName":protected]=>
                  string(13) "league_season"
                  ["relatedColumnName":protected]=>
                  string(2) "id"
                  ["table":protected]=>
                  *RECURSION*
                  ["columnName":protected]=>
                  string(9) "season_id"
                  ["phpName":protected]=>
                  string(8) "SeasonId"
                  ["valueSet":protected]=>
                  array(0) {
                  }
                  ["isPkString":protected]=>
                  bool(false)
                }
              }
              ["relations":protected]=>
              array(0) {
              }
              ["relationsBuilt":protected]=>
              bool(false)
              ["pkInfo":protected]=>
              NULL
              ["identifierQuoting":protected]=>
              bool(false)
            }
            ["formatter":protected]=>
            NULL
            ["with":protected]=>
            array(0) {
            }
            ["defaultFormatterClass":protected]=>
            string(41) "\Propel\Runtime\Formatter\ObjectFormatter"
            ["primaryCriteria":protected]=>
            NULL
            ["entityNotFoundExceptionClass":protected]=>
            string(49) "\Propel\Runtime\Exception\EntityNotFoundException"
            ["isWithOneToMany":protected]=>
            bool(false)
            ["previousJoin":protected]=>
            NULL
            ["isKeepQuery":protected]=>
            bool(true)
            ["select":protected]=>
            NULL
            ["isSelfSelected":protected]=>
            bool(true)
            ["isInnerQueryInCriterion":protected]=>
            bool(false)
          }
          [1]=>
          object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
            ["useDebugModeOnInstance":protected]=>
            NULL
            ["name":protected]=>
            string(6) "labtof"
            ["connection":protected]=>
            object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
              ["name":protected]=>
              NULL
              ["pdo":protected]=>
              object(PDO)#48 (0) {
              }
            }
            ["nestedTransactionCount":protected]=>
            int(0)
            ["isUncommitable":protected]=>
            bool(false)
            ["queryCount":protected]=>
            int(0)
            ["lastExecutedQuery":protected]=>
            NULL
            ["cachedPreparedStatements":protected]=>
            array(0) {
            }
            ["isCachePreparedStatements":protected]=>
            bool(false)
            ["logMethods":protected]=>
            array(3) {
              [0]=>
              string(4) "exec"
              [1]=>
              string(5) "query"
              [2]=>
              string(7) "execute"
            }
            ["logger":protected]=>
            NULL
          }
        }
      }
      [5]=>
      array(6) {
        ["file"]=>
        string(102) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php"
        ["line"]=>
        int(2344)
        ["function"]=>
        string(8) "doSelect"
        ["class"]=>
        string(35) "Propel\Runtime\ActiveQuery\Criteria"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(1) {
          [0]=>
          object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
            ["useDebugModeOnInstance":protected]=>
            NULL
            ["name":protected]=>
            string(6) "labtof"
            ["connection":protected]=>
            object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
              ["name":protected]=>
              NULL
              ["pdo":protected]=>
              object(PDO)#48 (0) {
              }
            }
            ["nestedTransactionCount":protected]=>
            int(0)
            ["isUncommitable":protected]=>
            bool(false)
            ["queryCount":protected]=>
            int(0)
            ["lastExecutedQuery":protected]=>
            NULL
            ["cachedPreparedStatements":protected]=>
            array(0) {
            }
            ["isCachePreparedStatements":protected]=>
            bool(false)
            ["logMethods":protected]=>
            array(3) {
              [0]=>
              string(4) "exec"
              [1]=>
              string(5) "query"
              [2]=>
              string(7) "execute"
            }
            ["logger":protected]=>
            NULL
          }
        }
      }
      [6]=>
      array(6) {
        ["file"]=>
        string(102) "/home/iuginjust/Framework/labtof/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php"
        ["line"]=>
        int(1394)
        ["function"]=>
        string(8) "doSelect"
        ["class"]=>
        string(40) "Propel\Runtime\ActiveQuery\ModelCriteria"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(1) {
          [0]=>
          object(Propel\Runtime\Connection\ConnectionWrapper)#49 (11) {
            ["useDebugModeOnInstance":protected]=>
            NULL
            ["name":protected]=>
            string(6) "labtof"
            ["connection":protected]=>
            object(Propel\Runtime\Connection\PdoConnection)#47 (2) {
              ["name":protected]=>
              NULL
              ["pdo":protected]=>
              object(PDO)#48 (0) {
              }
            }
            ["nestedTransactionCount":protected]=>
            int(0)
            ["isUncommitable":protected]=>
            bool(false)
            ["queryCount":protected]=>
            int(0)
            ["lastExecutedQuery":protected]=>
            NULL
            ["cachedPreparedStatements":protected]=>
            array(0) {
            }
            ["isCachePreparedStatements":protected]=>
            bool(false)
            ["logMethods":protected]=>
            array(3) {
              [0]=>
              string(4) "exec"
              [1]=>
              string(5) "query"
              [2]=>
              string(7) "execute"
            }
            ["logger":protected]=>
            NULL
          }
        }
      }
      [7]=>
      array(6) {
        ["file"]=>
        string(60) "/home/iuginjust/Framework/labtof/classes/lib/my/JsonClub.php"
        ["line"]=>
        int(28)
        ["function"]=>
        string(7) "findOne"
        ["class"]=>
        string(40) "Propel\Runtime\ActiveQuery\ModelCriteria"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(0) {
        }
      }
      [8]=>
      array(6) {
        ["file"]=>
        string(85) "/home/iuginjust/Framework/labtof/app/frontend/modules/game/templates/indexSuccess.php"
        ["line"]=>
        int(4)
        ["function"]=>
        string(21) "seasonsGamesReportWDL"
        ["class"]=>
        string(8) "jsonclub"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(1) {
          [0]=>
          array(2) {
            ["club_id"]=>
            int(190)
            ["vs_club_id"]=>
            int(94)
          }
        }
      }
      [9]=>
      array(4) {
        ["file"]=>
        string(67) "/home/iuginjust/Framework/my-php-frame/classes/base/core/Render.php"
        ["line"]=>
        int(153)
        ["args"]=>
        array(1) {
          [0]=>
          string(85) "/home/iuginjust/Framework/labtof/app/frontend/modules/game/templates/indexSuccess.php"
        }
        ["function"]=>
        string(7) "include"
      }
      [10]=>
      array(6) {
        ["file"]=>
        string(67) "/home/iuginjust/Framework/my-php-frame/classes/base/core/Router.php"
        ["line"]=>
        int(177)
        ["function"]=>
        string(10) "renderView"
        ["class"]=>
        string(6) "Render"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(1) {
          [0]=>
          string(104) "/home/iuginjust/Framework/labtof/web/frontend/../../app/frontend/modules/game/templates/indexSuccess.php"
        }
      }
      [11]=>
      array(6) {
        ["file"]=>
        string(58) "/home/iuginjust/Framework/my-php-frame/web/_base_/base.php"
        ["line"]=>
        int(118)
        ["function"]=>
        string(8) "dispatch"
        ["class"]=>
        string(6) "Router"
        ["type"]=>
        string(2) "->"
        ["args"]=>
        array(1) {
          [0]=>
          array(1) {
            ["target"]=>
            array(2) {
              ["c"]=>
              string(4) "game"
              ["a"]=>
              string(5) "index"
            }
          }
        }
      }
      [12]=>
      array(4) {
        ["file"]=>
        string(55) "/home/iuginjust/Framework/labtof/web/frontend/index.php"
        ["line"]=>
        int(73)
        ["args"]=>
        array(1) {
          [0]=>
          string(58) "/home/iuginjust/Framework/my-php-frame/web/_base_/base.php"
        }
        ["function"]=>
        string(7) "include"
      }
    }
    ["previous":"Exception":private]=>
    NULL
    ["errorInfo"]=>
    array(3) {
      [0]=>
      string(5) "42S02"
      [1]=>
      int(1146)
      [2]=>
      string(43) "Table 'my_labtof.league_game' doesn't exist"
    }
  }
}