uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sys_file | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| fil_id | Integer |
| nextval('"URX_PUBLIC".sys_file_id_seq'::regclass) | Identificador | |||
fil_unit_id | Integer | Unidade |
| |||||
fil_size | Integer |
| Tamanho | |||||
fil_delete_bit | SmallInt | 0 | Bit de Exclusão | |||||
fil_name | VarChar(255) | Nome | ||||||
fil_type | VarChar(100) | Tipo | ||||||
fil_data | Bytea | Conteúdo |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sys_file_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.sys_file | uni_person_id | fil_unit_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sys_file_create | URX_PUBLIC.sys_file |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |