Rails migrations: creating a MySQL BIGINT
add_column :facebook_user_id, :integer, :limit => 8 # BIGINT
add_column :facebook_user_id, :integer, :limit => 8 # BIGINT