Sha256: aa6e61afc780fcb0f9a9684f6904d7b7fe8b96bd646b3d230f890335bc7af9c9

Contents?: true

Size: 687 Bytes

Versions: 423

Compression:

Stored size: 687 Bytes

Contents

class CreateCheckoutStatHasManifestations < ActiveRecord::Migration
  def self.up
    create_table :checkout_stat_has_manifestations do |t|
      t.integer :manifestation_checkout_stat_id, :null => false
      t.integer :manifestation_id, :null => false
      t.integer :checkouts_count

      t.timestamps
    end
    add_index :checkout_stat_has_manifestations, :manifestation_checkout_stat_id, :name => 'index_checkout_stat_has_manifestations_on_checkout_stat_id'
    add_index :checkout_stat_has_manifestations, :manifestation_id, :name => 'index_checkout_stat_has_manifestations_on_manifestation_id'
  end

  def self.down
    drop_table :checkout_stat_has_manifestations
  end
end

Version data entries

423 entries across 416 versions & 12 rubygems

Version Path
enju_leaf-1.2.2 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_library-0.2.5 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_biblio-0.2.5 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_bookmark-0.2.2 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_event-0.2.3 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_seed-0.2.3 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_biblio-0.2.4 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_library-0.2.4 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_event-0.2.2 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_bookmark-0.2.1 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_biblio-0.2.3 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_library-0.2.3 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_seed-0.2.2 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_ndl-0.2.3 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_ndl-0.2.2 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_grid-0.2.0 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_biblio-0.2.2 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_ndl-0.2.1 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_event-0.2.1 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb
enju_leaf-1.2.1 spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb