mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 02:45:40 +00:00
type longtext does not support length
This commit is contained in:
@@ -114,7 +114,7 @@ export class Message extends BaseClass {
|
||||
@ManyToOne(() => Application)
|
||||
application?: Application;
|
||||
|
||||
@Column({ nullable: true, length: "4000", type: "longtext" })
|
||||
@Column({ nullable: true, type: "longtext" })
|
||||
content?: string;
|
||||
|
||||
@Column()
|
||||
|
||||
Reference in New Issue
Block a user