Sha256: 50242ffdeda67422ec9d043885ec3005a9996b49a809ae8beaf08300112081df

Contents?: true

Size: 229 Bytes

Versions: 14

Compression:

Stored size: 229 Bytes

Contents

class CreateBookPrices < ActiveRecord::Migration
  def change
    create_table :book_prices do |t|
      t.float :sell
      t.float :educational
      t.float :cost
      t.references :book

      t.timestamps
    end
  end
end

Version data entries

14 entries across 7 versions & 1 rubygems

Version Path
data_active-0.0.7 test_apps/book_store_rails_32x/db/migrate/20120422043700_create_book_prices.rb
data_active-0.0.7 test_apps/book_store_rails_31x/db/migrate/20120422054123_create_book_prices.rb
data_active-0.0.6 test_apps/book_store_rails_32x/db/migrate/20120422043700_create_book_prices.rb
data_active-0.0.6 test_apps/book_store_rails_31x/db/migrate/20120422054123_create_book_prices.rb
data_active-0.0.5 test_apps/book_store_rails_31x/db/migrate/20120422054123_create_book_prices.rb
data_active-0.0.5 test_apps/book_store_rails_32x/db/migrate/20120422043700_create_book_prices.rb
data_active-0.0.4 test_apps/book_store_rails_32x/db/migrate/20120422043700_create_book_prices.rb
data_active-0.0.4 test_apps/book_store_rails_31x/db/migrate/20120422054123_create_book_prices.rb
data_active-0.0.3 test_apps/book_store_rails_32x/db/migrate/20120422043700_create_book_prices.rb
data_active-0.0.3 test_apps/book_store_rails_31x/db/migrate/20120422054123_create_book_prices.rb
data_active-0.0.2 test_apps/book_store_rails_32x/db/migrate/20120422043700_create_book_prices.rb
data_active-0.0.2 test_apps/book_store_rails_31x/db/migrate/20120422054123_create_book_prices.rb
data_active-0.0.1 test_apps/book_store_rails_31x/db/migrate/20120422054123_create_book_prices.rb
data_active-0.0.1 test_apps/book_store_rails_32x/db/migrate/20120422043700_create_book_prices.rb