Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
RONALDO RODRIGUES DE OLIVEIRA
/
simec-scripts-banco
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aca8894d
authored
Apr 22, 2025
by
RONALDO RODRIGUES DE OLIVEIRA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Colunas da tabela
parent
5b556c05
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
declaracao_omissao/0-add-column-responsaveisomisso-.sql
declaracao_omissao/0-add-column-responsaveisomisso-.sql
0 → 100644
View file @
aca8894d
DO
$$
BEGIN
BEGIN
ALTER
table
par
.
responsaveisomisso
ADD
COLUMN
carga
VARCHAR
(
255
);
comment
on
column
par
.
responsaveisomisso
.
carga
is
'Informa os estágios das cargas 1-CREDITO 2-EXTRATOCONTA 3-CREDITOVIRADEBITO'
;
EXCEPTION
WHEN
duplicate_column
THEN
RAISE
NOTICE
'column carga already exists in par.responsaveisomisso.carga'
;
END
;
END
;
$$
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment