Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.checkin_users_id_seq'::regclass) |
|
|
||||||||||||
| organization_id | int8 | 19 | null |
|
|
|||||||||||||
| first_name | varchar | 255 | null |
|
|
|||||||||||||
| last_name | varchar | 255 | null |
|
|
|||||||||||||
| avatar | varchar | 255 | √ | null |
|
|
||||||||||||
| user_id | int8 | 19 | √ | null |
|
|
||||||||||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||||||||||
| updated_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| checkin_users_pkey | Primary key | Asc | id |
| idx_checkin_users_on_organization_id | Performance | Asc | organization_id |
| idx_checkin_users_on_user_id | Performance | Asc | user_id |