weather


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
account_id INT UNSIGNED 10 null
accounts.id weather_account_id_foreign C
place_id INT UNSIGNED 10 null
places.id weather_place_id_foreign C
weather_json VARCHAR 2000 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
weather_account_id_foreign Performance Asc account_id
weather_place_id_foreign Performance Asc place_id

Relationships