Yes, we sometimes miss some questions... sorry about that.JumpMaybe wrote: ↑23 January 2021, 13:18 I asked the same question here in 2019 and no comment then:
https://boardgamearena.com/forum/viewto ... 12&t=13821
But I see this comment on this page now:
"You 'must not modify' the schemas of the global, stats or gamelog tables (and you must not access them directly with SQL queries in your PHP code)."
http://en.doc.boardgamearena.com/Game_d ... bmodel.sql
In general, it's indeed preferable not to make hacks, because then evolving the framework may break the games. And sometimes, the original developer is not there for fixes or advice, so it can be a headache, or even force us to remove the game (for example, some games have been disabled for turn based because the developer did a layer on top of the framework when BGA was realtime only, and this proved incompatible with the evolution to allow for turn based, and too big an effort to rewrite).