We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae8ee7 commit c9ba6acCopy full SHA for c9ba6ac
backend/typescript/models/applicantRecord.model.ts
@@ -27,7 +27,7 @@ export default class ApplicantRecord extends Model {
27
unique: true,
28
autoIncrement: true,
29
})
30
- id!: number;
+ id!: string;
31
32
@ForeignKey(() => Applicant)
33
@Column({ type: DataType.INTEGER })
0 commit comments