# DefaultProjectStatus: Bouw7 Default Project Status
Return a list of default project statuses associated with your organization.
Returns a list of default project statuses associated with your organization.
- Catalog: `Bouw7`
- Schema: `Organization`
- Label: Default Project Status
This is a read-only table. The Bouw7 API may not support changing the data or the Invantive UniversalSQL driver for Bouw7 does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Bouw7 API.
## Table Columns
The columns of the table `DefaultProjectStatus` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `closesProject` | `char` | Closes Project | ☐ | Whether or not this status closes a project. |
| `createdAt` | `datetime` | Created at | ☐ | The creation time of the entity. |
| `createdBy` | `varchar2` | Created by | ☐ | The user that created the entity. |
| `id` | `int64` | ID | ☐ | The ID of the status. |
| `invoicesProject` | `char` | Invoices Project | ☐ | Whether or not this status invoices a project. |
| `name` | `varchar2` | Name | ☐ | The name of the status. |
| `plansProject` | `char` | Plans Project | ☐ | Whether or not this status plans a project. |
| `updatedAt` | `datetime` | Updated At | ☐ | The last updated time of the entity. |
| `updatedBy` | `varchar2` | Updated by | ☐ | The user that last updated the entity. |