Guest User

Untitled

a guest
Jan 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. razi@ubuntu:~/image$ rails generate paperclip product photo
  2. create db/migrate/20110928133441_add_attachment_photo_to_product.rb
  3. razi@ubuntu:~/image$ rake db:migrate
  4. == AddAttachmentPhotoToProduct: migrating ====================================
  5. -- add_column(:products, :photo_file_name, :string)
  6. rake aborted!
  7. An error has occurred, this and all later migrations canceled:
  8.  
  9. SQLite3::SQLException: no such table: products: ALTER TABLE "products" ADD "photo_file_name" varchar(255)
  10.  
  11. Tasks: TOP => db:migrate
  12. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment