alembic$ alembic revision --autogenerate
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
/home/rschottland/.local/share/virtualenvs/astorb_db-u7fxujye/lib/python3.7/site-packages/sqlalchemy/dialects/postgresql/base.py:3010: SAWarning: Did not recognize type 'point' of column 'point_ra_dec'
"Did not recognize type '%s' of column '%s'" % (attype, name)
INFO [alembic.ddl.postgresql] Detected sequence named 'units_id_seq' as owned by integer column 'units(id)', assuming SERIAL and omitting
/home/rschottland/.local/share/virtualenvs/astorb_db-u7fxujye/lib/python3.7/site-packages/sqlalchemy/dialects/postgresql/base.py:3331: SAWarning: Predicate of partial index ix_nea_elements ignored during reflection
% idx_name
INFO [alembic.ddl.postgresql] Detected sequence named 'editorial_notices_id_seq' as owned by integer column 'editorial_notices(id)', assuming SERIAL and omitting
INFO [alembic.ddl.postgresql] Detected sequence named 'taxonomy_sys_type_id_seq' as owned by integer column 'taxonomy_sys_type(id)', assuming SERIAL and omitting