| ... | @@ -6,3 +6,10 @@ Scheme |
... | @@ -6,3 +6,10 @@ Scheme |
|
|
|
|
|
|
|
* MRL schemes include `://`
|
|
* MRL schemes include `://`
|
|
|
* The scheme is used to discriminate between local/remote files. `file://` denotes a local file, anything else will be considered on the network
|
|
* The scheme is used to discriminate between local/remote files. `file://` denotes a local file, anything else will be considered on the network
|
|
|
|
|
|
|
|
|
|
|
|
Database columns
|
|
|
|
----------------
|
|
|
|
|
|
|
|
* Primary key follow the `id_<EntityType>` pattern
|
|
|
|
* Foreign key referencing a primary key follow the `<EntityType>_id` pattern |
|
|
|
\ No newline at end of file |