Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialjitendra goyal
3,752 Pointsrake aborted! StandardError: An error has occurred, all later migrations canceled:
Mysql2::Error: Key column 'employees' doesn't exist in table: CREATE INDEX index_accounts_on_employees
ON accounts
(employees
) /Users/jitendragoyal/biller/db/migrate/20160302231252_add_index_employees.rb:3:in change'
ActiveRecord::StatementInvalid: Mysql2::Error: Key column 'employees' doesn't exist in table: CREATE INDEX
index_accounts_on_employeesON
accounts(
employees`)
1 Answer
jitendra goyal
3,752 Pointsissue solved.thanks
Steve Hunter
57,712 PointsSteve Hunter
57,712 PointsDid you get through this issue? I've seen later posts about other issues, so assume you have?
Steve.