テンプレート文字数を1024に拡張
This commit is contained in:
parent
e3f7399b54
commit
34d9048641
4 changed files with 97 additions and 62 deletions
|
@ -76,7 +76,7 @@ export class User implements IUser {
|
|||
|
||||
@Column({
|
||||
type: 'varchar',
|
||||
length: 280,
|
||||
length: 1024,
|
||||
nullable: true,
|
||||
})
|
||||
public template: string | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue