Primary Key Field Type
 ID int

Field Field Type Null Notes Description
 PlayerEEID int  
 Position nvarchar(256)
 FirstName nvarchar(256)
 LastName nvarchar(256)
 Number nvarchar(256)

Foreign Key Field Type Null Notes Description
 TeamID int   ATHLETICS_TEAMS.ID

Index Name Field(s) Unique Primary Clustered
 IX_ATHLETICS_ROSTER_PLAYEREEID PlayerEEID      
 PK_ATHLETICS_ROSTERS ID

Entity-Relationship diagram of this table