班级api,schema,dao
This commit is contained in:
@@ -51,4 +51,4 @@ class Classes( Base ): # 在python里的名字
|
||||
, default = 0 # 声明默认值是"0,未删除"
|
||||
, server_default = text("0")
|
||||
, nullable = False # 声明是"非空"
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user