update context API
All checks were successful
Deploy to Production / deploy (push) Successful in 19s

This commit is contained in:
silverpro89
2026-02-06 11:28:06 +07:00
parent 97dbbd4d12
commit aaba22b40c
12 changed files with 1375 additions and 49 deletions

View File

@@ -24,7 +24,8 @@ const Vocab = sequelize.define('Vocab', {
// Ví dụ 111 là grade 1, unit 1, lesson 1
location: {
type: DataTypes.INTEGER,
comment: 'Location or source of the vocabulary'
defaultValue: 100,
comment: 'It is number of gradeX100 + unitX10 + lesson (e.g., Grade 1 Unit 2 Lesson 3 = 123)'
},
// Loại biến thể (V1, V2, V3, V_ing, Noun_Form...)
form_key: {