mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Setting metadata keywords to use utf8_bin with mysql #245
This commit is contained in:
parent
b908c3e4fb
commit
d8b3ff06fd
@ -34,7 +34,9 @@ export class MediaMetadataEntity implements MediaMetadata {
|
||||
@Column('int', {unsigned: true})
|
||||
fileSize: number;
|
||||
|
||||
@Column('simple-array')
|
||||
@Column({type: 'simple-array',
|
||||
charset: columnCharsetCS.charset,
|
||||
collation: columnCharsetCS.collation})
|
||||
keywords: string[];
|
||||
|
||||
@Column(type => CameraMetadataEntity)
|
||||
|
Loading…
x
Reference in New Issue
Block a user