Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('contact_id_seq'::regclass) |
|
|
|||||
organizer_id | bigserial | 19 | √ | nextval('contact_organizer_id_seq'::regclass) |
|
|
|||||
name | text | 2147483647 | √ | null |
|
|
|||||
text | 2147483647 | √ | null |
|
|
||||||
phone_number | text | 2147483647 | √ | null |
|
|
|||||
deleted_at | timestamptz | 35,6 | √ | null |
|
|
|||||
created | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
|||||
modified | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
contact_pkey | Primary key | Asc | id |