Store the signatures of supported products
Data model
Fields
Field | Type | Description |
---|---|---|
id* | INT | Signature Identifier |
name* | NVARCHAR (200) | Name of the supported firm |
product_id* | INT | Product Identifier |
Primary Key
PK_AES_SIGNATURE |
---|
id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
product_id* | dbo.AES_PRODUCT | id | FK01_AES_SIGNATURE |