ORM Database creation script not autogenerating tables in postgresql
### Pacifica Cartd version
latest
### Scenario:
trying to autogenerate database schema via ORM python tooling provided
### Steps to Reproduce:
install pacifica-cartd with pip
Setup env and configs
attempt to start service script which includes:
`python -c 'from pacifica.cartd.orm import create_tables; create_tables()'`
### Expected Result:
if database is blank, create tables as necessary
if database exists, update tables to reflect current schema or close to this result
### Actual Result:
no tables are created
issue