Sha256: 141ee07f832297b8574619429962e3e4620efecacfcf5aa07656c33988ec1d0a

Contents?: true

Size: 171 Bytes

Versions: 7

Compression:

Stored size: 171 Bytes

Contents

class CreateUsers < ActiveRecord::Migration
  def self.up
    create_table :users do |t|
      t.timestamps
    end
  end

  def self.down
    drop_table :users
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
interpret-1.1.2 test_app/db/migrate/20110219173536_create_users.rb
interpret-1.1.1 test_app/db/migrate/20110219173536_create_users.rb
interpret-1.1.0 test_app/db/migrate/20110219173536_create_users.rb
interpret-1.0.2 test_app/db/migrate/20110219173536_create_users.rb
interpret-1.0.1 test_app/db/migrate/20110219173536_create_users.rb
interpret-0.2.1 test_app/db/migrate/20110219173536_create_users.rb
interpret-1.0.0 test_app/db/migrate/20110219173536_create_users.rb