https://dev.to/danielmabadeje/how-to-create-tables-on-heroku-postgresql-1n42
before writting SQL, set transaction to read and write
set transaction read write;
BACK