Table for recording the identification of movement associated with the serial of single-type products
Data model
Fields
| Field | Type | Description |
|---|---|---|
| aimd_id* | INT | Unique identifier of the table |
| aimd_serial_num | NVARCHAR (256) | Serial number corresponding to the single-type product associated with the movement |
| mov_id | INT | Associated Movement Identifier. |
Primary Key
| PK_AFLS_INVENTORY_MOVEMENTS_DETAILS |
|---|
| aimd_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| mov_id | dbo.AFLS_INVENTORY_MOVEMENTS | mov_id | FK01_AFLS_INVENTORY_MOVEMENTS_DETAILS |