ListMemberNotes
The last 10 notes for a specific list member, based on date created.
テーブル固有の情報
ListMemberNotes ではSELECT、INSERT、UPDATE、およびDELETE がサポートされています。
Select
SELECT * FROM ListMemberNotes
Insert
INSERT の際は必要なフィールドはありません。
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Integer | True |
The note's ID. |
CreatedAt | Datetime | True |
The date the note was created. |
CreatedBy | String | True |
The author of the note. |
UpdatedAt | Datetime | True |
The date the note was last updated |
Note | String | False |
The content of the note. |
ListId [KEY] | String | False |
The unique id for the list. |
MemberId [KEY] | String | False |
The MD5 hash of the list member's email address. |