To bring up Table Properties select the table and right-click to activate the context menu. Select Properties. The Table Properties dockable window will be displayed.
The following table properties can be set:
Auto Increment.
Average Row Length.
Character Set.
Collation.
Comment.
Data Directory.
Index Directory.
Maximum Rows.
Minimum Rows.
Name.
Row Format.
Schema.
Storage Engine.
Note that in MySQL 5.5 and higher, the default storage
engine for new tables is InnoDB. See
InnoDB as the Default MySQL Storage Engine for more information
about the choice of storage engine, and considerations if
you convert existing tables to InnoDB.
The property Schema is read-only.

User Comments
Add your own comment.