我使用peewee定义了很多模型类.ClassName.create_table()可以生成表,但只能生成一个表.如何使用单个语句创建所有表?
ClassName.create_table()
python orm peewee
orm ×1
peewee ×1
python ×1