today_ai_weather/db
songtianlun c00e336009
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
feat: add cities and weather_arts tables
- Create cities table with fields for name, country, latitude, and longitude
- Add featured boolean field to cities table
- Create weather_arts table with fields for weather_date, weather_condition, description, and prompt

These changes enhance the database schema by introducing new tables that will support
future features related to city and weather data management.
2025-01-17 18:08:41 +08:00
..
migrate feat: add city and weather art models 2025-01-17 18:05:42 +08:00
cable_schema.rb init sample-app 2024-12-29 17:12:54 +08:00
cache_schema.rb init sample-app 2024-12-29 17:12:54 +08:00
queue_schema.rb init sample-app 2024-12-29 17:12:54 +08:00
schema.rb feat: add cities and weather_arts tables 2025-01-17 18:08:41 +08:00
seeds.rb feat: add account activation feature 2025-01-06 18:38:39 +08:00