Architecting and designing : Data modeling : The physical data model : Objects in a PDM : PDM tables : Table editor
  
Table editor
The Table Editor is used to define a table and its subordinate columns:
Triggers
Indexes
constraints
other properties, based on the target DBMS.
See also Overview of column definitions in a table.
Table info tab
Owner name
If there is no value, many DBMS will add a default owner to generated tables.
Business description
For documentation purposes only. This text is not generated.
Physical name
(Read only.) If the name of the table on the database is longer than 128 characters, the value is entered by the Reverse Data Engineer from the database. In that case, the name of the table in the model is the first 128 characters of the physical name.
Check constraint tab
See also Check constraint.
Source and Key Properties for Tables
System Architect maintains several properties in the table definition that are read‑only in the Table definition dialog, and others that are not visible; the values of all of them are available in a report:
Database name (read only in table definition dialog)
Project Data Model (read only in table definition dialog)
DBMS (read only in table definition dialog)
Primary Index Name (multiple DBMS)
Source Class Name
Source Diagram Name
Source Entity Name
See also
PDM tables