ORM练习关系表
2018-05-07 19:32:47 4 举报
ORM的练习用的数据库关系表
作者其他创作
大纲/内容
teacher-本节课讲师-ForeignKey
Student
teachers-教师-ForeignKey
consult_courses-课程ManyToMany
branch-校区-ForeignKey
customer-OneToOne
from django.contrib.auth.models import User
数据库
course-关联课程-ForeignKey
ClassList
class_grades-班级-ManyToMany
反向代理
customer-客户信息-ForeignKey
student-学生-ForeignKey
DNS
Course
Branch
Role
CourseRecord
PC
referal_form-介绍人-self
ForeignKey
role-角色-ManyToManyField
StudyRecord
class_grade-上课班级-ForeignKey
CustomerInfo
course_record-哪一节课-ForeignKey
consultant-客户顾问-ForeignKey
UserProfile
user-跟踪人-ForeignKey
CustomerFollowUp
0 条评论
下一页