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 UNSIGNED INTEGER An identifier for the publication that this article belongs to.
table_id UNSIGNED INTEGER The identifier of the table that belongs to the publication.
predicate VARCHAR(256) The predicate expression specified by the associated WHERE clause of a CREATE PUBLICATION or ALTER PUBLICATION statement.
 Constraints