Memberships
Query information about your account's memberships.
テーブル固有の情報
Select
アカウント内のすべてのグループメンバーシップを取得します。
SELECT * FROM Memberships
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | The unique identifier of the membership. | |
| GroupId | Integer | The group identifier of this membership. | |
| UserId | Integer | The user identifier of this membership. | |
| CreatedAt | Datetime | The date and time when the user was added to the group. | |
| UpdatedAt | Datetime | The date and time when the membership was last updated. |