MyVideos48
Table "creatorlinktvshow"
Previous topic Chapter index Next topic

System:

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

Indexes
Index Fields Primary Unique
ix_creatorlinktvshow_1 idActor, idShow  
ix_creatorlinktvshow_2 idShow, idActor  

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

Checks
      There are no checks for table "creatorlinktvshow"

Triggers
      There are no triggers for table "creatorlinktvshow"

References
      There are no references for table "creatorlinktvshow"

Definition:
CREATE TABLE creatorlinktvshow (
  idActor  integer,
  idShow   integer
);

CREATE UNIQUE INDEX ix_creatorlinktvshow_1
  ON creatorlinktvshow
  (idActor, idShow);

CREATE UNIQUE INDEX ix_creatorlinktvshow_2
  ON creatorlinktvshow
  (idShow, idActor);


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