Thread: Fields & Tables
View Single Post
Old 07-21-2006, 09:07 AM   #2 (permalink)
Andreas Raht
Administrator
 
Andreas Raht's Avatar
 
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 6,468
Thanks: 146
Thanked 1,088x in 415 posts
The list_id in team_roster table tells you on which roster table the record has been found:

team->roster.all_players = 1
team->roster.active = 2
team->roster.secondary = 3
team->roster.disabled_list = 4
Andreas Raht is offline