MyVideos48
Table "tag"
Previous topic Chapter index Next topic

System:

Fields
Field Data type PK FK Not Null Default Collate Check On Conflict
idTag integer            
strTag text              

Indexes
Index Fields Primary Unique
ix_tag_1 strTag  

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

Checks
      There are no checks for table "tag"

Triggers
      There are no triggers for table "tag"

References
      There are no references for table "tag"

Definition:
CREATE TABLE tag (
  idTag   integer PRIMARY KEY,
  strTag  text
);

CREATE UNIQUE INDEX ix_tag_1
  ON tag
  (strTag);


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