Used to create TOraTimeStampField for columns of TIMESTAMP data type.
property EnableOraTimestamp: boolean default True;
When the EnableOraTimestamp property is set to True, TOraTimeStampField is created for columns of TIMESTAMP data type.
When False, standard TSQLTimeStampField is created for columns of TIMESTAMP data type.