peripheraltype


Columns

Column Type Size Nulls Auto Default Children Parents Comments
idperipheraltype serial 10 nextval('peripheraltype_idperipheraltype_seq'::regclass)
peripheral.idperipheraltype fk_peripheral_idperipheraltype R
peripheral_template.idperipheraltype fk_peripheral_template R
description varchar 2147483647 null
idtransmissiontype int4 10 null

Indexes

Constraint Name Type Sort Column(s)
peripheraltype_pkey Primary key Asc idperipheraltype

Relationships