profile Table (329)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Deprecated. This table contains entries for the user profiles.
Fields
Name | Description | Type | Null |
---|---|---|---|
id | The primary key (auto-incremented) | PK | |
name | This is the name of the profile | String(255) | ● |
user_id | The id of the user. | FK ejuser | |
list_ticket_header | The fields for listing one ticket. Encoded as CSV string. | Clob | ● |
list_tickets_header | Depricated | String(255) | ● |
list_customers_header | Depricated | String(255) | ● |
list_companies_header | Depricated | String(255) | ● |
list_tickets_header2 | The fields for listing several tickets. Encoded as CSV string. | Clob | ● |
list_customers_header2 | The fields for listing customers. Encoded as CSV string. | Clob | ● |
list_companies_header2 | The fields for listing companies. Encoded as CSV string. | Clob | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
user_id | FK | Index |
Relationships
Table | Description |
---|---|
ejuser | This table contains entries for the users of the system. |
Replication Flags
- None
Security Flags
- No access control via user's Role.