Database reference - demo

demo -  tables -  ml_server.ml_sis_sync_state

Description

none

Table properties

namevalue
nameml_server.ml_sis_sync_state
row count
Maximum size of a single row528 bytes

Columns

columndatatypelengthdefaultnullsPKFKUQcomment
remote_idvarchar(128)128 no  composite PK     
subscription_idvarchar(128)128 no  composite PK     
publication_namevarchar(128)128 no       
user_namevarchar(128)128 no       
last_uploadtimestamp8 no       
last_downloadtimestamp8 no       

Dependency graph

ml_sis_sync_stateml_set_sis_sync_state

Objects that depend on ml_server.ml_sis_sync_state

nameobject typelevel
ml_set_sis_sync_statestored procedure1

Code

CREATE TABLE "ml_server"."ml_sis_sync_state" (
    "remote_id"                      varchar(128) NOT NULL
   ,"subscription_id"                varchar(128) NOT NULL
   ,"publication_name"               varchar(128) NOT NULL
   ,"user_name"                      varchar(128) NOT NULL
   ,"last_upload"                    timestamp NOT NULL
   ,"last_download"                  timestamp NOT NULL
   ,PRIMARY KEY ("remote_id","subscription_id") 
)



Documentation generated by SqlSpec