Skip to content

Commit 5536a15

Browse files
author
lruzicki
committed
OP-1360: added default value for created date
1 parent 5dfa025 commit 5536a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database scripts/00_dump.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4048,7 +4048,7 @@ CREATE TABLE "public"."tblPremium" (
40484048
"AuditUserID" integer NOT NULL,
40494049
"PayerID" integer,
40504050
"PolicyID" integer NOT NULL,
4051-
"CreatedDate" date NULL,
4051+
"CreatedDate" DATE NOT NULL DEFAULT CURRENT_DATE,
40524052
"RowID" "text"
40534053
);
40544054

0 commit comments

Comments
 (0)