Use the Edit Column Lists window to change the default values for the
columns in the predefined column lists.
Fields and controls

To change the default values of predefined columns:
- Open the Create Table notebook, define the table
properties on the Table page, and open the Edit Column Lists
window.
- To change a list name:
- In the List name box, select a column
list whose name you want to change.
- In the List name field, type a new name for the column
list.
- Click on the Change push button next to the List
name box.
- Change the default values of a column:
- In the Columns box, select a column
whose default values you want to change.
- Click on Change. The Change Column window opens.
Make any of the following changes to the column definition:
- Change the name of the column by typing a new name in the Column name field.
- Use the Data type box to specify a
different data type.
- If the data type of the column is CHARACTER, VARCHAR, BLOB, CLOB, DBCLOB,
GRAPHIC, or VARGRAPHIC, change the length of the column by typing a new length
in the Length field.
- If the data type of the column is BLOB, CLOB, or DBCLOB, use the LOB unit box to specify a new multiplier for
the length of columns.
- If the data type of the column is DECIMAL:
- In the Precision field, type the new
precision (total number of digits) for the column.
- In the Scale field, type the new scale
(number of digits to the right of the decimal) for the column.
- If the data type of the column is BLOB, CLOB, DBCLOB, or a distinct type
with any of these as source types, specify the LOB options by selecting or
clearing the appropriate LOB option check
boxes.
- Optional: If the data type of the column is CHARACTER, VARCHAR, or
LONG VARCHAR, select or clear the Bit data
check box to specify whether the contents of the column be treated as bit
(binary) data.
- In the Default field, type a new
default value for the column.
- Select or clear the Nullable check box
to indicate whether you want to allow the column to contain null
values.
- In the Comment field, type a new
comment or edit the existing comment.
- Click on OK to make the changes that you specified for the
column and close the Change Column window.
- Click on OK to save the changes that you specified for the
predefined column and close the Edit Column Lists window.

Related information
- Creating a table
- Data types -- See the SQL Reference
- LOB units -- See the SQL Reference
- Default values -- See the SQL Reference
- Null values -- See the SQL Reference