Sha256: 4995fe4699fb3dadaa1d14e00cd59b898851af157cf6f3b9098423dce529122b
Contents?: true
Size: 209 Bytes
Versions: 3
Compression:
Stored size: 209 Bytes
Contents
class CreateShoppingCartDeliveries < ActiveRecord::Migration[5.0] def change create_table :shopping_cart_deliveries do |t| t.string :title t.float :price t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems