price

2366 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
price_id serial 10 nextval('price_yield_id_seq'::regclass)
crop_id int4 10 null
crop.crop_id price_crop_id_foreign R
value_$/kg float4 8,8 null
date timestamptz 35,6 null
farm_id uuid 2147483647 null
farm.farm_id price_farm_id_foreign R
deleted bool 1 false

Indexes

Constraint Name Type Sort Column(s)
price_pkey Primary key Asc price_id

Relationships