api_vehicle


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_vehicle_id_seq'::regclass)
api_crew.vehicle_id api_crew_vehicle_id_cbae26f9_fk_api_vehicle_id R
deleted timestamptz 35,6 null
code varchar 255 null
plate varchar 255 null
is_armored bool 1 null
amount_insured float8 17,17 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
office_id int4 10 null
api_office.id api_vehicle_office_id_96e821d6_fk_api_office_id R

Indexes

Constraint Name Type Sort Column(s)
api_vehicle_pkey Primary key Asc id
api_vehicle_code_36b8782d_like Performance Asc code
api_vehicle_code_key Must be unique Asc code
api_vehicle_office_id_96e821d6 Performance Asc office_id

Relationships