Asistente para tablas. Establecer tipos y formatos

Especifica la información de campo para los campos seleccionados.

Campos seleccionados

Seleccione un campo para editarle la información.

^

Pulse para desplazar el campo seleccionado una entrada hacia arriba en la lista.

v

Pulse para desplazar el campo seleccionado una entrada hacia abajo en la lista.

Remove the selected field from the list box.

+

Add a new data field to the list box.

Información de campo

Nombre de campo

Muestra el nombre del campo de datos seleccionado. Si lo desea, puede introducir un nombre nuevo.

Tipo de campo

Seleccione un tipo de campo.

Valor automático

If set to Yes, the values for this data field are generated by the database engine.

Entrada obligatoria

Si se ha establecido en Sí, este campo no puede dejarse vacío.

Longitud

Especifica el número de caracteres para el campo de datos.

Decimales

Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields.

Valor predeterminado

Specifies the default value for a Yes/No field.

Instrucción de incremento automático

Enter 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 "tabla1" ("id" INTEGER AUTO_INCREMENT)

For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box.

Table Wizard - Set primary key

¡Necesitamos su ayuda!