Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
st_ativo | int4 | 10 | null |
|
|
Informa se a lotação está disponível no sistema (0 - Não; 1 - Sim). |
||||||||||||||||||||||||||||||||||||||
dt_desativacao_lotacao | timestamp | 29,6 | √ | null |
|
|
Data da última desativação da lotação. |
|||||||||||||||||||||||||||||||||||||
co_cbo | int8 | 19 | null |
|
|
Código identificador do CBO. Chave estrangeira com origem na tabela TB_CBO. |
||||||||||||||||||||||||||||||||||||||
co_prof | int8 | 19 | null |
|
|
Código identificador do profissional. Chave estrangeira com origem na tabela TB_PROF. |
||||||||||||||||||||||||||||||||||||||
co_unidade_saude | int8 | 19 | null |
|
|
Código identificador da unidade de saúde. Chave estrangeira com origem na tabela TB_UNIDADE_SAUDE. |
||||||||||||||||||||||||||||||||||||||
co_equipe | int8 | 19 | √ | null |
|
|
Código identificador da equipe. Chave estrangeira com origem na tabela TB_EQUIPE. |
|||||||||||||||||||||||||||||||||||||
co_ator_papel | int8 | 19 | null |
|
|
Código identificador da lotacao. Chave primária da tabela. Chave estrangeira com origem na tabela TB_ATOR_PAPEL. |
||||||||||||||||||||||||||||||||||||||
st_alterada_manual | int4 | 10 | √ | 0 |
|
|
||||||||||||||||||||||||||||||||||||||
st_importada | int4 | 10 | √ | 0 |
|
|
||||||||||||||||||||||||||||||||||||||
st_agenda_alterada_manual | int4 | 10 | √ | 0 |
|
|
||||||||||||||||||||||||||||||||||||||
dt_ultima_tentativa_envio | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||
st_sincronizacao | varchar | 48 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||
st_ativo_agenda_online | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||
ds_ultima_tentativa | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_lotacao | Primary key | Asc | co_ator_papel |
in_lotacao_cocbo | Performance | Asc | co_cbo |
in_lotacao_coequipe | Performance | Asc | co_equipe |
in_lotacao_coprof | Performance | Asc | co_prof |
in_lotacao_counidadesaude | Performance | Asc | co_unidade_saude |
in_lotacao_stagaltmanual | Performance | Asc | st_agenda_alterada_manual |
in_lotacao_stativo | Performance | Asc | st_ativo |