sysarticles system table

Each row in the sysarticles system table describes a table that belongs to a publication.

Column name Column type Description
publication _id INTEGER An identifier for the publication that this article belongs to.
table_id INTEGER The identifier of the table that belongs to the publication.
Constraints

PRIMARY KEY (publication_id, table_id)