diff --git a/backend/db/5_project.sql b/backend/db/5_project.sql index 58c9ecc..61309a9 100644 --- a/backend/db/5_project.sql +++ b/backend/db/5_project.sql @@ -13,6 +13,9 @@ CREATE TABLE public.project ( info_id int4 NOT NULL, picture_name text NULL, type_project text NULL, + report_link text NULL, + archive_link text NULL, + app_link text NULL, CONSTRAINT project_pkey PRIMARY KEY (id), CONSTRAINT project_fk FOREIGN KEY (info_id) REFERENCES public.info(id) ); \ No newline at end of file