Sha256: 48b3d5ef72a26e996f1a5bac2140c6e8f5d7627b401809595c8c974f2098c208

Contents?: true

Size: 199 Bytes

Versions: 23

Compression:

Stored size: 199 Bytes

Contents

class CreateUsers < ActiveRecord::Migration
  def self.up
    create_table :users do |t|
      t.string :login
      t.integer :role_id
    end
  end

  def self.down
    drop_table :users
  end
end

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
skozlov-netzke-core-0.4.1 test/app_root/db/migrate/20090423222114_create_users.rb
skozlov-netzke-core-0.4.2 test/app_root/db/migrate/20090423222114_create_users.rb
skozlov-netzke-core-0.4.3 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-basepack-0.5.14 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.5.5 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-basepack-0.5.13 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.5.4 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-basepack-0.5.12 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-basepack-0.5.11 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-basepack-0.5.10 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.5.3 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-basepack-0.5.9 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.5.2 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.5.1 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.5.0 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.4.5.2 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.4.5.1 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.4.5 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.4.4 test/app_root/db/migrate/20090423222114_create_users.rb
netzke-core-0.4.2 test/app_root/db/migrate/20090423222114_create_users.rb