微信扫一扫
1.mysql -u root -p 2.create 类名; 3.use 类名; 4.show tables; 5.desc 表名;
在Django中找到数据库中的类,再从类中找到所属的表
相关推荐