Sha256: 6713a7e0cd13a228aa8ce080e6e0420fa71b3b28998e97d5a24c8542a6983913

Contents?: true

Size: 201 Bytes

Versions: 7

Compression:

Stored size: 201 Bytes

Contents

class CreateUsers < ActiveRecord::Migration

  def self.up
    create_table :users do |t|
      t.string :role_name
      t.timestamps
    end
  end

  def self.down
    drop_table :users
  end
  
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
aegis-1.1.8 test/app_root/db/migrate/20090408115228_create_users.rb
thelinuxlich-aegis-1.1.9 test/app_root/db/migrate/20090408115228_create_users.rb
thelinuxlich-aegis-1.1.8 test/app_root/db/migrate/20090408115228_create_users.rb
thelinuxlich-aegis-1.1.7 test/app_root/db/migrate/20090408115228_create_users.rb
aegis-1.1.7 test/app_root/db/migrate/20090408115228_create_users.rb
aegis-1.1.6 test/app_root/db/migrate/20090408115228_create_users.rb
aegis-1.1.5 test/app_root/db/migrate/20090408115228_create_users.rb