Each row in the syspublication system table describes a publication.
Column name | Description | Type | Data constraint | Integrity constraints |
---|---|---|---|---|
download_timestamp |
The time of the last download. |
UNSIGNED INT |
NOT NULL | |
last_sync |
Used to keep track of upload progress. |
UNSIGNED BIGINT |
NOT NULL | |
publication_id |
A unique identifier for the publication. |
UNSIGNED INT |
NOT NULL |
Primary key. |
publication_name |
The name of the publication. |
CHAR(128) |
NOT NULL |