{ "name": "id", "type": "primaryKey" }
{ "name": "attended", "type": "bit" }
{ "name": "isAddedByBroker", "type": "bit" }
{ "name": "buyerId", "type": "foreignKey", "table": "buyers" }
{ "name": "viewingSlotId", "type": "foreignKey", "table": "viewingSlots" }
{ "name": "updatedDate", "type": "updated" }