route


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.route_id_seq'::regclass)
interface_route.route_id fk_intf_route_route C
target.route_id fk_target_route C
target_highpriority.route_id fk_target_hp_route C
zone_id int4 10 null
route cidr 2147483647 null
target bool 1 null
known bool 1 null
internal bool 1 null
trusted bool 1 null
last_update timestamp 29,6 now()

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_route Primary key Asc id
idx_zone_route_route Performance Asc route
idx_zone_route_route_ipr Performance
uk_route_route Must be unique Asc route

Relationships