MyVideos48 |
Table "ExcludeFilesInFolders" |
System: |
Field | Data type | PK | FK | Not Null | Default | Collate | Check | On Conflict |
---|---|---|---|---|---|---|---|---|
Filename | text | |||||||
EmberPath | text |
Index | Fields | Primary | Unique |
---|---|---|---|
sqlite_autoindex_ExcludeFilesInFolders_1 | Filename, EmberPath |
CREATE TABLE ExcludeFilesInFolders (
Filename text NOT NULL,
EmberPath text NOT NULL,
PRIMARY KEY (Filename, EmberPath)
);
Generated by ""SQLite Maestro Professional"" at 08.07.2021 23:49:20 |