Sha256: 59f357cc4a219560de545ba652ca2b3976d1a30617252044ef6856ce9dc21da7

Contents?: true

Size: 180 Bytes

Versions: 3

Compression:

Stored size: 180 Bytes

Contents

class CreateShoppingCartBillingAddresses < ActiveRecord::Migration[5.1]
  def change
    create_table :shopping_cart_billing_addresses do |t|

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loker-shopping-cart-0.1.3 db/migrate/20180924113942_create_shopping_cart_billing_addresses.rb
loker-shopping-cart-0.1.2 db/migrate/20180924113942_create_shopping_cart_billing_addresses.rb
loker-shopping-cart-0.1.1 db/migrate/20180924113942_create_shopping_cart_billing_addresses.rb