Louis Knapp
8 years ago
2 changed files with 7 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||
class AddFixedAtToBikes < ActiveRecord::Migration |
|||
def change |
|||
add_column :bikes, :fixed_at, :datetime |
|||
end |
|||
end |
Loading…
Reference in new issue