Database reference - demo

demo -  tables -  ml_server.ml_qa_repository_staging

Description

none

Table properties

namevalue
nameml_server.ml_qa_repository_staging
row count
Maximum size of a single row66,341 bytes

Columns

columndatatypelengthdefaultnullsPKFKUQcomment
seqnobigint8 no       
msgidvarchar(128)128 no  yes     
destinationvarchar(128)128 no       
originatorvarchar(128)128 yes       
statusvarchar(255)255 no       
statustimetimestamp8 no       
priorityinteger4 no       
expirestimestamp8 yes       
kindinteger4 no       
contentsizebigint8 no       
propslong binary32767 yes       
contentlong binary32767 yes       
mluservarchar(128)128 yes       

Indexes

namedescriptioncolumncomment
ml_qa_mstage_usernon-unique index on mluser ascmluser 

Dependency graph

ml_qa_repository_stagingml_qa_mstage_user

Code

CREATE TABLE "ml_server"."ml_qa_repository_staging" (
    "seqno"                          bigint NOT NULL
   ,"msgid"                          varchar(128) NOT NULL
   ,"destination"                    varchar(128) NOT NULL
   ,"originator"                     varchar(128) NULL
   ,"status"                         varchar(255) NOT NULL
   ,"statustime"                     timestamp NOT NULL
   ,"priority"                       integer NOT NULL
   ,"expires"                        timestamp NULL
   ,"kind"                           integer NOT NULL
   ,"contentsize"                    bigint NOT NULL
   ,"props"                          long binary NULL
   ,"content"                        long binary NULL
   ,"mluser"                         varchar(128) NULL
   ,PRIMARY KEY ("msgid") 
)



Documentation generated by SqlSpec