today_ai_weather/db/migrate
songtianlun 42e0da1aa0 feat: add city and weather art models
- Create City model with attributes: name, country, latitude, longitude, and featured.
- Create WeatherArt model with attributes: weather_date, weather_condition, description, and prompt.
- Add migration files for creating cities and weather arts tables.
- Include fixture files for cities and weather arts for testing.
- Add basic test files for both models.

These changes introduce new models and database tables to support
city and weather art data, enabling future features related to
weather information and city management.
2025-01-17 18:05:42 +08:00
..
20241231022507_create_users.rb feat: add user registration functionality 2024-12-31 14:20:22 +08:00
20241231055957_add_index_to_users_email.rb feat: add user registration functionality 2024-12-31 14:20:22 +08:00
20241231060757_add_password_digest_to_users.rb feat: add user registration functionality 2024-12-31 14:20:22 +08:00
20250102072521_add_remember_digest_to_users.rb feat: add remember me functionality for user sessions 2025-01-02 16:47:26 +08:00
20250105095157_add_admin_to_users.rb feat: add user deletion functionality 2025-01-05 18:27:13 +08:00
20250106091017_add_activation_to_users.rb feat: add account activation feature 2025-01-06 18:38:39 +08:00
20250107093124_add_reset_to_users.rb feat: add password reset functionality 2025-01-07 18:09:44 +08:00
20250117093758_create_cities.rb feat: add city and weather art models 2025-01-17 18:05:42 +08:00
20250117095400_create_weather_arts.rb feat: add city and weather art models 2025-01-17 18:05:42 +08:00