sysarticle system table

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

Column name Column type Description
publication _id UNSIGNED INT An identifier for the publication that this article belongs to.
table_id UNSIGNED INT The identifier of the table that belongs to the publication.
where_expr VARCHAR(256) An optional predicate to filter rows.
 Constraints
 See also