Footprints Data Model |
Table |
Name | app_ele_type |
Comment | The class subtype indicator for Application Element, used in an inheritance pattern. Types include UI Element, Error Code, Localized Column, etc. There may need to be further subtypes, for example of UI Element. The subtypes will share common Finder methods and key construction methods and metadata for identification. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
app_ele_type_id | int | The automatically generated primary key of the app_ele_type table. | Yes | No |
app_ele_type_name | varchar(255) | The name of the Application Element Type. | No | No |