1
This commit is contained in:
@@ -23,6 +23,8 @@ class Student_Model(Base):
|
||||
|
||||
native_place=Column(String(200),comment='籍贯')
|
||||
|
||||
id_card=Column(String(18),unique=True,comment='身份证号')
|
||||
|
||||
birthday=Column(DATE,comment='生日')
|
||||
|
||||
school=Column(String(100),comment='毕业学校')
|
||||
|
||||
Reference in New Issue
Block a user