app/drizzle/0002_zippy_the_hunter.sql

2 lines
176 B
MySQL
Raw Normal View History

2024-03-11 14:29:15 +00:00
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;