<%= class_definition %> def change <%= table_definition %> <%= columns.join("\n") %> <%= associations.join("\n") %> t.timestamps end <%= indices.join("\n") %> end end