Contents
- Index
- Previous
- Next
Table Fields View
At times your may need to know about the schema (or design) of your database tables.
The table fields view show you the details of the table structure at a glance.

In this view you can see:
Each column name
Which columns are used as the key for the record.
The data type of the column
The optionally of the column (nullable = Yes, means optional data)
The length of the column, the meaning of this will vary depending on the data type of the column.