Skip to content

Commit

Permalink
Added conditions to Daily Forecast table
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed May 1, 2024
1 parent f637b7e commit 141661f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/create_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ CREATE TABLE `forecast_daily` (
`wind_bearing` INT NULL DEFAULT NULL ,
`wind_speed` FLOAT NULL DEFAULT NULL ,
`wind_gust` FLOAT NULL DEFAULT NULL ,
`conditions` VARCHAR(50) NULL DEFAULT NULL ,
CONSTRAINT `PRIMARY` PRIMARY KEY (`day_num`)
);

Expand Down

0 comments on commit 141661f

Please sign in to comment.