I'm using SqlAlchemy with PostgreSql. I'm creating lots of sequences. I'm trying to drop all the tables and sequences. But couldn't drop sequences. How can I drop all the sequences in SqlAlchemy?
问问题
1247 次
I'm using SqlAlchemy with PostgreSql. I'm creating lots of sequences. I'm trying to drop all the tables and sequences. But couldn't drop sequences. How can I drop all the sequences in SqlAlchemy?