Table Data dictionary report - inventory_conversion_factors

Generated: 9/23/2016 2:44:00 PM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict
Schema: public

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('inventory_conversion_factors_id_seq'::regclass)
from character varying(10) No No
to character varying(10) No No
conversion_factor numeric(19,7) No No
non_standard boolean No No

Constraints

Name Type Definition Comment
bve_conversion_pkey Primary key (id)

Report generated by pgAdmin III