Sha256: 3f74b8dd0061d1aa0842e31562fc06ecefea7a336481e045365776faf498fa35

Contents?: true

Size: 179 Bytes

Versions: 6

Compression:

Stored size: 179 Bytes

Contents

class CreateRows < ActiveRecord::Migration
  def change
    create_table :rows do |t|
      t.integer :question_group_id
      t.string :text
      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 db/migrate/20140531225529_create_rows.rb
upgrade_surveyor_gui-0.1.2 db/migrate/20140531225529_create_rows.rb
surveyor_gui-0.1.2 db/migrate/20140531225529_create_rows.rb
surveyor_gui-0.1.1 db/migrate/20140531225529_create_rows.rb
surveyor_gui-0.1.0 db/migrate/20140531225529_create_rows.rb
surveyor_gui-0.0.3 db/migrate/20140531225529_create_rows.rb