Commit 4803a5ae by ivan Lan

Add waether_text2 to city_forecast

parent 81bfe2ad
...@@ -5,6 +5,7 @@ class CreateCityForecasts < ActiveRecord::Migration[5.0] ...@@ -5,6 +5,7 @@ class CreateCityForecasts < ActiveRecord::Migration[5.0]
t.integer :temp_low t.integer :temp_low
t.integer :temp_high t.integer :temp_high
t.string :weather_text t.string :weather_text
t.string :weather_text2
t.string :weather_pic t.string :weather_pic
t.string :cityname t.string :cityname
t.string :win_dir t.string :win_dir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment