payload icon indicating copy to clipboard operation
payload copied to clipboard

docs: add idType to sqlite args

Open rilrom opened this issue 1 year ago • 1 comments

Resolves #8848.

idType is missing from the sqlite documentation, which can cause confusion when users want to use strings for the id column. This change moves it in parity with the postgres documentation.

It might be worth exploring how to make this documentation more explicit; serial and uuid don't immediately convey string or number formatting.

rilrom avatar Oct 30 '24 23:10 rilrom

This PR is stale due to lack of activity.

To keep the PR open, please indicate that it is still relevant in a comment below.

github-actions[bot] avatar Dec 11 '24 05:12 github-actions[bot]

I continued this here https://github.com/payloadcms/payload/pull/10016 as it wasn't enough to just pass 'uuid' through.

r1tsuu avatar Dec 17 '24 03:12 r1tsuu