We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96568b commit e1551a4Copy full SHA for e1551a4
prisma/migrations/20250425134520_truncate_tax_forms/migration.sql
@@ -16,7 +16,7 @@ CREATE TABLE "user_tax_form_associations" (
16
"user_id" VARCHAR(80) NOT NULL,
17
"tax_form_id" TEXT NOT NULL,
18
"date_filed" TIMESTAMP(6) NOT NULL,
19
- "tax_form_status" "tax_form_status",
+ "tax_form_status" "tax_form_status" NOT NULL,
20
21
CONSTRAINT "user_tax_form_associations_pkey" PRIMARY KEY ("id")
22
);
0 commit comments