Optionally migrate a table.

Is there a way to tag a pg table to optionally migrate it when running either generate/migrate or push commands?

There's a system generated table in my existing database and I know I can pull it to get the schema structure. What I don't want to do is change anything when I run the generate/migrate or push commands.

Kinda like how managed=False works in Django.
Was this page helpful?