def upgrade(): op.alter_column('user', 'facebook_user_id', type_=sa.BigInteger) op.alter_column('user', 'twitter_user_id', type_=sa.BigInteger)