weather

42049 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
weather_id serial 10 nextval('weather_weather_id_seq'::regclass)
created_at timestamptz 35,6 CURRENT_TIMESTAMP
min_degrees float4 8,8 null
max_degrees float4 8,8 null
min_humidity float4 8,8 null
max_humidity float4 8,8 null
precipitation float4 8,8 null
wind_speed float4 8,8 null
data_points int4 10 null
station_id int4 10 null
weather_station.id weather_station_id_foreign R

Indexes

Constraint Name Type Sort Column(s)
weather_pkey Primary key Asc weather_id

Relationships