Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('member_merge_log_id_seq'::regclass) |
|
|
||
| old_member_id | int4 | 10 | √ | null |
|
|
||
| new_member_id | int4 | 10 | √ | null |
|
|
||
| email_address | text | 2147483647 | √ | null |
|
|
||
| serialized_old_record | text | 2147483647 | √ | null |
|
|
||
| created_at | timestamp | 29,6 | √ | null |
|
|
||
| updated_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| member_merge_log_pkey | Primary key | Asc | id |
