OSDN Git Service

fix typo
[mint/mint-server.git] / db / migrate / 20091215064720_create_users.rb
index 848adef..6fcb8ab 100644 (file)
@@ -1,7 +1,7 @@
 class CreateUsers < ActiveRecord::Migration
   def self.up
     create_table :users do |t|
-      t.interger :affiliation_id, :null => true
+      t.integer :affiliation_id, :null => true
       t.string :matriculation_number, :null => true, :limit => 100
       t.string :name,  :null => true, :limit => 200
       t.string :email, :null => true, :limit => 200