Table Wizard - Set Types and Formats/text/shared/explorer/database/tablewizard02.xhpTable Wizard - Set Types and FormatsSpecifies the field information for your selected fields.Selected fieldsSelect a field in order to edit the field information.-Remove the selected field from the list box.+Add a new data field to the list box.Field informationField nameDisplays the name of the selected data field. If you want, you can enter a new name.Field typeSelect a field type.AutoValueIf set to Yes, the values for this data field are generated by the database engine.Entry requiredIf set to Yes, this field must not be empty.not in spec docLengthSpecifies the number of characters for the data field.Decimal placesSpecifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields.Default valueSpecifies the default value for a Yes/No field.Auto-increment statementEnter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the "id" field each time the statement creates a data field:CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box.Table Wizard - Set primary key