MyVideos48
Table "studiolinktvshow"
Previous topic Chapter index Next topic

System:

Fields
Field Data type PK FK Not Null Default Collate Check On Conflict
idStudio integer              
idShow integer              

Indexes
Index Fields Primary Unique
ix_studiolinktvshow_1 idStudio, idShow  
ix_studiolinktvshow_2 idShow, idStudio  

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

Checks
      There are no checks for table "studiolinktvshow"

Triggers
      There are no triggers for table "studiolinktvshow"

References
      There are no references for table "studiolinktvshow"

Definition:
CREATE TABLE studiolinktvshow (
  idStudio  integer,
  idShow    integer
);

CREATE UNIQUE INDEX ix_studiolinktvshow_1
  ON studiolinktvshow
  (idStudio, idShow);

CREATE UNIQUE INDEX ix_studiolinktvshow_2
  ON studiolinktvshow
  (idShow, idStudio);


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