MyVideos48
Table "ExcludeFilesInFolders"
Previous topic Chapter index Next topic

System:

Fields
Field Data type PK FK Not Null Default Collate Check On Conflict
Filename text          
EmberPath text          

Indexes
Index Fields Primary Unique
sqlite_autoindex_ExcludeFilesInFolders_1 Filename, EmberPath    

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

Checks
      There are no checks for table "excludefilesinfolders"

Triggers
      There are no triggers for table "excludefilesinfolders"

References
      There are no references for table "excludefilesinfolders"

Definition:
CREATE TABLE ExcludeFilesInFolders (
  Filename   text NOT NULL,
  EmberPath  text NOT NULL,
  PRIMARY KEY (Filename, EmberPath)
);


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