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