Theocacao
Leopard
Design Element
Comment on "Error in Basic Rails Migration"
by dominik Wagner — Dec 24
This is a simple code error, either you change
photo.column into
t.column

or you change
create_table :photos do |t|
into
create_table :photos do |photo|

cheers and merry xmas,
dom
Back to "Error in Basic Rails Migration"
Design Element

Copyright © Scott Stevenson 2004-2015