Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('projects_projectcounter_id_seq'::regclass) |
|
|
|||||
| value | int4 | 10 | null |
|
|
||||||
| project_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| projects_projectcounter_pkey | Primary key | Asc | id |
| projects_projectcounter_project_id_key | Must be unique | Asc | project_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| projects_projectcounter_value_check | ((value >= 0)) |