id | string, UUID, ๐ system | โ
Yes | Unique identifier (read-only) | โ | Unique identifier of the membership previously created | โmembership-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โ |
firebase_id | string | โช No | nullable | โ | Firebase user ID for authentication | โfirebase-user-id-123โ |
membership_role | string | โช No | nullable | admin, member, viewer, owner | User role in the workspace | โadminโ |
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โ |