How to get defined column properties(Nullable etc.) through python SQLAlchemy?

Viewed 15

so I'm trying to migrate data from python to Mysql; the properties and FKs of each table is already defined in MYSQL, I'm wondering if I could extract column properties for each table?

0 Answers
Related