Skip to content

Commit

Permalink
Added :limit option to migration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcn committed May 13, 2009
1 parent b52b0f8 commit dfaab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -25,7 +25,7 @@ This plugin should soon be packed inside a gem.
class AddFacebookConnectFieldsToUser < ActiveRecord::Migration
def self.up
add_column :users, :name, :string
add_column :users, :facebook_uid, :integer
add_column :users, :facebook_uid, :integer, :limit => 8
end

def self.down
Expand Down

0 comments on commit dfaab6b

Please sign in to comment.