id id
{
"name": "id",
"type": "primaryKey"
}
dealId M → deals
{
"name": "dealId",
"type": "foreignKey",
"table": "deals",
"mandatory": "true"
}
amount M $$
{
"name": "amount",
"type": "money",
"mandatory": "true"
}
type M E
{
"name": "type",
"type": "enum",
"enums": [
"ENUM_DEAL_ADDITIONS_TYPE_BUYER_PART (Köparens del)",
"ENUM_DEAL_ADDITIONS_TYPE_SELLER_PART (Säljarens del)"
],
"mandatory": "true"
}
title M
{
"name": "title",
"type": "text",
"maxLength": 80,
"mandatory": "true"
}
showInCashDefinitiveStatement bit
{
"name": "showInCashDefinitiveStatement",
"type": "bit"
}
addToCommissionInReports bit
{
"name": "addToCommissionInReports",
"type": "bit"
}
isAdditionalService bit
{
"name": "isAdditionalService",
"type": "bit"
}
updatedDate
{
"name": "updatedDate",
"type": "updated"
}