MySQL Workbench :: 7.5.1.3 The MySQL Table Editor
Maybe your like
7.5.1.3.1. The Main Editor Window
Any number of tables may be edited in the MySQL Table Editor at any one time. Adding an additional table creates a new tab at the top of the editor. By default the MySQL Table Editor appears docked at the bottom of the application.
The MySQL Table Editor is shown in the following figure.
Figure 7.8. The Table Editor
The MySQL Table Editor consists of a work space divided into the following tabs:
Table: Use this table to edit features that apply to the table as a whole
Columns: Use this tab to add or modify columns
Indexes: Use this tab to add or modify indexes
Foreign Keys: Use this tab to add or modify foreign keys
Triggers: Use this tab to add or modify triggers
Partitioning: Use this tab to manage partitioning
Options: Use this tab to add or modify various general, table and row level options
Inserts: Use this tab for writing INSERT statements
Privileges: Use this tab to set privileges on the table
Each of these tabs is discussed in further detail in the following sections.
Tag » Add Column Mysql Workbench
-
MySQL Workbench Manual :: 8.1.10.2 Columns Tab
-
Adding New Column Via MySQL Workbench Into Existing Table
-
How To Add Columns To A Table Using MySQL ADD COLUMN
-
MySQL Add A Column To Existing Table - Linux Hint
-
MySQL: ALTER TABLE Statement - TechOnTheNet
-
In MySQL Workbench, Insert A New Column At The "top" Of A Table?
-
How To Alter And Add A New Column To An Existing Table In MySQL
-
MySQL Workbench Create, Alter, Drop Table - YouTube
-
How To Add Column To All Tables In MySQL Database - YouTube
-
How To Create, Edit & Modify Databases, Add & Drop Foreign Key ...
-
Adding New Column Via Mysql Workbench Into ...
-
How To Create Tables And Add Data To MySQL Database With MySQL ...
-
MySQL ALTER TABLE Statement - W3Schools
-
How To Add Multiple Columns Into Existing Table In Mysql Workbench ...