dictionary Table (358)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
User added dictionary words
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| base_id | The reference to the dictionary base. | FK dictionary_base | |
| user_id | The reference to the user. | FK ejuser | |
| include | Include/Exclude word. | Int | |
| word | User word | String(32) |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| base_id | FK | Index |
| user_id | FK | Index |
| include | Int | Index |
| word | String(32) | Index |
Relationships
| Table | Description |
|---|---|
| dictionary_base | Language catalog for the ejournal dictionaries (automatic proof reading of message text etc) |
| ejuser | This table contains entries for the users of the system. |
Replication Flags
- None
Security Flags
- No access control via user's Role.