Contains the information of the types of cases that the models created as Tasks will have.
Data model
Fields
Field | Type | Description |
---|---|---|
model_id* | INT | Identifier of the associated model, reference the ASMS_MODEL.id table |
type_id* | INT | Model type, reference to ASMS_TYPES.id table |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
model_case_id | dbo.ASMS_MODEL | id | FK03_ASMS_MODEL_TPYE |
model_id* | dbo.ASMS_MODEL | id | FK01_ASMS_MODEL_TPYE |
type_id* | dbo.ASMS_TYPES | id | FK02_ASMS_MODEL_TYPE |