accion_dom_area_protegida


Description

Tabla relacional entre una acción y la temática area protegida

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('accion_dom_area_protegida_id_seq'::regclass)

Llave primaria de la relación

id_accion_fk int4 10 null
accion.id fk_id_accion R

Llave foránea de la acción generada

id_dom_area_protegida_fk int4 10 null
dom_area_protegida.id fk_id_dom_area_protegida R

Llave foránea de la tabla temática referida

Indexes

Constraint Name Type Sort Column(s)
accion_dom_area_protegida_pkey Primary key Asc id

Relationships