Footprints Data Model

Table
Table Name Container
Table Definition The highest abstract level of Runtime Object. The Runtime object has a cooresponding definition that acts as a catalog of the Runtime Table. There is a hierarchy or composition concept in the Runtime Entity, but it may not be necessary to actually have navigable properties.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Container Id The automatically generated primary key of the cntnr table. LONG Yes
Container Name The name of the Container. VARCHAR(255) No
Definition Id A Foreign Key to the Definition table. LONG Yes
Tenant Partition Id A Foreign Key to the Tenant Partition table. LONG Yes