Displaying 1 result from an estimated 1 matches for "transportstream_id".
2009 Mar 18
0
search across models
...n details:
i have tables like:
1)containerformats :
contains the streamnames
2)transportstreams :
have how many programs are there in each stream of
containerformattable
and has containerformat_id as one column
3)programs:
have how many video and audio streams are there in each program
and has transportstream_id as one column
4)streams :
which will have the video and audio stream parametes
and it has all other table ids like:
transportstream_id
containerformat_id
program_id
and i have association like:
containerformats has_many:transportstreams
transportstreams has_many:programs
programs has_many:stream...