Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | CHAR | 36 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
date_entered | DATETIME | 26 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
date_modified | DATETIME | 26 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
modified_user_id | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
created_by | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
description | TEXT | 65535 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
deleted | BIT | 1 | √ | 0 |
|
|
||||||||||||||||||||||||||||||||||||||||||||
salutation | VARCHAR | 255 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
first_name | VARCHAR | 100 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
last_name | VARCHAR | 100 | √ | null |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
idx_lead_acct_name_first | Performance | Asc/Asc/Asc/Asc/Asc | deleted + account_name + date_modified + id + team_set_id |
idx_lead_assigned | Performance | Asc | assigned_user_id |
idx_lead_contact | Performance | Asc | contact_id |
idx_lead_del_stat | Performance | Asc/Asc/Asc/Asc | last_name + status + deleted + first_name |
idx_lead_idx_del_last_name | Performance | Asc/Asc | deleted + last_name |
idx_lead_mkto_id | Performance | Asc | mkto_id |
idx_lead_opp_del | Performance | Asc/Asc/Asc | deleted + opportunity_id + id |
idx_lead_phone_work | Performance | Asc | phone_work |
idx_leads_acct_del | Performance | Asc/Asc | account_id + deleted |