Sha256: 7a362b7f61aadea64c83429f326d7038fbf4460d04fc422d02917982dadc9e01

Contents?: true

Size: 164 Bytes

Versions: 58

Compression:

Stored size: 164 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

58 entries across 58 versions & 1 rubygems

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