Rizky Arif Nur Choir
Results
2
comments of
Rizky Arif Nur Choir
any update for this issue? I would really like this feature to be implemented
maybe this can help, you can disable auto-increment field before you inserting some data ```ts async function disableAutoIncrementId(repo: Repository) { repo.metadata.columns = repo.metadata.columns.map(c => { if (c.propertyName === 'id') {...