Specifies if the data in the table should be ordered on a default index when opened.
Syntax:
property DefaultIndex: Boolean;
Description:
When DefaultIndex is True, PostgreSQL attempts to order the data based on the primary key
or a unique index when opening the table. DefaultIndex default set is True.