Sha256: 46e2958f444de2e82de113fb372deabe4a0d636966f4fe4f89988412dbd6bd97

Contents?: true

Size: 168 Bytes

Versions: 4

Compression:

Stored size: 168 Bytes

Contents

class CreateTheAnswers < ActiveRecord::Migration
  def change
    create_table :the_answers do |t|
      t.string :ultimate_truth

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
human_attribute_values-1.0.1 test/dummy/db/migrate/20150127220502_create_the_answers.rb
human_attribute_values-1.0.0 test/dummy/db/migrate/20150127220502_create_the_answers.rb
human_attribute_values-0.0.2 test/dummy/db/migrate/20150127220502_create_the_answers.rb
human_attribute_values-0.0.1 test/dummy/db/migrate/20150127220502_create_the_answers.rb