barcode_completion

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('config.barcode_completion_id_seq'::regclass)
active bool 1 true
org_unit int4 10 null
org_unit.id config_barcode_completion_org_unit_fkey C
prefix text 2147483647 null
suffix text 2147483647 null
length int4 10 0
padding text 2147483647 null
padding_end bool 1 false
asset bool 1 true
actor bool 1 true

Indexes

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

Relationships