feat: course entity修改
This commit is contained in:
parent
d3e58cd82f
commit
48b5c7df4b
|
@ -5,7 +5,7 @@ export class Course {
|
|||
@PrimaryColumn()
|
||||
course_id?: string;
|
||||
|
||||
@Column()
|
||||
@Column({ type: 'varchar' })
|
||||
course_title?: string;
|
||||
|
||||
@Column({ type: 'text' })
|
||||
|
|
Loading…
Reference in New Issue
Block a user