Footprints Data Model |
Table |
Name | app_ele_nmsp |
Comment | A string that best describes the namespace of the Element Name. For example "FootPrints.UserInterface.Item.MaintenanceForm". These are maintained in a picklist so that consistency can be managed. There may be a hierarchy in the name, but the components of the hierarchy will not be enforced or maintained. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
app_ele_nmsp_id | bigint | The automatically generated primary key of the app_ele_nmsp table. | Yes | No |
app_ele_nmsp_name | varchar(255) | The name of the Application Element Namespace. | No | No |