Sha256: f7dd787b5343ba04971f75c92321f23fcfd832d379302989186084b666b78267

Contents?: true

Size: 348 Bytes

Versions: 24

Compression:

Stored size: 348 Bytes

Contents

class CreateItemToDecomTableMappings < ActiveRecord::Migration[5.0]
  def change
    create_table :item_to_decom_table_mappings do |t|
      t.integer :target_id, :null => false
      t.integer :packet_id, :null => false
      t.integer :item_id, :null => false
      t.integer :decom_table_id, :null => false

      t.timestamps
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
cosmos-4.5.2-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.5.2 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.5.1-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.5.1 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.5.0-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.5.0 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.4.2-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.4.2 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.4.1-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.4.1 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.4.0-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.4.0 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.3.0-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.3.0 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.2.4-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.2.4 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.2.3-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.2.3 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.2.2-java lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb
cosmos-4.2.2 lib/cosmos/dart/db/migrate/20170525201745_create_item_to_decom_table_mappings.rb