id id
{
"name": "id",
"type": "primaryKey"
}
{
"name": "signatureId",
"type": "foreignKey",
"table": "signatures",
"mandatory": "true"
}
sourceType M E
{
"name": "sourceType",
"type": "enum",
"enums": [
"ENUMS_SOURCE_TYPE_BIDDING_LIST",
"ENUMS_SOURCE_TYPE_CDS",
"ENUMS_SOURCE_TYPE_VERSION",
"ENUMS_SOURCE_TYPE_BROKER_JOURNAL",
"ENUMS_SOURCE_TYPE_OBJECT_DESCRIPTION"
],
"mandatory": "true"
}
tableId M
{
"name": "tableId",
"type": "genericForeignKey",
"tableNameInField": "tableName",
"mandatory": "true"
}
tableName M
{
"name": "tableName",
"type": "text",
"mandatory": "true"
}
updatedDate
{
"name": "updatedDate",
"type": "updated"
}