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
0f8f15a7
authored
Jun 10, 2025
by
RONALDO RODRIGUES DE OLIVEIRA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tabela para registro de logs de falhas
parent
8e309eef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
declaracao_omissao/regras-100625/0-create-table-parlogerros_omissodeclarado_carga.sql
declaracao_omissao/regras-100625/0-create-table-parlogerros_omissodeclarado_carga.sql
0 → 100644
View file @
0f8f15a7
-- drop table par.logerros_omissodeclarado_carga;
CREATE
TABLE
par
.
logerros_omissodeclarado_carga
(
id
SERIAL
PRIMARY
KEY
,
timestamp
TIMESTAMP
DEFAULT
CURRENT_TIMESTAMP
,
mensagem
TEXT
NOT
NULL
,
numeroprocesso
VARCHAR
(
25
)
NOT
NULL
,
programa
VARCHAR
(
6
)
NOT
NULL
,
origem
VARCHAR
(
100
)
NOT
NULL
);
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