mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-29 07:10:28 +08:00
finish 试卷生成
This commit is contained in:
@@ -53,7 +53,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
err = FileDB.db.Create(FileTableQuestion, &Question{},
|
||||
"FOREIGN KEY(FileID) REFERENCES "+FileTableFile+"(ID)",
|
||||
"FOREIGN KEY(ListID) REFERENCES "+FileTableList+"(ID)",
|
||||
)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user