Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('phone_numbers_id_seq'::regclass) |
|
|
|||||
| member_id | int4 | 10 | null |
|
|
||||||
| phone | text | 2147483647 | null |
|
|
||||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
|||||
| phone_type | text | 2147483647 | √ | null |
|
|
|||||
| phone_circle_id | int8 | 19 | √ | null |
|
|
|||||
| do_not_disturb | varchar | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| phone_numbers_pkey | Primary key | Asc | id |
| index_phone_numbers_on_member_id | Performance | Asc | member_id |
| index_phone_numbers_on_phone | Performance | Asc | phone |
| index_phone_numbers_on_phone_circle_id | Performance | Asc | phone_circle_id |

