Postgresql: Can't access table created for application user
I'm working on a self education project. My current goal/blocker is to create PostgreSQL database setup with managed migrations that will have minimal required permissions for separate migration and application user. I've managed so far to get migration part working,…