feat: add college archive fields
This commit is contained in:
@@ -27,6 +27,12 @@ export class StudentProfile {
|
||||
@Column({ name: 'target_major', length: 100, nullable: true })
|
||||
targetMajor: string;
|
||||
|
||||
@Column({ name: 'college_school', length: 100, nullable: true })
|
||||
collegeSchool: string;
|
||||
|
||||
@Column({ name: 'college_major', length: 100, nullable: true })
|
||||
collegeMajor: string;
|
||||
|
||||
@Column({ name: 'subject_direction', length: 50, nullable: true })
|
||||
subjectDirection: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user