navicat
ALTER TABLE weather_today ADD CONSTRAINT weather_id FOREIGN KEY (weather_id) REFERENCES weather_today (weather_id) ON DELETE CASCADE ON UPDATE CASCADE
navicat
ALTER TABLE weather_today ADD CONSTRAINT weather_id FOREIGN KEY (weather_id) REFERENCES weather_today (weather_id) ON DELETE CASCADE ON UPDATE CASCADE