uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
abi_employee | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| emp_id | Integer | Identificador |
| ||||
emp_ramal_nr | Integer |
| Número do Ramal | |||||
emp_image_id | Integer |
| Arquivo de Imagem da Fotografia |
| ||||
emp_contract_date | Date | Data de Contratação | ||||||
emp_rescission_date | Date |
| Data de Rescisão | |||||
emp_function_id | SmallInt |
| Função |
| ||||
emp_delete_bit | SmallInt | 0 | Bit de Exclusão | |||||
emp_number | VarChar(5) |
| Número Interno | |||||
emp_title | VarChar(50) |
| Título | |||||
emp_seller_goal | Numeric(10, 2) |
| Meta de Vendas Mensal | |||||
emp_signature_id | Integer |
| Arquivo de Imagem da Assinatura |
| ||||
emp_technical_council_label | VarChar(50) |
| Nome do Conselho de Classe | |||||
emp_technical_council_number | VarChar(20) |
| Número do Conselho de Classe | |||||
emp_technical_council_label_abbrev | VarChar(10) |
| Abreviatura do Conselho de Classe | |||||
emp_technical_council_uf | VarChar(2) |
| Região do Conselho de Classe |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_abi_employee_abi_function | URX_PUBLIC.abi_employee | emp_function_id | ||
ix_abi_employee_sys_file | URX_PUBLIC.abi_employee | emp_image_id | ||
ix_abi_employee_sys_person | URX_PUBLIC.abi_employee | emp_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_abi_employee_abi_function | URX_PUBLIC.abi_function | URX_PUBLIC.abi_employee | fun_id | emp_function_id |
fk_abi_employee_image | URX_PUBLIC.sys_file | URX_PUBLIC.abi_employee | fil_id | emp_image_id |
fk_abi_employee_signature | URX_PUBLIC.sys_file | URX_PUBLIC.abi_employee | fil_id | emp_signature_id |
fk_abi_employee_sys_person | URX_PUBLIC.sys_person | URX_PUBLIC.abi_employee | per_id | emp_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_abi_employee_create | URX_PUBLIC.abi_employee |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |