Sha256: 245ea8db1cfb97c899cb1412a720c035b4fecf5c81e7803ff8a1c082a246de87

Contents?: true

Size: 300 Bytes

Versions: 25

Compression:

Stored size: 300 Bytes

Contents

class CreateServiceCategories < ActiveRecord::Migration
  def self.up
    create_table "service_categories", :force => true do |t|
      t.string  "name",                :null => false
      t.integer "sort", :default => 0
    end
  end

  def self.down
    drop_table "service_categories"
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
overlord-3.0.2 test/rails_test/db/migrate/20091031215610_create_service_categories.rb
overlord-3.0.1 test/rails_test/db/migrate/20091031215610_create_service_categories.rb
overlord-3.0.0 test/rails_test/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.22 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.21 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.20 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.19 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.18 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.17 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.16 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.15 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.14 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.13 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.12 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.11 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.10 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.9 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.8 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.7 test/rails_root/db/migrate/20091031215610_create_service_categories.rb
overlord-0.1.6 test/rails_root/db/migrate/20091031215610_create_service_categories.rb