Table slot9.WORLD.TSTA.SERIALIZED_OBJECTS
Legacy table. This table is not currently used

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
SERIAL_OBJ_ID number 0 A unique sequence used to identify an Serialized Object BLOB.
SERIALIZED_OBJECT blob 4000  √  null A Serialized Java Object in BLOB form.
OBJECT_NAME varchar2 255  √  null
CREATOR_DATE date 7  √  null
CREATOR_ID varchar2 100  √  null
UPDATOR_ID varchar2 100  √  null
UPDATOR_DATE date 7  √  null
REC_ID number 0  √  null

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"SERIAL_OBJ_ID" IS NOT NULL SERIALIZED_OBJECT_ID_NN

Indexes:
Column(s) Type Sort Constraint Name
SERIAL_OBJ_ID Primary key Asc SERIALIZED_OBJECTS_PK