fix/changes mails attachment field to bigserial

This commit is contained in:
itsscb 2023-09-18 21:11:52 +02:00
parent 063d977fe9
commit cd769b6c46

View File

@ -6,7 +6,7 @@ CREATE TABLE "mails" (
"timestamp" timestamptz NOT NULL DEFAULT (now()), "timestamp" timestamptz NOT NULL DEFAULT (now()),
"subject" varchar NOT NULL, "subject" varchar NOT NULL,
"body" text NOT NULL, "body" text NOT NULL,
"attachments" integer "attachments" bigserial
); );
CREATE TABLE "customers" ( CREATE TABLE "customers" (