syspublications system table

Each row in the syspublications system table describes a publication.

Column name Column type Description
publication_id INTEGER A unique identifier for the publication.
publication_name VARCHAR(128) The name of the publication.
download_timestamp TIMESTAMP The time of the last download.
last_sync_sent INTEGER An integer that tracks an upload sent to MobiLink.
last_sync_confirmed INTEGER An integer that tracks an upload confirmed as being received by MobiLink.
Constraints

PRIMARY KEY (publication_id)