draft_planting_sites

0 rows


Description

Details of planting sites that are in the process of being defined.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
organization_id int8 19 null
projects.organization_id draft_planting_sites_organization_id_project_id_fkeyR
organizations.id draft_planting_sites_organization_id_fkeyC
project_id int8 19 null
projects.id draft_planting_sites_project_id_fkeyN
name text 2147483647 null
description text 2147483647 null
time_zone text 2147483647 null
time_zones.time_zone draft_planting_sites_time_zone_fkeyR
num_planting_zones int4 10 null

Number of planting zones defined so far.

num_planting_subzones int4 10 null

Number of planting subzones defined so far.

data jsonb 2147483647 null

Client-defined state of the definition of the planting site. This may include a mix of map data and application state and is treated as opaque by the server.

created_by int8 19 null
users.id draft_planting_sites_created_by_fkeyR
created_time timestamptz 35,6 null
modified_by int8 19 null
users.id draft_planting_sites_modified_by_fkeyR
modified_time timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
draft_planting_sites_pkey Primary key Asc id
draft_planting_sites_organization_id_idx Performance Asc organization_id
draft_planting_sites_project_id_idx Performance Asc project_id

Relationships