Sha256: f803678e65a6a40a7023a922e3c786a24c1f290e78bc1933bf85301afaef85f2

Contents?: true

Size: 401 Bytes

Versions: 17

Compression:

Stored size: 401 Bytes

Contents

class CreateEcomCoreMaterialSubTypes < ActiveRecord::Migration[6.0]
  def change
    create_table :ecom_core_material_sub_types do |t|
      t.string :name, null: false

      t.references :material_type,
                   null: false,
                   index: { name: 'mst_on_mt_indx' },
                   foreign_key: { to_table: :ecom_core_resource_types }

      t.timestamps
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ecom_core-1.3.14 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.13 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.12 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.11 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.10 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.9 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.8 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.7 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.6 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.5 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.4 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.3 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.2 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.1 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.3.0 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.2.36 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb
ecom_core-1.2.35 db/migrate/20200616044231_create_ecom_core_material_sub_types.rb