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.6.0 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.6.1 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.6.2 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.6.3 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.6.4 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.6.5 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.6.6 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.6.7 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.6.8 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.6.9 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.7.0 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.7.1 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.7.2 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.8.0 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.8.1 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.8.2 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.8.3 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.8.4 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.8.5 db/migrate/20151017232027_create_disco_app_subscriptions.rb
disco_app-0.8.6 db/migrate/20151017232027_create_disco_app_subscriptions.rb