Understanding MySQL Database Tables
This topic provides information about understanding how to interpret the MySQL database table information and provides information about name changes that are necessary for migrating the Motor Vehicle Registration database to a MySQL database.
Each MySQL Table describes the fields that exist in each record in a table or file within the database. The table below describes the information that is displayed in a MySQL Table.
Note: To see a list of MySQL Tables for the files in the software module, refer to the Invision Motor Vehicle Registration MySQL Database Overview.
Invision Motor Vehicle Registration MySQL Table Columns |
|
Field Name Column |
Lists the name of the field. All tables are made up of one or more fields. Notes:
|
Datatype Column |
Defines what type of data the field contains and sometimes describes the field format. This information may be helpful when planning your project.
|