Connector/Net contains a table editor, which enables the visual creation and modification of tables.
The Table Editor can be accessed through a mouse action on table-type node of Server Explorer. To create a new table, right-click on the Tables node (under the connection node) and choose the Create Table command from the context menu. To modify an existing table, double-click on the node of the table you wish to modify, or right-click on this node and choose the Alter Table command from the context menu. Either of the commands opens the Table Editor.
The table editor is implemented in the manner of the well-known Query Browser Table Editor, but with minor differences.

Table Editor consists of the following parts:
- Columns Editor - a data grid on top of the Table Editor. Use the Columns grid for column creation, modification, and deletion.
- Indexes tab - a tab on bottom of the Table Editor. Use the Indexes tab for indexes management.
- Foreign Keys tab - a tab on bottom of the Table Editor. Use the Foreign Keys tab for foreign keys management.
- Column Details tab - a tab on bottom of the Table Editor. Use the Column Details tab to set advanced column options.
- Properties window - a standard Visual Studio Properties window, where the properties of the edited table are displayed. Use the Properties window to set the table properties.
Each of these areas is discussed in children topics.
To save changes you have made in the Table Editor, use either Save or Save All button of the Visual Studio main toolbar, or just press Ctrl+S. Before changes are saved, you will be asked to confirm the execution of the corresponding SQL query in a confirmation dialog.