Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('projects_project_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||||||||||||||
| slug | varchar | 50 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||
| name | varchar | 64 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||
| created | timestamptz | 35,6 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||
| platform | varchar | 64 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
| organization_id | int4 | 10 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||
| first_event | timestamptz | 35,6 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
| scrub_ip_addresses | bool | 1 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| projects_project_pkey | Primary key | Asc | id |
| projects_project_created_857f80bc | Performance | Asc | created |
| projects_project_organization_id_c93e5ca2 | Performance | Asc | organization_id |
| projects_project_organization_id_slug_ccb1507a_uniq | Must be unique | Asc/Asc | organization_id + slug |
| projects_project_slug_2d50067a | Performance | Asc | slug |
| projects_project_slug_2d50067a_like | Performance | Asc | slug |