This repository demonstrates a common issue when using SQLAlchemy's Metadata.schema with Alembic autogenerate, and provides solutions. When you define models in one package and want to use them with a ...
Make sure you have Ruby 2.5.0, Bundler, and PostgreSQL 9.6 installed. Adjust the content of database.yml and .env cp config/database.yml.example config/database.yml cp .env.default .env bundle install ...