Sha256: 3dd85664f361460d8dbf1389f30f52f23948b9aaff9f99b66fc0d37ab599f260

Contents?: true

Size: 244 Bytes

Versions: 3

Compression:

Stored size: 244 Bytes

Contents

ActiveRecord::Schema.define :version => 0 do
  create_table "items", :force => true do |t|
    t.money :price
    t.money :balance
    t.money :another_money_attr
    t.integer :custom_money_amount
    t.string :custom_money_currency
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
counterfeit-0.0.3 spec/schema.rb
counterfeit-0.0.2 spec/schema.rb
counterfeit-0.0.1 spec/schema.rb