-- AlterTable ALTER TABLE "users" ADD COLUMN "avatar_data" BYTEA, ADD COLUMN "bio" VARCHAR(160), ADD COLUMN "bio_detail" VARCHAR(2000);