tripusertype

0 rows


Description

Holds all trip user types

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int2 5 nextval('tripusertype_id_seq'::regclass)
trip_user.id_tripusertype fk_trip_user_id_tripusertype R

Unique ID

code text 2147483647 null

The unique code of this trip user type

name text 2147483647 null
id_accountingtype int2 5 null
accountingtype.id fk_tripusertype_id_accountingtype R

Reference to the accounting type

Indexes

Constraint Name Type Sort Column(s)
pk_tripusertype_id Primary key Asc id
u_tripusertype_code Must be unique Asc code

Relationships