feat: added comments
This commit is contained in:
@@ -26,7 +26,7 @@ export const ratings = pgTable('rating', {
|
||||
.notNull()
|
||||
.references(() => users.id, { onDelete: 'cascade' }),
|
||||
rating: real().notNull(),
|
||||
comment: text(),
|
||||
comment: text().notNull(),
|
||||
aktiVersion: integer('akti_version').notNull()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user