Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('crm_team_member_id_seq'::regclass) |
|
|
|||||
| crm_team_id | int4 | 10 | null |
|
|
Sales Team |
|||||
| user_id | int4 | 10 | null |
|
|
Salesperson |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| active | bool | 1 | √ | null |
|
|
Active |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| crm_team_member_pkey | Primary key | Asc | id |
| crm_team_member__crm_team_id_index | Performance | Asc | crm_team_id |
| crm_team_member__user_id_index | Performance | Asc | user_id |

