Document toolboxDocument toolbox

sp254_team_unavailability

This table is used to define periods of time during which a team is unavailable for work.

 

HouseKeeping

This table is tidied by sp_dbtidy's Global group.


 

Table Definition

Field
Type
Default
Nullable
team_nonumber(9)   (error) 

reason_no

number(4)  (error)
start_date date  (error) 
end_date date  (tick)

Keys

foreign key (team_no) references sp250_teams (team_no) 
foreign key (reason_no) references sp294_team_unav_reasons (reason_no)

Column Descriptions

FieldDescription
team_noServiceOptimizer team identifier. 
reason_noNumber denoting reason for unavailability. 
start_date  Date and time at which the team becomes unavailable. Uses sp083.tz_default. 
end_dateDate and time at which the team ceases to be unavailable. A null value indicates that the team is unavailable indefinitely. Uses sp083.tz_default.Â