MyVideos48
Table "actorlinktvshow"
Previous topic Chapter index Next topic

System:

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

Indexes
Index Fields Primary Unique
ix_actorlinktvshow_1 idActor, idShow  
ix_actorlinktvshow_2 idShow, idActor  

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

Checks
      There are no checks for table "actorlinktvshow"

Triggers
      There are no triggers for table "actorlinktvshow"

References
      There are no references for table "actorlinktvshow"

Definition:
CREATE TABLE actorlinktvshow (
  idActor  integer,
  idShow   integer,
  strRole  text,
  iOrder   integer
);

CREATE UNIQUE INDEX ix_actorlinktvshow_1
  ON actorlinktvshow
  (idActor, idShow);

CREATE UNIQUE INDEX ix_actorlinktvshow_2
  ON actorlinktvshow
  (idShow, idActor);


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