How should we assign a season number to a Show's specials?
Using 0 might be ideal.
-1 is reserved for unset/null value.
May have to manually handle the sorting as 0 < 1,2,3 etc and we'd want the 'specials' grouped at the end.
In that case maybe 99 or something else realistically out of reasonable bounds would be better suited.
How should we assign a season number to a Show's specials?
Using 0 might be ideal.
-1 is reserved for unset/null value.
May have to manually handle the sorting as 0 < 1,2,3 etc and we'd want the 'specials' grouped at the end.
In that case maybe 99 or something else realistically out of reasonable bounds would be better suited.