vq_queue


Description

A virtual queue that contains information for a particular office hour. A queue can contain
multiple lines in which students can join the line.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
queue_id serial 10 nextval('_oat.vq_queue_queue_id_seq'::regclass)
url_id text 2147483647 null
name text 2147483647 null
description text 2147483647 null
location text 2147483647 null
service_starts time 15,6 null
service_ends time 15,6 null
max_tickets int4 10 null
move_back_x_spots int4 10 null
move_back_x_times int4 10 null
schedule_in_advance int4 10 null
administrator text 2147483647 null

Table contained 2 rows

Indexes

Constraint Name Type Sort Column(s)
vq_queue_pkey Primary key Asc queue_id

Diagram producer might be missing

No diagrams were produced please see application output for any errors