id | string, UUID, π system | β
Yes | Unique identifier (read-only) | β | Unique identifier of the person-workspace relationship | βperson-workspace-uuid-123β |
person | People (UUID) | β
Yes | Foreign key reference | β | Reference to the person | βperson-uuid-456β |
workspace | Workspace (UUID) | β
Yes | Foreign key reference | β | Reference to the workspace | βworkspace-uuid-789β |
created_at | string (ISO 8601) π system | β | auto timestamp | β | Creation timestamp | β2023-01-01T12:00:00Zβ |
updated_at | string (ISO 8601) π system | β | auto timestamp | β | Last updated timestamp | β2024-01-01T12:00:00Zβ |
deleted_at | string | null π system | βͺ No | nullable ISO 8601 | β | Deletion timestamp (soft delete) | β2024-01-01T12:00:00Zβ |