UltraLite Database User's Guide
Utility Programs
The UltraLite Schema Painter
UltraLite Schema Painter dialogs
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.
Only changed rows (default) Synchronizes only those rows that have been changed since the last synchronization.
All rows Synchronizes all rows in the table.
No rows This table is not synchronized.