Sha256: 4c1fd0ae7957f2f56ed074f9b73eeeaf8dc85adfff9703402f8ac93e2503af10

Contents?: true

Size: 190 Bytes

Versions: 13

Compression:

Stored size: 190 Bytes

Contents

class CreateUsers < ActiveRecord::Migration
  def self.up
    create_table :users do |t|
      t.string :login, :null => false
    end
  end

  def self.down
    drop_table :users
  end
end

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
pluginaweek-has_messages-0.4.0 test/app_root/db/migrate/001_create_users.rb
has_messages_huacnlee-0.4.1 test/app_root/db/migrate/001_create_users.rb
has_roles-0.3.1 test/app_root/db/migrate/001_create_users.rb
has_messages-0.4.1 test/app_root/db/migrate/001_create_users.rb
has_messages-0.1.1 test/app_root/db/migrate/001_create_users.rb
has_messages-0.1.2 test/app_root/db/migrate/001_create_users.rb
has_messages-0.2.0 test/app_root/db/migrate/001_create_users.rb
has_messages-0.3.0 test/app_root/db/migrate/001_create_users.rb
has_messages-0.3.1 test/app_root/db/migrate/001_create_users.rb
has_messages-0.4.0 test/app_root/db/migrate/001_create_users.rb
has_messages-0.1.3 test/app_root/db/migrate/001_create_users.rb
has_messages-0.1.0 test/app_root/db/migrate/001_create_users.rb
has_roles-0.3.0 test/app_root/db/migrate/001_create_users.rb