System: |
|
Fields
OrigPath |
text |
|
|
|
|
|
|
|
EmberPath |
text |
|
|
|
|
|
|
|
Filename |
text |
|
|
|
|
|
|
|
Hash |
text |
|
|
|
|
|
|
|
Platform |
text |
|
|
|
|
|
|
|
UseFile |
bool |
|
|
|
0 |
|
|
|
Indexes
Foreign keys
There are no foreign keys for table "emberfiles"
Checks
There are no checks for table "emberfiles"
Triggers
There are no triggers for table "emberfiles"
References
There are no references for table "emberfiles"
Definition:
CREATE TABLE EmberFiles (
OrigPath text NOT NULL,
EmberPath text NOT NULL,
Filename text NOT NULL,
Hash text NOT NULL,
Platform text NOT NULL,
UseFile bool NOT NULL DEFAULT 0,
PRIMARY KEY (OrigPath, Filename)
);