hi, currently i am working on Moralis database security. When going for production, I believe I should disable all “Add field” on system tables, am I right?
system tables
Default settings on Tables
_EthAddress - Public read & write
_Session - Public read & write
_User - Public read & write
Is it ok I just maintain the default security settings for the tables above? Or is there any security setting I should be aware of for system tables?
Thanks in advance