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 5536a15 commit c6b961fCopy full SHA for c6b961f
database scripts/00_dump.sql
@@ -4048,7 +4048,7 @@ CREATE TABLE "public"."tblPremium" (
4048
"AuditUserID" integer NOT NULL,
4049
"PayerID" integer,
4050
"PolicyID" integer NOT NULL,
4051
- "CreatedDate" DATE NOT NULL DEFAULT CURRENT_DATE,
+ "CreatedDate" date DEFAULT CURRENT_DATE NOT NULL,
4052
"RowID" "text"
4053
);
4054
0 commit comments