meta_units
Unit of measure codes (UN/CEFACT).
| Name | Type | Nullable | Default Value | Notes |
|---|---|---|---|---|
ID | smallint | |||
status | smallint | |||
code | character varying(3) | |||
level | character varying(3) | |||
name | text | |||
sector | text | |||
quantity | text | |||
conversion | text | |||
symbol | text | |||
description | text |
| Name | Unique | Nulls Distinct | Primary | Partial | Method | Keys |
|---|---|---|---|---|---|---|
| pk_meta_units | btree | ID | ||||
| s_meta_units_name | gin | name | ||||
| u_meta_units_code | btree | code |
| Name | Type |
|---|---|
| pk_meta_units | primary_key |
| u_meta_units_code | unique |
Loading...