Database reference - demo

demo -  tables -  ml_server.ml_qa_status_history

Description

none

Table properties

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

Columns

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

References

name
ml_qa_repository

Foreign key graph

ml_qa_repositoryml_qa_status_history

Foreign keys

namecolumnsforeign columnstypecomment
ml_qa_s_hmsgidml_qa_repository.msgid    

Dependency graph

ml_qa_status_history3272

Objects that depend on ml_server.ml_qa_status_history

nameobject typelevel
3272trigger1

Code

CREATE TABLE "ml_server"."ml_qa_status_history" (
    "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