Table i3geousr_grupos


Physical Name:
i3geousr_grupos

Constraint:


Grupos de usuários

Attribute Summary
PK FK Logical Name Physical Name Type UNIQUE NOT NULL
    id_grupo  id_grupo  integer  UNIQUE  NOT NULL 
    nome  nome  text     
    descricao  descricao  text     

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
id_grupo  i3geousr_grupotema  id_grupo  RESTRICT  RESTRICT  1..n 
id_grupo  i3geousr_grupousuario  id_grupo  RESTRICT  RESTRICT  1..n 

Complex Unique Key
 

Index Summary
Index Name Type UNIQUE

Attribute Detail

id_grupo

id_grupo

identificador único do grupo

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


nome

nome

Nome do grupo

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


descricao

descricao

Descricao do grupo

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