-
Notifications
You must be signed in to change notification settings - Fork 85
Sample Migration File #28
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels