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