id id
{
"name": "id",
"type": "primaryKey"
}
filterType E
{
"name": "filterType",
"type": "enum",
"enums": [
"contacts",
"externalContacts",
"deals",
"dealAssistants",
"housingAssociations",
"viewings",
"hdDeals",
"dealsFollowUp"
]
}
{
"name": "userAccountId",
"type": "foreignKey",
"table": "userAccounts",
"schema": "mspx_admin",
"mandatory": "true"
}
name M
{
"name": "name",
"type": "text",
"maxLength": 50,
"mandatory": "true"
}
jsonData
{
"name": "jsonData",
"type": "jsonObject"
}
displayOrder
{
"name": "displayOrder",
"type": "int"
}
createdDate
{
"name": "createdDate",
"type": "timestamp"
}
isPrimary bit
{
"name": "isPrimary",
"type": "bit"
}
updatedDate
{
"name": "updatedDate",
"type": "updated"
}