We are now ready to verify that this tracking system really works! As the system is supposed to track ALTER TABLE statement, we will make a slight structure change and see what happens. We go to the Structure panel for table author, select the name column, and increase its size from 30 to 40 characters (refer to Chapter 5 for the detailed steps).
We get a message, as shown in the following screenshot:

We will perform another action, this time related to data itself—changing the phone number of author John Smith to 111-2222.
To ensure that these actions were recorded by the tracking system, let us compile a report.
Going back to the Tracking panel (still in Table view for author) we click on Tracking report for version 1, which produces a report as shown in the following screenshot:

In fact, the report is prefixed to the main tracking information; we could click on Close and be back to where we were previously.
We can see that under the Tracking report header, a list of the statements that are tracked is shown. Then we have a selector to determine if we want to see on the report the statements corresponding to:
We can also specify the range of dates and times for which we want to produce the report. It's also possible to indicate which users we want to report on (an asterisk represents all users).
The main part of the report consists of the statements themselves; here we see four statements. The first statement is a DROP TABLE statement, which would be useful to create this table anew should we need to export this version and import it back. The second statement (CREATE TABLE) contains the snapshot that was taken when version 1 was initiated. Then we see the ALTER TABLE and UPDATE statements that correspond to the actions we performed as a test.
How to export a structure will be covered in the Exporting a version section later in this chapter.