Sha256: 6d9f4e713d9eb6291cb9c8ffd4daa72bd4bafd6550ca544e8a37cb4392a4e263

Contents?: true

Size: 177 Bytes

Versions: 59

Compression:

Stored size: 177 Bytes

Contents

class CreateMirrorUsers < ActiveRecord::Migration
  def change
    create_table :mirror_users do |t|
      t.integer :user_id, :limit => 8

      t.timestamps
    end
  end
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
switchman-1.3.13.pre.1 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.13 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.12 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.11 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.10 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.9 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.8 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.7 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.6 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.5 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.4 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.3 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.2 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.1 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.3.0 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.2.41 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.2.40 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.2.39 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.2.38 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb
switchman-1.2.37 spec/dummy/db/migrate/20130411202551_create_mirror_users.rb