Contains information about the completed projects a particular user worked on.
Column | Data Type | Constraint | Description |
---|---|---|---|
| VARCHAR(40) | not null | The unique ID for a user. |
| NUMERIC(19) | not null | The sequence number that places the project ID in an order within the context of the user’s projects. |
| VARCHAR(40) | not null | The unique ID for a project. |