MyVideos48
Table "TVAStreams"
Previous topic Chapter index Next topic

System:

Fields
Field Data type PK FK Not Null Default Collate Check On Conflict
TVEpID integer          
StreamID integer          
Audio_Language text              
Audio_LongLanguage text              
Audio_Codec text              
Audio_Channel text              
Audio_Bitrate text              

Indexes
Index Fields Primary Unique
sqlite_autoindex_TVAStreams_1 TVEpID, StreamID    

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)
);


Previous topic Chapter index Next topic
Generated by ""SQLite Maestro Professional"" at 08.07.2021 23:49:20