0
0
Fork 0

テンプレート文字数を1024に拡張

This commit is contained in:
Xeltica 2022-09-15 16:36:05 +09:00
parent e3f7399b54
commit 34d9048641
4 changed files with 97 additions and 62 deletions

View file

@ -76,7 +76,7 @@ export class User implements IUser {
@Column({
type: 'varchar',
length: 280,
length: 1024,
nullable: true,
})
public template: string | null;