Sha256: 25682070395588a43ce97a20dc2c2f72800fe9eade49c7391467dbbd48e074ba

Contents?: true

Size: 446 Bytes

Versions: 20

Compression:

Stored size: 446 Bytes

Contents

class CreateC80YaxPackSrows < ActiveRecord::Migration[5.0]
  def change
    create_table :c80_yax_pack_srows do |t|
      t.integer :ord, null: false, default: 0
      t.references :suite, index: true
      t.references :item, index: true

      t.timestamps null: false
    end

    add_foreign_key :c80_yax_pack_srows, :c80_yax_items, column: :item_id
    add_foreign_key :c80_yax_pack_srows, :c80_yax_pack_suites, column: :suite_id

  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
c80_yax-0.1.0.25 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.24 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.23 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.22 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.21 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.20 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.18 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.17 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.16 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.15 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.14 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.13 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.12 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.11 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.10 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.9 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.8 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.7 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.6 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb
c80_yax-0.1.0.5 engines/pack/db/migrate/20170625215151_create_c80_yax_pack_srows.rb