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 Oct 4, 2024
1 parent fe40175 commit 4c3132c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noharm-create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ CREATE TABLE demo."prescricao" (
"tp_revisao" smallint default 0,
"update_at" timestamp DEFAULT NOW(),
"update_by" integer,
"dtcriacao_origem" timestamp default null
"dtcriacaoorigem" timestamp default null
);

create table demo."prescricao_audit" (
Expand Down

0 comments on commit 4c3132c

Please sign in to comment.