- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Autopk sequence goes by rdbms' capability and can be altered as needed, e.g. alter sequence ... maxvalue 99999.
Be mindful of the key's size, default autopk is 32 bit signed integer = ~2B max value.
Changing the field size by adding this attribute could work but sounds like something that would break warranty:
- <attribute name="id" type="int64"/>
Thanks,
-Jon