Sha256: 9ef9bab1ba2e4f4f5c33f42fa82d5c65ce1d03d31a3859bf2f1c96f4e4a7d373

Contents?: true

Size: 373 Bytes

Versions: 43

Compression:

Stored size: 373 Bytes

Contents

class CreateDiscoAppSubscriptions < ActiveRecord::Migration
  def change
    create_table :disco_app_subscriptions do |t|
      t.belongs_to :shop, index: true
      t.belongs_to :plan, index: true
      t.integer :status
      t.string :name
      t.integer :charge_type
      t.decimal :price
      t.integer :trial_days

      t.timestamps null: false
    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
disco_app-0.8.7 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.8.8 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.8.9 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.0 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.1 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.2 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.3 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.4 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.5 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.6 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.7 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.8 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.9 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.10 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.9.11 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.10.0 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.10.1 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.10.2 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.10.3 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.10.4 db/migrate/20151017232027_create_disco_app_subscriptions.rb