From a9a29518b0cd55d876aa964ba1fa43c850093933 Mon Sep 17 00:00:00 2001 From: emerson Date: Thu, 8 Jul 2021 10:24:01 -0400 Subject: [PATCH] needs to be tz aware pg columns --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c99852..21526b8 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ create table proxies ( exit_ipv6 inet, proxy_type text, status text default 'unscanned', - last_seen timestamp default 'epoch', - last_checked timestamp default 'epoch', - submitted_at timestamp, + last_seen timestamptz default 'epoch', + last_checked timestamptz default 'epoch', + submitted_at timestamptz, comment text, num_failures int default 0, recheck bool default false