Sha256: 8ca9ef5a9c182b4ae25d852da8beb2786da629af41e94f793af0e739e607f1e6

Contents?: true

Size: 235 Bytes

Versions: 14

Compression:

Stored size: 235 Bytes

Contents

class CreateGroupReferenceToProfileQuestion < ActiveRecord::Migration
  def change
    create_table :social_networking_profile_questions do |t|
      t.integer :group_id
      t.text :question_text

      t.timestamps
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.2.0.beta1 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.21 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.20 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.19 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.18 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.17 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.16 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.15 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.14 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.13 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.12 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.11 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb
think_feel_do_dashboard-1.1.10 spec/dummy/db/migrate/20141217200114_create_group_reference_to_profile_question.rb