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 82385c1 commit 4fe0da6Copy full SHA for 4fe0da6
schema/schema.sql
@@ -5,7 +5,7 @@ CREATE TABLE "public"."audit" (
5
"operation" text NOT NULL,
6
"query" text,
7
"user_name" text NOT NULL,
8
- "changed_at" timestamp(6) with time zone DEFAULT CURRENT_TIMESTAMP,
+ "changed_at" timestamptz DEFAULT now(),
9
CONSTRAINT "audit_pkey" PRIMARY KEY (id)
10
);
11
0 commit comments