# This migration comes from tb_commerce_engine (originally 20150409162837) class CreateTbCommerceOptions < ActiveRecord::Migration def change create_table :tb_commerce_options do |t| t.references :tb_commerce_option_set, :null => false, :index => true, :foreign_key => true t.string :value t.integer :sort_order t.timestamps null: false end end end