Footprints Data Model

Table
Name defn_ver_status
Comment 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 - the entity instance is being created or changed, but has not yet been published, so is not yet valid for runtime. Active - the entity instance has been published, and is available for runtime. Superseded - the entity instance has been previously published, but has been replaced with a newer version of itself in runtime.

Column
Name Datatype Comment Is PK Is FK
defn_ver_status_id int The automatically generated primary key of the defn_ver_status table. Yes No
defn_ver_status_name varchar(255) The name of the Definition Version Status. No No