type longtext does not support length
This commit is contained in:
parent
bc253efb50
commit
b95cfbee19
@ -114,7 +114,7 @@ export class Message extends BaseClass {
|
|||||||
@ManyToOne(() => Application)
|
@ManyToOne(() => Application)
|
||||||
application?: Application;
|
application?: Application;
|
||||||
|
|
||||||
@Column({ nullable: true, length: "4000", type: "longtext" })
|
@Column({ nullable: true, type: "longtext" })
|
||||||
content?: string;
|
content?: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user