class CreateComponents < ActiveRecord::Migration def change create_table :components do |t| t.string :name, null: false end end end