tapac
07/19/2016, 9:29 AMobject PlayerDataTable : IdTable<Int>() {
override val id = reference("player_id", PlayersTable)
}
2. Registering column even on overrided field looks like a Kotlin bug imho (implicit call for super.id ?). Will try to investigate what's really happen.