id id
{
"name": "id",
"type": "primaryKey"
}
{
"name": "matchingId",
"type": "foreignKey",
"table": "matchings",
"mandatory": "true"
}
dealId M → deals
{
"name": "dealId",
"type": "foreignKey",
"table": "deals",
"mandatory": "true"
}
communicationMethod M E
{
"name": "communicationMethod",
"type": "enum",
"enums": [
"ENUMS_MATCHING_HISTORY_COMMUNICATION_METHOD_EMAIL",
"ENUMS_MATCHING_HISTORY_COMMUNICATION_METHOD_SMS",
"ENUMS_MATCHING_HISTORY_COMMUNICATION_METHOD_MAIL"
],
"mandatory": "true"
}
updatedDate
{
"name": "updatedDate",
"type": "updated"
}