# File lib/larch/db/migrate/002_add_timestamps.rb, line 2
  def down
    alter_table :accounts do
      drop_column :created_at
      drop_column :updated_at
    end
  end