Quick Start
Connect to MySQL
Databases
Tables
Adding Fields and Choosing Data Types
Customising Fields
Primary Keys and Indexes
Filter Wizard
Foreign Keys
Import/Export
Queries
Visual Query Builder
Stored Procedure
Data
Manage Users
Backup
Data Transfer
Schedule
Server Monitor
Maintaining your databases/tables
  Customising Fields
 

Change a field name in a table

  1. Open the table in Design View
  2. Select the Fields tab
  3. Move to the row of the field which name you want to change
  4. In the Name column, enter the new name for the field
  5. Click Save or Save As from the Toolbar when you are ready to save the table

Delete a field from a table

  1. Open the table in Design View
  2. Select the Fields tab
  3. Move to the row of the field you want to delete
  4. Click Delete Field from the Toolbar
  5. Click Save or Save As from the Toolbar when you are ready to save the table

Change a field's data type

  1. Open the table in Design View
  2. Select the Fields tab
  3. Move to the row of the field which type you want to change
  4. In the Type column, click the arrow and select the field's new type
  5. Click Save or Save As from the Toolbar when you are ready to save the table
NOTE: Be careful because changing a field's type may result in the loss of that field's data depending on how compatible the new and the old type are.

Change the field size for text and number fields

  1. Open the table in Design View
  2. Select the Fields tab
  3. Select the row of the field you want to change
  4. In the property box of the field, enter the new Length of the field
  5. Click Save or Save As from the Toolbar when you are ready to save the table

NOTE: Be careful when shortening the length of a field because it may result in loss of data for that field if there are records in the table whose values are longer than the new length.

Define a default value for a field

  1. Open the table in Design View
  2. Select the Fields tab
  3. Select the row of the field you want to change
  4. In the property box of the field, enter the new Default value for the field
  5. Click Save or Save As from the Toolbar when you are ready to save the table