System: |
|
Fields
TVEpID |
integer |
|
|
|
|
|
|
|
StreamID |
integer |
|
|
|
|
|
|
|
Audio_Language |
text |
|
|
|
|
|
|
|
Audio_LongLanguage |
text |
|
|
|
|
|
|
|
Audio_Codec |
text |
|
|
|
|
|
|
|
Audio_Channel |
text |
|
|
|
|
|
|
|
Audio_Bitrate |
text |
|
|
|
|
|
|
|
Indexes
Foreign keys
There are no foreign keys for table "tvastreams"
Checks
There are no checks for table "tvastreams"
Triggers
There are no triggers for table "tvastreams"
References
There are no references for table "tvastreams"
Definition:
CREATE TABLE TVAStreams (
TVEpID integer NOT NULL,
StreamID integer NOT NULL,
Audio_Language text,
Audio_LongLanguage text,
Audio_Codec text,
Audio_Channel text,
Audio_Bitrate text,
PRIMARY KEY (TVEpID, StreamID)
);