Sha256: d18df277450449c4d28c3eef1dcb63bbed7220e4a640313898d87d08aeb4b2f0
Contents?: true
Size: 356 Bytes
Versions: 13
Compression:
Stored size: 356 Bytes
Contents
class CreateSubscriptions < ActiveRecord::Migration def change create_table :subscriptions do |t| t.string :stripe_id t.integer :plan_id t.string :last_four t.integer :coupon_id t.string :last_four t.string :card_type t.float :current_price t.integer :customer_id t.timestamps end end end
Version data entries
13 entries across 13 versions & 2 rubygems