SQL script to add new column "DOI" on DMP.
This commit is contained in:
parent
7d68f93ecd
commit
3f93c38d50
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE public."DMP"
|
||||
ADD COLUMN "DOI" text
|
Loading…
Reference in New Issue