mmt_unitconversion
| This page was automatically generated from the database schema dump and may be incomplete or incorrect. |
Holds conversion rules between units (mmt_units). One entry per source/destination unit pair with a conversion factor and an optional script for complex conversions.
1. Columns
| Name | Type | Length | Description |
|---|---|---|---|
|
|
36 |
GUID of the conversion rule (primary key). |
|
|
— |
Timestamp of the last change (UNIX time). |
|
|
20 |
ID of the source unit. References mmt_units.unt_ID. |
|
|
20 |
ID of the destination unit. References mmt_units.unt_ID. |
|
|
— |
Multiplication factor for the conversion (source value * factor = destination value). |
|
|
— |
Optional script for non-linear conversions (BLOB). |