You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema.rb indicates a city_users table exists in your database, however there is no corresponding migration (or model). This suggests that your database is out of sync with your schema.
What happens when you type: rails db:migrate:status?
schema.rbindicates acity_userstable exists in your database, however there is no corresponding migration (or model). This suggests that your database is out of sync with your schema.What happens when you type:
rails db:migrate:status?