123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- [Board]
- c1_p-k = "id INTEGER PRIMARY KEY ASC"
- c2 = "name"
- c1 = "status"
- [Class]
- c1_p-k = "id INTEGER PRIMARY KEY ASC"
- c2 = "name"
- c3 = "usingBoard"
- c4 = "status"
- [Event]
- c1_p-k = "id INTEGER PRIMARY KEY ASC"
- c2 = "name"
- c3 = "dscrp"
- c4 = "creator"
- c5 = "createdTime"
- c6 = "classCreated"
- c7 = "classCurrent"
- c8 = "status"
- [Stucked]
- c1_pk = "id INTEGER PRIMARY KEY ASC"
- c2 = "boardId"
- c3 = "eventId"
- c4 = "stuckedTime"
- c5 = "solvedTime"
- c6 = "status"
- StrictMode = false
- LLM_callable = false
- DBType = "sqlite3"
- DBPath = "dev.db"
- Lang = "en"
- ListStyle = "tree"
- DisplayTimeZone = "utc+8"
|