Table odyssey_test._oat.qry_query
Queries that can be run in OAT.

Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
query_id serial 10  √  nextval('_oat.qry_query_query_id_seq'::regclass) Primary key identifying the query.
title text 2147483647 A title for this query.
description text 2147483647 A description of this query.
query text 2147483647 The SQL for the canned query.

Table contained 57 rows at Wed Feb 19 10:31 EST 2014

Indexes:
Column(s) Type Sort Constraint Name
query_id Primary key Asc qry_query_pkey