soil_bulk_density


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('soil_bulk_density_id_seq'::regclass)
site_location_visit_id int4 10 null
site_location_visit.site_location_visit_id site_location_visit_soil_bulk_density_fk R
sample_id text 2147483647 null
paper_bag_weight float8 17,17 null
oven_dried_weight_in_bag float8 17,17 null
ring_weight float8 17,17 null
gravel_weight float8 17,17 null
ring_volume float8 17,17 null
gravel_volume float8 17,17 null
fine_earth_weight_in_bag float8 17,17 null
fine_earth_weight float8 17,17 null
fine_earth_volume float8 17,17 null
fine_earth_bulk_density float8 17,17 null
gravel_bulk_density float8 17,17 null

Table contained 1407 rows

Indexes

Constraint Name Type Sort Column(s)
soil_bulk_density_pkey Primary key Asc id

Relationships