class CreateManufacturers < ActiveRecord::Migration def change create_table :manufacturers do |t| t.timestamps end end end