MyVideos48
Table "OrigPaths"
Previous topic Chapter index Next topic

System:

Fields
Field Data type PK FK Not Null Default Collate Check On Conflict
OrigPath text          
EmberPath text            
Platform text          
Recursive bool     0      

Indexes
Index Fields Primary Unique
sqlite_autoindex_OrigPaths_1 OrigPath, Platform    

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

Checks
      There are no checks for table "origpaths"

Triggers
      There are no triggers for table "origpaths"

References
      There are no references for table "origpaths"

Definition:
CREATE TABLE OrigPaths (
  OrigPath   text NOT NULL,
  EmberPath  text NOT NULL,
  Platform   text NOT NULL,
  Recursive  bool NOT NULL DEFAULT 0,
  PRIMARY KEY (OrigPath, Platform)
);


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