Skip to content

Commit c9ba6ac

Browse files
author
ruiichen
committed
tweak
1 parent 0ae8ee7 commit c9ba6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/typescript/models/applicantRecord.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default class ApplicantRecord extends Model {
2727
unique: true,
2828
autoIncrement: true,
2929
})
30-
id!: number;
30+
id!: string;
3131

3232
@ForeignKey(() => Applicant)
3333
@Column({ type: DataType.INTEGER })

0 commit comments

Comments
 (0)