Sha256: 66523e57267f8784998549591b4f7b2823f53432a4fa3cf01c9b6143589b553b
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
class CreateProjectPayments < ActiveRecord::Migration def change create_table :project_payments do |t| t.belongs_to :organization, :index => true t.belongs_to :project, :index => true t.integer :plan_id t.string :stripe_token t.string :stripe_customer_id t.string :stripe_subscriber_id t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems