Sha256: 0b7ce5bff6fbf27cdc5e14f1a4bed96473788f4a47884ee23d8489ec78ab2dc4

Contents?: true

Size: 512 Bytes

Versions: 3

Compression:

Stored size: 512 Bytes

Contents

class CreateTransactions < ActiveRecord::Migration
  def change
    create_table :transactions do |t|
      t.string :type_of_event
      t.string :event_id
      t.string :subscription_id
      t.string :livemode
      t.string :status
      t.string :customer_id
      t.string :interval_count
      t.string :amount
      t.string :interval
      t.string :plan_name
      t.string :current_period_end 
      t.string :current_period_start
      t.string :organization_id
      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pshq_engine-0.1.6 db/migrate/20150525123202_create_transactions.rb
pshq_engine-0.1.5 db/migrate/20150525123202_create_transactions.rb
pshq_engine-0.0.1 db/migrate/20150525123202_create_transactions.rb