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