How to ignore list of tables: specifically phpMyAdmin tables. #1380
-
Hello everyone 👋 Thanks for the great work! I'm using MySQL as my database and phpMyAdmin to navigate it visually. I have enabled some features of phpMyAdmin and it created 19 tables. Some of them are crucial to me, I use some pre-defined SQL Queries and those are in the The problem is that whenever I use the These are the tables that I want "alembic" to ignore: Is there any way to ignore these tables? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Sure, it's documented here https://alembic.sqlalchemy.org/en/latest/autogenerate.html#omitting-schema-names-from-the-autogenerate-process |
Beta Was this translation helpful? Give feedback.
Hi,
Sure, it's documented here https://alembic.sqlalchemy.org/en/latest/autogenerate.html#omitting-schema-names-from-the-autogenerate-process