Workspace Data Model
In the Workspace Data Model schema, the provider models the workspace-related data for managing projects as an easy-to-use SQL database. Live connectivity to these objects means that any changes to your Monday.com account are immediately reflected in the provider.
Tables
The Tables section, which details standard SQL tables, contain the tables that you may have access to in your Monday account. These tables can be modified.
Tables include:
Table | Description |
Board | Represents a workspace board containing items, columns, and other related data used for task management. |
BoardSubitems | Represents a subitems board, storing nested items related to a primary board's items for more detailed task tracking. |
Stored Procedures
Stored Procedures are actions that are invoked via SQL queries. They perform tasks beyond standard CRUD operations, including uploading files, creating columns in a board, and duplicating an item in a board.