Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| project_id | serial | 10 | √ | nextval('projects_project_id_seq'::regclass) |
|
|
Unique identifier for the project. Auto-incremented upon insertion. |
|||||||
| project_name | text | 2147483647 | √ | null |
|
|
The name of the project. |
|||||||
| customer_id | int4 | 10 | √ | null |
|
|
The customer the project is associated with. References the customer_id in the customers table. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| projects_pkey | Primary key | Asc | project_id |

