Sha256: f692ec12f95a2cb319c1f4acfb3be1c07ae5b59f1ae8399fd31530090559f7ce

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

class CreateShoppingCartShippings < ActiveRecord::Migration[5.0]
  def change
    create_table :shopping_cart_shippings do |t|
      t.string :title
      t.decimal :price, precision: 5, scale: 2
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shopping_cart-0.1.0 db/migrate/20160816093049_create_shopping_cart_shippings.rb