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