parent
705d40ab37
commit
3f71b14637
22 changed files with 249 additions and 214 deletions
|
|
@ -67,6 +67,12 @@ export class DriveFile {
|
|||
})
|
||||
public comment: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 128, nullable: true,
|
||||
comment: 'The BlurHash string.'
|
||||
})
|
||||
public blurhash: string | null;
|
||||
|
||||
@Column('jsonb', {
|
||||
default: {},
|
||||
comment: 'The any properties of the DriveFile. For example, it includes image width/height.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue