3 lines
107 B
SQL
3 lines
107 B
SQL
-- Modify "ActionReport" table
|
|
ALTER TABLE "public"."ActionReport" ADD COLUMN "Date" timestamptz NOT NULL;
|