Commit 0c689f1d authored by Romain Loth's avatar Romain Loth

docs: update the DB structure paragraph

parent dbc78cf8
...@@ -164,8 +164,13 @@ server { ...@@ -164,8 +164,13 @@ server {
#### Connecting the data to *communityexplorer.org* #### Connecting the data to *communityexplorer.org*
Currently the data is collected in `data/shared_mysql_data` Currently the data is collected in `data/shared_mysql_data`
- the DB name is `comex_shared` - the DB name is *`comex_shared`*
- the table is `comex_registrations` - the main table is `scholars`
- additional tables:
- `affiliations` for labs and institutions (TODO ~~> 2 tables)
- `linked_ids` for other ids of the researcher (eg: [ORCID](http://orcid.org/))
- `keywords`
- and `sch_kw` for scholars <=> keywords mapping
Prerequisites for the comex php legacy app Prerequisites for the comex php legacy app
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment