In the docs (https://payloadcms.com/docs/database/postgres#access-to-drizzle) it says to access Drizzle to run this:
npx payload generate:db-schema
but when i try that i am getting:
Unknown script: "generate:db-schema". as a response
Is there something else i need to do to add this script? I have updated tot he latest version and also tried making a brand new payload project and still dont have this script added or listed in the package.json file?