Fix #4724
This commit is contained in:
parent
b186504718
commit
e265b538cc
2 changed files with 8 additions and 1 deletions
|
@ -129,12 +129,14 @@ export class Note {
|
|||
})
|
||||
public score: number;
|
||||
|
||||
@Index()
|
||||
@Column({
|
||||
...id(),
|
||||
array: true, default: '{}'
|
||||
})
|
||||
public fileIds: DriveFile['id'][];
|
||||
|
||||
@Index()
|
||||
@Column('varchar', {
|
||||
length: 256, array: true, default: '{}'
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue