Sha256: 693a182a377df05bfdb39f0610ad1ec628223c3145ba414c1311684785597738

Contents?: true

Size: 506 Bytes

Versions: 61

Compression:

Stored size: 506 Bytes

Contents

class CreateEcomCoreWorkProductTemplates < ActiveRecord::Migration[6.0]
  def change
    create_table :ecom_core_work_product_templates do |t|
      t.string :code, null: false, unique: true
      t.string :name, null: false, unique: true
      t.string :description
      t.string :remark
      t.references :task_template, index: { name: 'tt_on_wpt_indx' }

      t.timestamps
    end

    add_foreign_key :ecom_core_work_product_templates, :ecom_core_task_templates, column: :task_template_id
  end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
ecom_core-1.2.5 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.2.4 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.2.3 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.2.2 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.2.1 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.2.0 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.28 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.27 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.26 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.25 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.24 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.23 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.22 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.21 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.20 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.19 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.18 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.17 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.16 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb
ecom_core-1.1.15 db/migrate/20191119013236_create_ecom_core_work_product_templates.rb