fix/changes mails attachment field to bigserial
This commit is contained in:
parent
063d977fe9
commit
cd769b6c46
@ -6,7 +6,7 @@ CREATE TABLE "mails" (
|
||||
"timestamp" timestamptz NOT NULL DEFAULT (now()),
|
||||
"subject" varchar NOT NULL,
|
||||
"body" text NOT NULL,
|
||||
"attachments" integer
|
||||
"attachments" bigserial
|
||||
);
|
||||
|
||||
CREATE TABLE "customers" (
|
||||
|
Loading…
x
Reference in New Issue
Block a user