Databases Reference
In-Depth Information
Option
Description
Data Dictionary
The data dictionary, which was covered earlier in this
chapter, will be included at the beginning of the report.
Only show keys
Does not show the columns on which there are no indexes
defined.
Orientation
Here, we choose the printed orientation of the report
Paper size
Changing this option will influence the schema and the
scratchboard dimensions.
In config.inc.php , the following parameters define the available paper sizes and
the default choice:
$cfg['PDFPageSizes'] = array('A3', 'A4', 'A5', 'letter', 'legal');
$cfg['PDFDefaultPageSize'] = 'A4';
The following screenshot shows the last page of the generated report (the schema
page) in PDF format. The first four pages contain the data dictionary along with an
additional feature.
Arrows point in the direction of the corresponding foreign table. If Show color
checkbox has been ticked, the primary keys are shown in red and the display
columns in blue, as shown in the following screenshot:
Search WWH ::




Custom Search