Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does Propel handle id generation (like auto-increment)?

0
Posted

How does Propel handle id generation (like auto-increment)?

0

Propel supports only native id generation. That means that for MySQL Propel will use AUTO_INCREMENT, IDENTITY() for MS SQL Server, CREATE SEQUENCE … for PostgreSQL, etc. For those familiar with how Torque does things, it’s worth noting that we abandoned the Turbine ID-BROKER system because sequence/auto-increment support exists natively in the db backends we plan to support.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123