To fix this I have to write my PlayerDataTable lik...
# exposed
s
To fix this I have to write my PlayerDataTable like so:
Copy code
object PlayerDataTable : IntIdTable(columnName = "player_id")
Where I explicitly define the columnName as
player_id
for IntIdTable to register it properly.