Skip to content

Sample Migration File #28

@tarr11

Description

@tarr11

Here's a sample migration new users can run to get the database working. Just including this here to save someone else some time...

class AddShoppingCartSchema < ActiveRecord::Migration
  def change
    create_table :carts do |t|

    end
    create_table :cart_items do |t|
      t.shopping_cart_item_fields # Creates the cart items fields
    end
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions