| MyVideos48 |
| Table "OrigPaths" |
![]() |
| System: | ![]() |
| Field | Data type | PK | FK | Not Null | Default | Collate | Check | On Conflict |
|---|---|---|---|---|---|---|---|---|
| OrigPath | text | ![]() |
![]() |
|||||
| EmberPath | text | ![]() |
||||||
| Platform | text | ![]() |
![]() |
|||||
| Recursive | bool | ![]() |
0 |
| Index | Fields | Primary | Unique |
|---|---|---|---|
| sqlite_autoindex_OrigPaths_1 | OrigPath, Platform |
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)
);
![]() |
| Generated by ""SQLite Maestro Professional"" at 08.07.2021 23:49:20 |