We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c98af commit 78150ffCopy full SHA for 78150ff
server/db/schema/courses.schema.ts
@@ -20,7 +20,7 @@ export const courses = pgTable('courses', (t) => ({
20
.array()
21
.default(sql`'{}'`)
22
.notNull(),
23
- nature: t.char({ length: 3 }).notNull(),
+ nature: t.char({ length: 20 }).notNull(),
24
objectives: t
25
.text()
26
0 commit comments