MyVideos48
Table "MoviesVStreams"
Previous topic Chapter index Next topic

System:

Fields
Field Data type PK FK Not Null Default Collate Check On Conflict
MovieID integer          
StreamID integer          
Video_Width text              
Video_Height text              
Video_Codec text              
Video_Duration text              
Video_ScanType text              
Video_AspectDisplayRatio text              
Video_Language text              
Video_LongLanguage text              
Video_Bitrate text              
Video_MultiViewCount text              
Video_MultiViewLayout text              
Video_StereoMode text              
Video_FileSize integer     0      

Indexes
Index Fields Primary Unique
sqlite_autoindex_MoviesVStreams_1 MovieID, StreamID    

Foreign keys
      There are no foreign keys for table "moviesvstreams"

Checks
      There are no checks for table "moviesvstreams"

Triggers
      There are no triggers for table "moviesvstreams"

References
      There are no references for table "moviesvstreams"

Definition:
CREATE TABLE MoviesVStreams (
  MovieID                   integer NOT NULL,
  StreamID                  integer NOT NULL,
  Video_Width               text,
  Video_Height              text,
  Video_Codec               text,
  Video_Duration            text,
  Video_ScanType            text,
  Video_AspectDisplayRatio  text,
  Video_Language            text,
  Video_LongLanguage        text,
  Video_Bitrate             text,
  Video_MultiViewCount      text,
  Video_MultiViewLayout     text,
  Video_StereoMode          text,
  Video_FileSize            integer NOT NULL DEFAULT 0,
  PRIMARY KEY (MovieID, StreamID)
);


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