Capture extensive database schema changes, including new tables and updated relationships for better data management and integrity.
2 lines
132 B
SQL
2 lines
132 B
SQL
ALTER TABLE "users" ADD COLUMN "avatar_url" varchar(512);--> statement-breakpoint
|
|
ALTER TABLE "users" ADD COLUMN "bio" varchar(255); |