Closed kwent closed 12 years ago
Any news on this subject? Im having the same issue with my app:
Mysql2::Error: Table 'invoicer_development.view_invoices' doesn't exist: SHOW FULL FIELDS FROM view_invoices
when i do create_citier_view(Invoice) in my migrations.
Any ideas? I already have 'rails_sql_views' included in my gemfile.
Hello,
It was because rake tried to down table the migration before re up table. So he tries to delete invoicer_development.view_invoices but this view is none existant.
2 solutions.
Regards,
Hi,
First, Thank you for this great tool !
I met the following problem when i try to seed my database :
My schema.rb file :
My migration file :
My environment configuration :
Could you help me to fix this problem ?
Notes : All models are well write as your documentation.
Best Regards,