DEV Community

Discussion on: What do you Google EVERY. SINGLE. TIME. and never just memorize?

Collapse
 
andy profile image
Andy Zhao (he/him)

How to properly write a Rails migration file.

Add a column? Huh? What???

Collapse
 
ben profile image
Ben Halpern

Oh yeah. I always copy and paste from old files.

Collapse
 
ukazap profile image
Ukaza Perdana • Edited

IIRC:

rails g migration AddStuffToTableName new_column1:integer new_column2:text #etc. etc.