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