fulfillment_id should not be in request table.
Since fulfillment table has request_id, fulfillment_id shouldn't be in the request table.
This commit is contained in:
parent
97b5ee5ad0
commit
c6b52c42dd
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ CREATE TABLE "request" (
|
|||
"request_type_id" integer NOT NULL,
|
||||
"request_configuration_id" integer,
|
||||
"date_requested" date NOT NULL,
|
||||
"fulfillment_id" integer,
|
||||
"notes" TEXT
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue