Footprints Data Model

Table
Table Name Definition Version Status
Table Definition The attribute of the definition version entity that tells what state the definition instance is in. The word "Published" in this context means a change being commited or made ready for runtime. Currently the available status options are: Draft Dirty - the entity instance is being created or changed, but has not yet been published, so is not yet valid for runtime. Published Active - the entity instance has been published, and is available for runtime. Published Outdated - the entity instance has been previously published, but has been replaced with a newer version of itself in runtime.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Definition Version Status Id The automatically generated primary key of the defn_ver_status table. INTEGER Yes
Definition Version Status Name The name of the Definition Version Status. VARCHAR(255) No