Skip to content

Commit

Permalink
Update sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nikitin committed Sep 22, 2023
1 parent bf0a4c2 commit eec4af2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions architecture/new_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,10 @@ CREATE TABLE public."symmetricKey" (
"customerId" uuid NOT NULL,
"identifierDid" character varying NOT NULL,
"resourceId" uuid NOT NULL,
"resourceName" character varying,
"resourceType" character varying,
"symmetricKey" character varying NOT NULL
"resourceName" character varying NOT NULL,
"resourceType" character varying NOT NULL,
"symmetricKey" character varying NOT NULL,
"createdAt" date NOT NULL
);


Expand Down

0 comments on commit eec4af2

Please sign in to comment.