today_ai_weather/test/fixtures
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
..
files init sample-app 2024-12-29 17:12:54 +08:00
cities.yml feat: add city and weather art models 2025-01-17 18:05:42 +08:00
users.yml feat: add account activation feature 2025-01-06 18:38:39 +08:00
weather_arts.yml feat: add city and weather art models 2025-01-17 18:05:42 +08:00