|
Open DDL editor to alter table by selecting "Alter Table... " option in schema context menu.
This switches current worksheet to DDL editor.
Layout of the DDL editor:
1. Table related functions
- Input to change table name
- A drop-down to select "Character Set "
- A drop-down to select "Collation"
- A drop-down to select "Engine"
- A text input to add table comment
2. Tab navigation to navigate between Columns, Indexes, Triggers, Partitioning, Options
3. Tab content section contains all functions of chosen tab.
For 6.2.0 release, the goal is to implement Columns.
|