Skip to content

Commit

Permalink
add origem on medicamento
Browse files Browse the repository at this point in the history
  • Loading branch information
juliacolleoni authored Oct 30, 2024
1 parent 688365e commit 45afd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noharm-create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ CREATE TABLE demo."medicamento" (
"nome" varchar(250) NOT NULL,
"sctid" bigint DEFAULT NULL,
"ia_acuracia" float4 null,
"origem" varchar(13) DEFAULT NULL,
"created_by" int4 null,
"updated_by" int4 null,
"created_at" timestamp NOT NULL DEFAULT now(),
Expand Down

0 comments on commit 45afd2a

Please sign in to comment.