Join Slack
Powered by
To fix this I have to write my PlayerDataTable lik...
# exposed
s
supaham
07/19/2016, 12:03 AM
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.
4
Views
Open in Slack
Previous
Next