Is it normal practice to create separate tables in the Postgres database directly that are not Payloadcms models and are not directly represented in the admin? Will there not be any conflicts? Or is it better not to do this?
Should I use migrations?
I need to store data that will be updated by the worker and that will be used by the frontend. The data will be linked to one of the Payloadcms tables
Thanks in advance!