Sha256: d57f6a589280d3acf7c42e23ba4a47cbbcd19cba665f8c05255496127614a29c

Contents?: true

Size: 360 Bytes

Versions: 16

Compression:

Stored size: 360 Bytes

Contents

class CreateSocialNetworkingProfileQuestions < ActiveRecord::Migration
  def change

    create_table :social_networking_profile_questions do |t|
      t.integer :order, null: true
      t.integer :allowed_responses, null:false, default: 1
      t.string :question_text, null: false
      t.boolean :deleted, null: false

      t.timestamps
    end

  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
social_networking-0.13.3 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.13.2 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.13.1 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.13.0 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.12.0 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.11.8 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.11.7 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.11.6 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.11.5 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.11.4 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.11.3 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.11.2 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.11.1 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.11.0 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.10.0 db/migrate/20140915190627_create_social_networking_profile_questions.rb
social_networking-0.9.3 db/migrate/20140915190627_create_social_networking_profile_questions.rb