ml_table

This table stores the names of remote tables. This list includes any table that is marked as a synchronized table.

Column

Description

table_id

INTEGER. A unique integer identifying the table.

name

VARCHAR(128). The name given to the table.

Constraints

PRIMARY KEY( table_id )