ALTER TABLE "profiles" ALTER COLUMN "bio" SET NOT NULL;--> statement-breakpoint ALTER TABLE "updates" ALTER COLUMN "mood" SET NOT NULL;--> statement-breakpoint ALTER TABLE "updates" ALTER COLUMN "description" SET DEFAULT '';--> statement-breakpoint ALTER TABLE "updates" ALTER COLUMN "description" SET NOT NULL;--> statement-breakpoint ALTER TABLE "users" ALTER COLUMN "moderator" SET NOT NULL;--> statement-breakpoint ALTER TABLE "users" ALTER COLUMN "banned" SET NOT NULL;