New Table dialog

This dialog provides options for the creation of a new table in your UltraLite database.

The New Table dialog has the following components:

Name    Enter a name for the table.

Columns    Lists all the columns currently in the table. Select a column by clicking on its name in the table.

Add    Click Add to add a new column to the table.

Edit    Click Edit to edit the selected column. This button is only available when a column is selected from the Columns table. Columns included in an index or primary key cannot be edited without first removing them from the index or primary key.

Remove    Click Remove to remove the selected column. This button is only available when a column is selected from the Columns table. Columns included in an index or primary key cannot be removed without first removing them from the index or primary key.

Remove All    Click Remove All to delete all columns from the table.

Primary Key    Click Primary key to designate one or more of the columns in the table as its primary key or to edit an existing primary key.

Synchronize    Select synchronization options for the table.