Sha256: 5ebae773831cd291187f0a55312dd0009953791d64b5e27826c395938523b423

Contents?: true

Size: 149 Bytes

Versions: 4

Compression:

Stored size: 149 Bytes

Contents

class CreateTestModels < ActiveRecord::Migration
  def change
    create_table :test_models do |t|

      t.timestamps null: false
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
console_log-0.2.0 test/dummy/db/migrate/20151112110941_create_test_models.rb
console_log-0.1.0 test/dummy/db/migrate/20151112110941_create_test_models.rb
json_column-0.6.6 test/dummy/db/migrate/20150317124232_create_test_models.rb
json_column-0.6.5 test/dummy/db/migrate/20150317124232_create_test_models.rb