Tools - MySQL Database Servers - Table PropertiesYou will open the MySQL "Table Properties" window using the command of the same name in the pop-up menu opened by right-clicking on the table name in the database structure tree of the MySQL Inspector tab. Table name The two tabs below - Table Fields and Table Indexes - allow you to edit the table. Table Fields tabThe "Table fields" tab lists the fields that the table contains and the button bar. The list of fields contains four columns that display:
The toolbar next to the list contains buttons that allow you to add, remove and change field properties: Add a new table field , Change the properties of the selected table field Deleting a table field Up, down Table indexes tabThe "Table Indexes" tab is identical to the "Table Fields" tab described above. It contains a list of indexes and a bar of buttons for adding, deleting and modifying them. In the list, icons are placed next to the name of the index to indicate its type:
When you click on the button to edit or create an index, the Index Properties window will open, where you will be able to select the type of index, the fields to which it applies and enter a name. |
Related topics |