Table i3geoestat_unidade_medida


Physical Name:
i3geoestat_unidade_medida

Constraint:



Attribute Summary
PK FK Logical Name Physical Name Type UNIQUE NOT NULL
    codigo_unidade_medida  codigo_unidade_medida  integer  UNIQUE  NOT NULL 
    nome  nome  text     
    sigla  sigla  text     
    permitesoma  permitesoma  integer     
    permitemedia  permitemedia  integer     

Foreign Key
Attribute Referenced Table Referenced Key ON UPDATE ON DELETE Cardinality of parent Cardinality of child

Referenced Key
Attribute Table Foreign Key ON UPDATE ON DELETE Cardinality of parent Cardinality of child
codigo_unidade_medida  i3geoestat_medida_variavel  codigo_unidade_medida  RESTRICT  RESTRICT  1..n 

Complex Unique Key
 

Index Summary
Index Name Type UNIQUE

Attribute Detail

codigo_unidade_medida

codigo_unidade_medida

UNIQUE : TRUE
NOT NULL : TRUE
Type : integer
AUTO INCREMENT : TRUE
Default Value :
Constraint :


nome

nome

UNIQUE : FALSE
NOT NULL : FALSE
Type : text
AUTO INCREMENT : FALSE
Default Value :
Constraint :


sigla

sigla

UNIQUE : FALSE
NOT NULL : FALSE
Type : text
AUTO INCREMENT : FALSE
Default Value :
Constraint :


permitesoma

permitesoma

O tipo de unidade permite que os valores sejam somados? (0 ou 1)

UNIQUE : FALSE
NOT NULL : FALSE
Type : integer
AUTO INCREMENT : FALSE
Default Value : 0
Constraint :


permitemedia

permitemedia

O tipo de unidade permite o cálculo de média aritmética? (0 ou 1)

UNIQUE : FALSE
NOT NULL : FALSE
Type : integer
AUTO INCREMENT : FALSE
Default Value : 0
Constraint :