app/drizzle/0002_zippy_the_hunter.sql
2024-03-11 15:29:15 +01:00

2 lines
176 B
SQL

ALTER TABLE "sessions" ADD COLUMN "date_created" date DEFAULT now() NOT NULL;--> statement-breakpoint
ALTER TABLE "users" ADD COLUMN "date_created" date DEFAULT now() NOT NULL;