uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
ope_ruled_report | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
rul_report_dt | TimeStamp | Data-Hora de Emissão | ||||||
| rul_report_id | Integer |
| nextval('"URX_PUBLIC".ope_ruled_report_id_seq'::regclass) | identificador | |||
rul_report_unit_id | Integer | Unidade |
|
|
||||
rul_report_document_id | Integer | Documento |
| |||||
rul_report_pre_doc_id | SmallInt | Documento Pré-formatado |
| |||||
rul_report_year | SmallInt | Ano | ||||||
rul_report_month | SmallInt | Mês | ||||||
rul_report_label | VarChar(100) |
| Rótulo |
|
||||
rul_report_date | Date | Data de Entrega |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_ope_ruled_report_ope_pre_doc | URX_PUBLIC.ope_ruled_report | rul_report_document_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ope_ruled_report_document | URX_PUBLIC.ope_document | URX_PUBLIC.ope_ruled_report | doc_id | rul_report_document_id |
fk_ope_ruled_report_ope_pre_doc | URX_PUBLIC.ope_pre_doc | URX_PUBLIC.ope_ruled_report | pre_doc_id | rul_report_pre_doc_id |
fk_ope_ruled_report_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.ope_ruled_report | uni_person_id | rul_report_unit_id |
Parent Relations (none) |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_ope_ruled_report_create | URX_PUBLIC.ope_ruled_report |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
tg_rul_report_dt | URX_PUBLIC.ope_ruled_report |
| BEFORE | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |