Online Documentation for All SQLManager.net Products

Field Editor
Top  Previous  Next


The Field Editor window allows you to edit the properties of the table fields. It is available on the second step of creating a table, on creating a new field or editing the existing one (see Create Table, Add Field and Edit Field for details).

Column
Name of the field; must be unique among the field names in the table.

Type
Defines the type of the field data.

Size
Defines the length of the field value for integer, float and char data types.

Precision
Defines the precision of the field value for float data types.

Default Value
Sets the default value for the field.

Minimum Value
Sets the minimum value for the field.

Maximum Value
Sets the maximum value for the field.

Character case
Sets the character case for the CHAR and VARCHAR field types.

Description
Any optional text, describing the field.

See also:
Table Editor