Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('organizer_id_seq'::regclass) |
|
|
||||||||||||||
oid | text | 2147483647 | null |
|
|
|||||||||||||||
agreement_start_date | date | 13 | null |
|
|
|||||||||||||||
agreement_end_date | date | 13 | null |
|
|
|||||||||||||||
contact_name | text | 2147483647 | √ | null |
|
|
||||||||||||||
contact_email | text | 2147483647 | √ | null |
|
|
||||||||||||||
contact_phone_number | text | 2147483647 | √ | null |
|
|
||||||||||||||
extra | 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) |
---|---|---|---|
organizer_pkey | Primary key | Asc | id |
organizer_oid | Must be unique | Asc | oid |