Database reference - demo

demo -  tables -  ml_server.ml_qa_status_history_archive

Description

none

Table properties

namevalue
nameml_server.ml_qa_status_history_archive
row count
Maximum size of a single row1,407 bytes

Columns

columndatatypelengthdefaultnullsPKFKUQcomment
msgidvarchar(128)128 no    ml_qa_repository_archive.msgid       
addressvarchar(255)255 no       
statusinteger4 no       
statustimetimestamp8 no       
servertimetimestamp8current timestampno       
detailsvarchar(1000)1000 yes       
syncstatusinteger4 no       

References

name
ml_qa_repository_archive

Foreign key graph

ml_qa_repository_archiveml_qa_status_history_archive

Foreign keys

namecolumnsforeign columnstypecomment
ml_qa_s_h_amsgidml_qa_repository_archive.msgid    

Dependency graph

ml_qa_status_history_archive3311

Objects that depend on ml_server.ml_qa_status_history_archive

nameobject typelevel
3311trigger1

Code

CREATE TABLE "ml_server"."ml_qa_status_history_archive" (
    "msgid"                          varchar(128) NOT NULL
   ,"address"                        varchar(255) NOT NULL
   ,"status"                         integer NOT NULL
   ,"statustime"                     timestamp NOT NULL
   ,"servertime"                     timestamp NOT NULL DEFAULT current timestamp
   ,"details"                        varchar(1000) NULL
   ,"syncstatus"                     integer NOT NULL
)



Documentation generated by SqlSpec