Table that contains the definition of the measurements that an inventory product can have
Data model
Fields
| Field | Type | Description |
|---|---|---|
| mea_active | BIT | Marking to identify active/inactive status of the measure |
| mea_description | NVARCHAR (510) | Detailed description of the measure |
| mea_id* | INT | Unique identifier of the table |
| mea_name | NVARCHAR (200) | Measurement Name (meters, unique, etc.) |
Primary Key
| PK_AFLS_INVENTORY_MEASURES |
|---|
| mea_id |