rename date_received in gmail_emails

This commit is contained in:
heyethereum
2024-08-04 10:32:49 +08:00
parent 90f10bdced
commit e111409ef3

View File

@@ -217,7 +217,7 @@ CREATE TABLE safeqr.vcard (
CREATE TABLE safeqr.gmail_emails (
user_id varchar NOT NULL,
subject text NULL,
email_date timestamptz NULL,
date_received timestamptz NULL,
date_created timestamptz DEFAULT CURRENT_TIMESTAMP NULL,
message_id varchar NOT NULL,
history_id int8 NULL,