HasFillFactor only gets applied when database is altered, not when created #33269
Labels
area-migrations
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
If this change is made to an existing table, then the fill-factor is set:
But if it is done for the table creation, then the fill-factor is missing:
Same is true for HasFillFactor on indexes.
The text was updated successfully, but these errors were encountered: