Table SIEM.public.esec_sequence
Used to generate primary key sequence for other tables

Generated by
SchemaSpy
Legend:
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
table_name varchar 32 Name of the table for which sequence is being generated
column_name varchar 255 Name of the column in the table for which sequence is being used
seed int4 10 Generated value for the respective table and column
date_created timestamptz 35,6 Date the entry was created
date_modified timestamptz 35,6 Date the entry was modified
created_by int4 10  √  null User who created object
modified_by int4 10  √  null User who last modified object

Table contained 0 rows at Mon Mar 26 23:24 EDT 2012

Indexes:
Column(s) Type Sort Constraint Name
table_name + column_name Primary key Asc/Asc esec_sequence_pk