few changes
This commit is contained in:
3
packages/db/migrations/0005_solid_photon.sql
Normal file
3
packages/db/migrations/0005_solid_photon.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "students" ADD COLUMN "gender" varchar(10);--> statement-breakpoint
|
||||
ALTER TABLE "students" ADD COLUMN "dob" timestamp;--> statement-breakpoint
|
||||
ALTER TABLE "students" ADD COLUMN "personalGmail" text;
|
||||
Reference in New Issue
Block a user