System: |
|
Fields
idCountry |
integer |
|
|
|
|
|
|
|
idShow |
integer |
|
|
|
|
|
|
|
Indexes
Foreign keys
There are no foreign keys for table "countrylinktvshow"
Checks
There are no checks for table "countrylinktvshow"
Triggers
There are no triggers for table "countrylinktvshow"
References
There are no references for table "countrylinktvshow"
Definition:
CREATE TABLE countrylinktvshow (
idCountry integer,
idShow integer
);
CREATE UNIQUE INDEX ix_countrylinktvshow_1
ON countrylinktvshow
(idCountry, idShow);
CREATE UNIQUE INDEX ix_countrylinktvshow_2
ON countrylinktvshow
(idShow, idCountry);