Hi i found out that the case of the word fillfactor is different when the property is used for Primary Keys or for indexes
See examples below.
It would be very helpfull if these words would have the same case usage. When using a different case the property is not recognized by the Er modeler when you compare with the database.
<Constraint table="4352" name="PK_InterfaceBatch" type="PrimKey">
<Option name="noRecomputeStats" class="Boolean" value="false"/>
<Option name="ignoreDupKeys" class="Boolean" value="false"/>
<Option name="allowPageLocks" class="Boolean" value="true"/>
<Option name="padIndex" class="Boolean" value="false"/>
<Option name="allowRowLocks" class="Boolean" value="true"/>
<Option name="clustered" class="Boolean" value="true"/>
<Option name="fillFactor" class="Integer" value="100"/>
<ConstraintColumn id="4353"/>
</Constraint>
<Index table="0" name="IX_AanslagGroep_SoortaanslagId" schema="dbo" database="SOVASQLDEV">
<Option name="allowPageLocks" class="Boolean" value="true"/>
<Option name="allowRowLocks" class="Boolean" value="true"/>
<Option name="fillfactor" class="Integer" value="100"/>
<IndexColumn id="3" sequence="0" ascending="true"/>
</Index>