Won't Fix
Details
Details
Assignee
Unassigned
UnassignedReporter
Diego Jancic
Diego JancicComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created April 1, 2008 at 7:40 AM
Updated April 23, 2008 at 6:19 PM
Resolved April 23, 2008 at 6:19 PM
Add <index> to the <id> node, I need it to define the name of the PK index.
Using the column index:
<id name="Id">
<column name="Id" index="PK_HelpPage_Id" />
<generator class="hilo" />
</id>
makes SchemaExport to generate 2 indexes (one clustered for the PK, and another non-clustered with the name PK_HelpPage_Id)