Skip to content

Commit

Permalink
Update noharm-create.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
heukirne authored Jan 31, 2025
1 parent 22ceabe commit 331a8f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noharm-create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ CREATE TABLE demo."exame" (
"dtexame" timestamp NOT NULL,
"tpexame" varchar(100) NOT NULL,
"resultado" float4 DEFAULT null,
"unidade" varchar(250) DEFAULT NULL
"unidade" varchar(250) DEFAULT NULL,
"created_at" timestamp NOT NULL DEFAULT NOW()
);

CREATE TABLE demo."cultura_cabecalho" (
Expand Down

0 comments on commit 331a8f4

Please sign in to comment.