id id
{
"name": "id",
"type": "primaryKey"
}
{
"name": "estateTenantId",
"type": "foreignKey",
"table": "estateTenants",
"mandatory": "true"
}
title T
{
"name": "title",
"type": "text",
"maxLength": 80,
"enums": [
"ESTATE_TENANT_EXTRAS_TITLE_HEAT (Uppvärmning)",
"ESTATE_TENANT_EXTRAS_TITLE_COOL (Kylning)",
"ESTATE_TENANT_EXTRAS_TITLE_ELECTRICITY (Elektricitet)",
"ESTATE_TENANT_EXTRAS_TITLE_WATER (Vatten/Avlopp)",
"ESTATE_TENANT_EXTRAS_TITLE_TAX (Fastighetsskatt)"
]
}
cost $$ (yearly)
{
"name": "cost",
"type": "money",
"note": "yearly"
}
costPerArea $$ (yearly, area = m²)
{
"name": "costPerArea",
"type": "money",
"note": "yearly, area = m²"
}
comment
{
"name": "comment",
"type": "text"
}
updatedDate
{
"name": "updatedDate",
"type": "updated"
}