uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sys_phone | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| pho_number | BigInt | 0 | Número | ||||
pho_id | Integer |
| nextval('"URX_PUBLIC".sys_phone_id_seq'::regclass) | |||||
| pho_person_id | Integer | Pessoa |
| ||||
| pho_local_code | SmallInt | Código Local (DDD) | |||||
pho_type_id | SmallInt | Tipo de Telefone | ||||||
pho_operator_id | SmallInt |
| Operadora |
| ||||
pho_ramal_nr | VarChar(4) |
| Ramal | |||||
pho_former_person_id | Integer |
| Pessoa Original | |||||
pho_delete_bit | SmallInt | 0 | Bit de Exclusão |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_sys_phone_operator | URX_PUBLIC.sys_phone | pho_operator_id | ||
ix_sys_phone_sys_person | URX_PUBLIC.sys_phone | pho_person_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sys_phone_operator | URX_PUBLIC.sys_phone_operator | URX_PUBLIC.sys_phone | pho_operator_id | pho_operator_id |
fk_sys_phone_sys_person | URX_PUBLIC.sys_person | URX_PUBLIC.sys_phone | per_id | pho_person_id |
Parent Relations (none) |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sys_phone_create | URX_PUBLIC.sys_phone |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |