Skip to content

Commit

Permalink
Update noharm-regulation.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
heukirne authored Nov 21, 2024
1 parent 4a278f7 commit cdc8f05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions noharm-regulation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ CREATE TABLE demo."reg_solicitacao" (

-- extra pep
"risco" smallint null,
"cid" bigint,
"atendente" varchar(250),
"atendente_crm" integer,
"cid" varchar(400) null,
"atendente" varchar(250) null,
"atendente_registro" varchar(200) null,
"justificativa" text,

-- extra interno
Expand Down Expand Up @@ -52,4 +52,4 @@ CREATE TABLE demo."reg_tipo_solicitacao" (
"created_by" integer,
"updated_at" timestamp DEFAULT NOW(),
"updated_by" integer
);
);

0 comments on commit cdc8f05

Please sign in to comment.