Closed solowt closed 8 years ago
did you accidentally run a migration before updating and saving it by chance?
yeah, it looks like I created the table already somehow.
I deleted it from psql with DROP and removed it from the schema file and then just ran the migration again and it worked.
thanks
I generated a migration and filled it in. like this:
but in my schema, it looks like this, even after I ran rake db:migrate:
I feel like I've forgotten a step somewhere but I can't think what it is.