Sha256: c49a929d31f80b855d9401cf2d24c2dbcf2a98aaa81b286f640805731ae5daf5

Contents?: true

Size: 353 Bytes

Versions: 25

Compression:

Stored size: 353 Bytes

Contents

# frozen_string_literal: true
ActiveRecord::Schema.define do
  create_table "money_records", :force => true do |t|
    t.decimal  "price", precision: 20, scale: 3, default: '0.000'
    t.string   "currency", limit: 3
    t.decimal  "prix", precision: 20, scale: 3, default: '0.000'
    t.string   "devise", limit: 3
    t.decimal  "price_usd"
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
shopify-money-3.0.2 spec/schema.rb
shopify-money-3.0.1 spec/schema.rb
shopify-money-3.0.0 spec/schema.rb
shopify-money-2.2.2 spec/schema.rb
shopify-money-2.2.1 spec/schema.rb
shopify-money-2.2.0 spec/schema.rb
shopify-money-2.0.0 spec/schema.rb
shopify-money-1.3.0 spec/schema.rb
shopify-money-1.2.1 spec/schema.rb
shopify-money-1.2.0 spec/schema.rb
shopify-money-1.1.2 spec/schema.rb
shopify-money-1.1.1 spec/schema.rb
shopify-money-1.1.0 spec/schema.rb
shopify-money-1.0.2.pre spec/schema.rb
shopify-money-1.0.1.pre spec/schema.rb
shopify-money-1.0.0.pre spec/schema.rb
shopify-money-0.16.0 spec/schema.rb
shopify-money-0.15.0 spec/schema.rb
shopify-money-0.14.8 spec/schema.rb
shopify-money-0.14.7 spec/schema.rb